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 2010/05/04 05:30:54 UTC

svn commit: r940720 - /gump/metadata/project/hudson.xml

Author: billbarker
Date: Tue May  4 03:30:53 2010
New Revision: 940720

URL: http://svn.apache.org/viewvc?rev=940720&view=rev
Log:
add some projects from the POM. probably won't do anything since it prefers it's own remote repo

Modified:
    gump/metadata/project/hudson.xml

Modified: gump/metadata/project/hudson.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hudson.xml?rev=940720&r1=940719&r2=940720&view=diff
==============================================================================
--- gump/metadata/project/hudson.xml (original)
+++ gump/metadata/project/hudson.xml Tue May  4 03:30:53 2010
@@ -65,6 +65,8 @@
     </mvn>
     <depend project="hudson-remoting"/>
     <depend project="hudson-cli"/>
+    <option project="javax.servlet" />
+    <option project="xpp3" />
     <!-- jar name="hudson/main/war/target/hudson.war" id="hudson"/ -->
     <jar name="hudson/main/core/target/hudson-core-1.356-SNAPSHOT.jar" id="hudson-core" />
     <!-- use my email for testing the build -->
@@ -72,7 +74,7 @@
          to="gump@materne.de"/>
   </project>
 
-  <project name="hudson-core-test" groupId="org.jvnet.hudson.main">
+  <project name="hudson-core-test">
     <mvn separateLocalRepository="hudson" basedir="hudson" goal="test">
     </mvn>
     <depend project="hudson-core"/>
@@ -85,6 +87,9 @@
     <mvn separateLocalRepository="hudson" basedir="hudson/plugins/email-ext">
     </mvn>
     <depend project="hudson-core"/>
+    <option project="javax.servlet" />
+    <option project="javamail" />
+    <option project="jmock" />
     <!-- use my email for testing the build -->
     <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
          to="gump@materne.de"/>