You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2012/04/22 01:16:22 UTC

svn commit: r1328747 - /gump/metadata/project/mx4j.xml

Author: billbarker
Date: Sat Apr 21 23:16:21 2012
New Revision: 1328747

URL: http://svn.apache.org/viewvc?rev=1328747&view=rev
Log:
Try to break dependancy on ws-axis, which will never build again

Modified:
    gump/metadata/project/mx4j.xml

Modified: gump/metadata/project/mx4j.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/mx4j.xml?rev=1328747&r1=1328746&r2=1328747&view=diff
==============================================================================
--- gump/metadata/project/mx4j.xml (original)
+++ gump/metadata/project/mx4j.xml Sat Apr 21 23:16:21 2012
@@ -29,29 +29,27 @@
     <package>mx4j</package>
     <package>javax.management</package>
 
-    <ant basedir="build" target="compile.jmx">
-      <property name="core.src.dir" value="jsr003/src/main/java"/>
-    </ant>
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
-    <depend project="xmlunit"/>
-    <depend project="logging-log4j-12"/>
-    <depend project="bcel"/>
-    <depend project="junit"/>
-    <depend project="commons-codec" />
-    <depend project="commons-logging" />
-    <depend project="ws-axis"/>
+    <mvn2 separateLocalRepository="true" />
+
+    <option project="ant" inherit="runtime"/>
+    <option project="xml-xerces"/>
+    <option project="xml-apis"/>
+    <option project="xmlunit"/>
+    <option project="logging-log4j-12"/>
+    <option project="bcel"/>
+    <option project="junit"/>
+    <option project="commons-codec" />
+    <option project="commons-logging" />
+    <option project="ws-axis"/>
     <option project="javamail"/>
     <option project="jsse"/>
     <option project="jaf"/>
     <option project="jython"/>
-    <work nested="classes/core"/>
  
-    <home nested="dist"/>
-    <jar name="lib/mx4j-jmx.jar" id="mx4j-jmx"/>
-    <jar name="lib/mx4j-impl.jar" id="mx4j-impl"/>
-    <jar name="lib/mx4j.jar" id="mx4j"/>
+    <home nested="target"/>
+    <jar name="lib/mx4j-jmx-*[0-9T].jar" id="mx4j-jmx"/>
+    <jar name="lib/mx4j-impl-*[0-9T].jar" id="mx4j-impl"/>
+    <jar name="lib/mx4j-*[0-9T].jar" id="mx4j"/>
 
     <license name="src/docs/english/license.xml"/>