Author: david.lloyd(a)jboss.com
Date: 2008-09-23 17:56:54 -0400 (Tue, 23 Sep 2008)
New Revision: 4576
Modified:
remoting3/trunk/build.properties
remoting3/trunk/build.xml
Log:
Update marshalling dep
Modified: remoting3/trunk/build.properties
===================================================================
--- remoting3/trunk/build.properties 2008-09-18 03:48:15 UTC (rev 4575)
+++ remoting3/trunk/build.properties 2008-09-23 21:56:54 UTC (rev 4576)
@@ -115,7 +115,7 @@
lib.jboss-managed.local=${local.repository}/${lib.jboss-managed.local-path}
lib.jboss-managed.remote=${remote.repository}/${lib.jboss-managed.remote-path}
-lib.jboss-marshalling-api.version=1.0.0.Alpha.20080903-314
+lib.jboss-marshalling-api.version=1.0.0.Alpha.20080923-345
lib.jboss-marshalling-api.name=marshalling-api.jar
lib.jboss-marshalling-api.license=lgpl
lib.jboss-marshalling-api.dir=jboss/marshalling/${lib.jboss-marshalling-api.version}/lib
Modified: remoting3/trunk/build.xml
===================================================================
--- remoting3/trunk/build.xml 2008-09-18 03:48:15 UTC (rev 4575)
+++ remoting3/trunk/build.xml 2008-09-23 21:56:54 UTC (rev 4576)
@@ -1344,7 +1344,7 @@
<!-- fetch: These should be the second-to-last targets in the file -->
- <target name="all-fetch" description="Pre-fetch all external
libraries"
depends="lib.jboss-common-core,lib.jboss-common-logging-spi,lib.jboss-deployers-core-spi,lib.jboss-deployers-spi,lib.jboss-deployers-structure-spi,lib.jbossmc-kernel,lib.jboss-managed,lib.jbossxb,lib.servlet"/>
+ <target name="all-fetch" description="Pre-fetch all external
libraries"
depends="lib.jboss-common-core,lib.jboss-common-logging-spi,lib.jboss-deployers-core-spi,lib.jboss-deployers-spi,lib.jboss-deployers-structure-spi,lib.jbossmc-kernel,lib.jboss-managed,lib.jboss-marshalling-api,lib.jbossxb,lib.servlet"/>
<!-- all: These should be the last targets in the file -->
Show replies by date