[Mulgara-svn] r1253 - trunk

eddie at mulgara.org eddie at mulgara.org
Mon Sep 8 09:19:41 UTC 2008


Author: eddie
Date: 2008-09-08 02:19:40 -0700 (Mon, 08 Sep 2008)
New Revision: 1253

Modified:
   trunk/build.xml
Log:
removed reference to ${descriptor.jar} which was causing core-dist target to fail with "build.xml:1928: the archive doesn't exist". (do a "clean" first to reproduce the error).

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-09-08 08:37:51 UTC (rev 1252)
+++ trunk/build.xml	2008-09-08 09:19:40 UTC (rev 1253)
@@ -1936,7 +1936,6 @@
       <zipfileset src="${bin.dir}/${server-rmi.jar}" excludes="**/*.xml, META-INF/**"/>
       <zipfileset src="${bin.dir}/${util.jar}" excludes="**/*.xml, META-INF/**"/>
       <zipfileset src="${bin.dir}/${config.jar}" excludes="**/*.xml, META-INF/**"/>
-      <zipfileset src="${bin.dir}/${descriptor.jar}" excludes="**/*.xml, META-INF/**"/>
       <zipfileset src="${bin.dir}/${server-local.jar}" excludes="**/*.xml, META-INF/**"/>
       <zipfileset src="${bin.dir}/${resolver.jar}" excludes="**/*.xml, META-INF/**"/>
       <zipfileset src="${bin.dir}/${resolver-spi.jar}" excludes="**/*.xml, META-INF/**"/>




More information about the Mulgara-svn mailing list