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/07/04 05:58:56 UTC

svn commit: r960291 - in /gump/metadata/testbase: ant.xml xstream.xml

Author: bodewig
Date: Sun Jul  4 03:58:55 2010
New Revision: 960291

URL: http://svn.apache.org/viewvc?rev=960291&view=rev
Log:
testcases for 'multiple outputs of different type but same id'

Modified:
    gump/metadata/testbase/ant.xml
    gump/metadata/testbase/xstream.xml

Modified: gump/metadata/testbase/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/ant.xml?rev=960291&r1=960290&r2=960291&view=diff
==============================================================================
--- gump/metadata/testbase/ant.xml (original)
+++ gump/metadata/testbase/ant.xml Sun Jul  4 03:58:55 2010
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="ant">
+<module name="ant" groupId="org.apache.ant">
 
   <url  href="http://ant.apache.org/index.html"/>
   <description>
@@ -30,6 +30,9 @@
     <home nested="bootstrap"/>
     <output name="lib/ant.jar" type="jar"/>
     <jar name="lib/ant-launcher.jar" id="ant-launcher"/>
+    <pom name="src/etc/poms/pom.xml" id="ant-parent"/>
+    <pom name="src/etc/poms/ant/pom.xml"/>
+    <pom name="src/etc/poms/ant-launcher/pom.xml" id="ant-launcher"/>
 
   </project>
 

Modified: gump/metadata/testbase/xstream.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/xstream.xml?rev=960291&r1=960290&r2=960291&view=diff
==============================================================================
--- gump/metadata/testbase/xstream.xml (original)
+++ gump/metadata/testbase/xstream.xml Sun Jul  4 03:58:55 2010
@@ -27,7 +27,10 @@
   <project name="xstream">
     <package>com.thoughtworks.xstream</package>
     <mvn basedir="xstream">
+      <property name="skipTests" value="true"/>
     </mvn>
     <jar name="xstream/target/xstream-*-SNAPSHOT.jar"/>
+    <output name="xstream/target/xstream-*-SNAPSHOT-tests.jar"
+            type="testsjar"/>
   </project>
 </module>