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 2010/08/08 09:27:52 UTC

svn commit: r983361 - in /gump/metadata/project: commons-proper.xml msv.xml

Author: bodewig
Date: Sun Aug  8 07:27:51 2010
New Revision: 983361

URL: http://svn.apache.org/viewvc?rev=983361&view=rev
Log:
don't need packaged dependencies for mvn projects, enable nagging for JCI

Modified:
    gump/metadata/project/commons-proper.xml
    gump/metadata/project/msv.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=983361&r1=983360&r2=983361&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Sun Aug  8 07:27:51 2010
@@ -525,6 +525,8 @@
     <option project="commons-logging"/>
     <option project="junit"/>
     <jar name="jci/core/target/commons-jci-core-*[0-9T].jar"/>
+    <nag to="dev@commons.apache.org"
+         from="Stefan Bodewig &lt;bodewig@apache.org&gt;"/>
   </project>
   
   <project name="commons-jci-fam">
@@ -536,6 +538,8 @@
     <option project="commons-logging"/>
     <option project="junit"/>
     <jar name="jci/fam/target/commons-jci-fam-*[0-9T].jar"/>
+    <nag to="dev@commons.apache.org"
+         from="Stefan Bodewig &lt;bodewig@apache.org&gt;"/>
   </project>
 
   <project name="commons-jci-reactor">
@@ -545,11 +549,9 @@
     <depend project="commons-jci-fam"/>
     <junitreport nested="jci/compilers/groovy/target/surefire-reports"/>
 
-    <option project="antlr"/>
     <option project="commons-collections"/>
     <option project="commons-io"/>
     <option project="commons-lang-2.x"/>
-    <option project="eclipse" ids="jdtcore"/>
     <option project="jarjar"/>
     <!--nag to="dev@commons.apache.org"
          from="Stefan Bodewig &lt;bodewig@apache.org&gt;"/-->

Modified: gump/metadata/project/msv.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/msv.xml?rev=983361&r1=983360&r2=983361&view=diff
==============================================================================
--- gump/metadata/project/msv.xml (original)
+++ gump/metadata/project/msv.xml Sun Aug  8 07:27:51 2010
@@ -30,7 +30,6 @@
     <mvn basedir="xsdlib"/>
 
     <depend project="msv-parent"/>
-    <option project="iso-relax"/>
     <option project="jdom"/>
     <option project="xml-xerces"/>
 
@@ -44,7 +43,6 @@
     <depend project="msv-pom"/>
     <option project="ant"/>
     <option project="jdom"/>
-    <option project="relaxng"/>
     <option project="xalan"/>
     <option project="xml-apis"/>
     <option project="xml-resolver"/>
@@ -62,7 +60,6 @@
     <mvn basedir="msv"/>
 
     <depend project="msv-parent"/>
-    <option project="iso-relax"/>
     <option project="msv-testharness"/>
     <option project="xml-apis"/>
     <option project="xml-resolver"/>