You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2008/12/15 11:29:09 UTC

svn commit: r726672 - /gump/metadata/project/castor.xml

Author: bodewig
Date: Mon Dec 15 02:29:09 2008
New Revision: 726672

URL: http://svn.apache.org/viewvc?rev=726672&view=rev
Log:
Castor's Ant build is broken, maybe the mvn build is better maintained.

Modified:
    gump/metadata/project/castor.xml

Modified: gump/metadata/project/castor.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/castor.xml?rev=726672&r1=726671&r2=726672&view=diff
==============================================================================
--- gump/metadata/project/castor.xml (original)
+++ gump/metadata/project/castor.xml Mon Dec 15 02:29:09 2008
@@ -28,13 +28,7 @@
   <project name="castor">
     <package>org.exolab.castor</package>
 
-    <mkdir dir="build/classes"/>
-    <mkdir dir="core/build/classes"/>
-
-    <ant buildfile="src/build.xml" target="jar">
-      <property name="version" value="@@DATE@@"/>
-      <property name="archive.name" value="castor-@@DATE@@" />
-    </ant>
+    <mvn separateLocalRepository="true"/>
     <depend project="ant" inherit="runtime"/>
     <depend project="ldapsdk"/>
     <depend project="jdbc"/>
@@ -47,15 +41,6 @@
     <depend project="logging-log4j-12"/>
     <depend project="velocity-engine"/>
 
-    <work nested="build/classes"/>
-    <work nested="core/build/classes"/>
-    <work nested="schema/build/classes"/>
-    <work nested="codegen/build/classes"/>
-
-    <work nested="ddlgen/build/classes"/>
-    <work nested="anttask/build/classes"/>
-    <work nested="cpa/build/classes"/>
-
     <home nested="dist"/>
 
     <jar name="castor-@@DATE@@.jar"/>