changeset in /hg/icedtea6: 2008-04-29 Lillian Angel <langel at re...

Lillian Angel langel at redhat.com
Tue Apr 29 09:47:58 PDT 2008


changeset 1b845dd20b86 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=1b845dd20b86
description:
	2008-04-29  Lillian Angel  <langel at redhat.com>

	        * Makefile.am
	        (EXTRA_DIST): Added jconsole.desktop and policytool.desktop.
	        * Makefile.in: Regenerated.

diffstat:

5 files changed, 28 insertions(+), 2 deletions(-)
ChangeLog          |    6 ++++++
Makefile.am        |    2 +-
Makefile.in        |    2 +-
jconsole.desktop   |   10 ++++++++++
policytool.desktop |   10 ++++++++++

diffs (65 lines):

diff -r d0081b7856c8 -r 1b845dd20b86 ChangeLog
--- a/ChangeLog	Tue Apr 29 12:34:39 2008 -0400
+++ b/ChangeLog	Tue Apr 29 12:47:53 2008 -0400
@@ -1,3 +1,9 @@ 2008-04-29  Lillian Angel  <langel at redha
+2008-04-29  Lillian Angel  <langel at redhat.com>
+
+	* Makefile.am
+	(EXTRA_DIST): Added jconsole.desktop and policytool.desktop.
+	* Makefile.in: Regenerated.
+
 2008-04-29  Lillian Angel  <langel at redhat.com>
 
 	* jconsole.desktop: New file.
diff -r d0081b7856c8 -r 1b845dd20b86 Makefile.am
--- a/Makefile.am	Tue Apr 29 12:34:39 2008 -0400
+++ b/Makefile.am	Tue Apr 29 12:47:53 2008 -0400
@@ -42,7 +42,7 @@ EXTRA_DIST = rt generated $(ICEDTEA_PATC
 	gcjwebplugin.cc tools-copy contrib ports \
 	patches/icedtea-gcc-4.3.patch extra $(ZERO_PATCHES) \
 	patches/icedtea-cacao.patch javaws.png javaws.desktop \
-	overlays extra
+	overlays extra jconsole.desktop policytool.desktop
 
 # The Binary plugs directory is called jdk1.7.0 for historical reasons. The
 # name is completely irrelevant; only contains the plugs to build IcedTea.
diff -r d0081b7856c8 -r 1b845dd20b86 Makefile.in
--- a/Makefile.in	Tue Apr 29 12:34:39 2008 -0400
+++ b/Makefile.in	Tue Apr 29 12:47:53 2008 -0400
@@ -258,7 +258,7 @@ EXTRA_DIST = rt generated $(ICEDTEA_PATC
 	gcjwebplugin.cc tools-copy contrib ports \
 	patches/icedtea-gcc-4.3.patch extra $(ZERO_PATCHES) \
 	patches/icedtea-cacao.patch javaws.png javaws.desktop \
-	overlays extra
+	overlays extra jconsole.desktop policytool.desktop
 
 
 # The Binary plugs directory is called jdk1.7.0 for historical reasons. The
diff -r d0081b7856c8 -r 1b845dd20b86 jconsole.desktop
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jconsole.desktop	Tue Apr 29 12:47:53 2008 -0400
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=OpenJDK Monitoring & Management Console
+Comment=Monitor and manage OpenJDK applications
+Exec=/usr/bin/jconsole
+Icon=java
+Terminal=false
+Type=Application
+StartupWMClass=sun-tools-jconsole-JConsole
+Categories=Monitor;Java;
+Version=1.0
diff -r d0081b7856c8 -r 1b845dd20b86 policytool.desktop
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/policytool.desktop	Tue Apr 29 12:47:53 2008 -0400
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=OpenJDK Policy Tool
+Comment=Manage OpenJDK policy files
+Exec=/usr/binpolicytool
+Icon=java
+Terminal=false
+Type=Application
+StartupWMClass=sun-security-tools-PolicyTool
+Categories=Java;
+Version=1.0



More information about the distro-pkg-dev mailing list