aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fd3e7f3..9a4a716 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-02-25 Omair Majid <[email protected]>
+ * Makefile.am (stamps/netx-dist.stamp): Do not add extra files to
+ classes.jar.
+
+2011-02-25 Omair Majid <[email protected]>
+
* netx/net/sourceforge/jnlp/resources/Manifest.mf: Remove unused file.
2011-02-23 Omair Majid <[email protected]>
diff --git a/Makefile.am b/Makefile.am
index 0e0a392..7d5c90b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -266,8 +266,6 @@ stamps/netx-dist.stamp: stamps/netx.stamp $(abs_top_builddir)/netx.manifest
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 $@