summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-04 13:38:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-04 13:38:43 +0000
commit0f20fb6dffe93c557c0faae6701b1550ef417cac (patch)
treead4c9a55fefd3cbf220132ad55407161d4fc60cb
parent02b30864d2214c94afa71a924c253718c77986b9 (diff)
downloadATCD-0f20fb6dffe93c557c0faae6701b1550ef417cac.tar.gz
ChangeLogTag: Tue Jan 4 13:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog14
-rwxr-xr-xetc/create-jace-release9
2 files changed, 14 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 74f00426878..74389453255 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Tue Jan 4 13:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/CLASSIX/*:
+ * tests/CLASSIX/*:
+ Removed all these files, they are old and not maintained for
+ a long time
+
+ * psosim/*:
+ * java/*:
+ Removed the contents of these directories. These files where not
+ shipped as part of the release and are not used anymore.
+
+ This fixes bugzilla bug [2015].
+
Tue Jan 4 08:07:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Multicast_Test.cpp:
diff --git a/etc/create-jace-release b/etc/create-jace-release
deleted file mode 100755
index 50206b14a01..00000000000
--- a/etc/create-jace-release
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-# $Id$
-# Builds the JACE release.
-
-umask 2
-
-cd java
-find src doc examples apps tests classes -name CVS -prune -o -print | cpio -o -H tar | gzip -9 > ../JACE-1.2.tar.gz
-find src doc examples apps tests classes ImageProcessing -name CVS -prune -o -print | cpio -o -H tar | gzip -9 > ../JACE-1.3.tar.gz