/hg/icedtea-web: Do not add extra files to netx.jar

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Fri Feb 25 15:17:25 PST 2011


changeset 02ef9ba4d8a2 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=02ef9ba4d8a2
author: Omair Majid <omajid at redhat.com>
date: Fri Feb 25 18:16:48 2011 -0500

	Do not add extra files to netx.jar

	To quote Andrew John Hughes: This code dates back to when we used
	the OpenJDK import mechanism. If they weren't in classes.jar then,
	they wouldn't have been used.

	2011-02-25 Omair Majid <omajid at redhat.com>

	 * Makefile.am (stamps/netx-dist.stamp): Do not add extra files
	to classes.jar.


diffstat:

2 files changed, 5 insertions(+), 2 deletions(-)
ChangeLog   |    5 +++++
Makefile.am |    2 --

diffs (24 lines):

diff -r 10a5de5188f2 -r 02ef9ba4d8a2 ChangeLog
--- a/ChangeLog	Fri Feb 25 17:51:42 2011 -0500
+++ b/ChangeLog	Fri Feb 25 18:16:48 2011 -0500
@@ -1,3 +1,8 @@ 2011-02-25  Omair Majid  <omajid at redhat.
+2011-02-25  Omair Majid  <omajid at redhat.com>
+
+	* Makefile.am (stamps/netx-dist.stamp): Do not add extra files to
+	classes.jar.
+
 2011-02-25  Omair Majid  <omajid at redhat.com>
 
 	* netx/net/sourceforge/jnlp/resources/Manifest.mf: Remove unused file.
diff -r 10a5de5188f2 -r 02ef9ba4d8a2 Makefile.am
--- a/Makefile.am	Fri Feb 25 17:51:42 2011 -0500
+++ b/Makefile.am	Fri Feb 25 18:16:48 2011 -0500
@@ -266,8 +266,6 @@ stamps/netx-dist.stamp: stamps/netx.stam
 	 cp -pPR $(SRC_DIR_LINK) $(NETX_SRCDIR) src; \
 	 find src -type f -exec chmod 640 '{}' ';' -o -type d -exec chmod 750 '{}' ';'; \
 	 cd src ; \
-	 $(BOOT_DIR)/bin/jar uf $(NETX_DIR)/lib/classes.jar \
-	  `find . -type f -not -name '*.java'` ; \
 	 $(ZIP) -qr $(NETX_DIR)/lib/src.zip javax net )
 	mkdir -p stamps
 	touch $@



More information about the distro-pkg-dev mailing list