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 2014/02/07 06:13:26 UTC

svn commit: r1565536 - in /gump/metadata: profile/gump.xml project/jarjar.xml project/qdox.xml project/tomcat-tc7.xml project/tomcat-trunk.xml

Author: billbarker
Date: Fri Feb  7 05:13:25 2014
New Revision: 1565536

URL: http://svn.apache.org/r1565536
Log:
Add back hamcrest since junit doesn't include it anymore

Added:
    gump/metadata/project/jarjar.xml   (with props)
    gump/metadata/project/qdox.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/tomcat-tc7.xml
    gump/metadata/project/tomcat-trunk.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1565536&r1=1565535&r2=1565536&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Feb  7 05:13:25 2014
@@ -108,11 +108,14 @@
   <module href="project/easymock.xml"/>
   <module href="project/eclipse.xml"/>
   <module href="project/google-guava.xml" />
+  <module href="project/hamcrest.xml" />
   <module href="project/jacoco.xml"/>
+  <module href="project/jarjar.xml"/>
   <module href="project/javacc.xml"/>
   <module href="project/jdepend.xml"/>
   <module href="project/jsch.xml"/>
   <module href="project/objenesis.xml"/>
+  <module href="project/qdox.xml"/>
   <module href="project/xz-java.xml"/>
 
 <!-- Sun -->
@@ -142,6 +145,7 @@
   <project name="jacocoant"        package="jacoco"/>
   <project name="jaf"              package="jaf-1.1ea"/>
   <project name="jakarta-regexp"   package="apache-attic"/>
+  <project name="jarjar"           package="jarjar"/>
   <project name="javacc"           package="javacc-3.1"/>
   <project name="javamail"         package="javamail-1.4"/>
   <project name="jaxp"             package="jaxp-1_3"/>
@@ -152,6 +156,7 @@
   <project name="jsch"             package="jsch"/>
   <project name="jta"              package="jta-spec1_0_1"/>
   <project name="oro"              package="apache-attic"/>
+  <project name="qdox"             package="qdox"/>
   <project name="avalon-framework-api" package="apache-attic"/>
   <project name="avalon-framework-impl" package="apache-attic"/>
   <project name="avalon-logkit"    package="apache-attic"/>

Added: gump/metadata/project/jarjar.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jarjar.xml?rev=1565536&view=auto
==============================================================================
--- gump/metadata/project/jarjar.xml (added)
+++ gump/metadata/project/jarjar.xml Fri Feb  7 05:13:25 2014
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<module name="jarjar">
+  <description>Java library repackager</description>
+  <url href="http://tonicsystems.com/products/jarjar/"/>
+  
+  <project name="jarjar">
+    <package>com.tonicsystems.jarjar</package>
+
+    <jar name="jarjar-0.6.jar"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/jarjar.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: gump/metadata/project/qdox.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/qdox.xml?rev=1565536&view=auto
==============================================================================
--- gump/metadata/project/qdox.xml (added)
+++ gump/metadata/project/qdox.xml Fri Feb  7 05:13:25 2014
@@ -0,0 +1,59 @@
+<?xml version="1.0" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="qdox">
+
+  <url  href="http://qdox.codehaus.org/"/>
+  <description>
+    QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.  
+  </description>
+
+   <project name="qdox" groupId="gump.qdox">
+    <jar name="qdox-1.12.jar"/>
+   </project>
+
+  <!--cvs repository="sourceforge" 
+       module="qdox" dir="qdox"/-->
+  
+  <!--project name="qdox">
+    <package>com.thoughtworks.qdox</package>
+
+    <ant>
+      <property name="yacc.exe" value="yacc"/>
+      <property name="version" value="@@DATE@@"/>
+    </ant>
+
+    <depend project="ant" inherit="runtime"/>
+    <depend project="xml-xerces"/>
+    <depend project="junit"/>
+    <depend project="jflex"/>
+    <depend project="mockmaker"/>
+
+    <jar name="build/qdox-@@DATE@@.jar"/>
+
+    <license name="LICENSE.txt"/>
+  </project>
+
+  <project name="jflex">
+    <jar name="bootstrap/jflex.jar"/>
+  </project>
+
+  <project name="mockmaker">
+    <jar name="bootstrap/mockmaker.jar"/>
+  </project-->
+
+</module>

Propchange: gump/metadata/project/qdox.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: gump/metadata/project/tomcat-tc7.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1565536&r1=1565535&r2=1565536&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc7.xml (original)
+++ gump/metadata/project/tomcat-tc7.xml Fri Feb  7 05:13:25 2014
@@ -118,7 +118,7 @@
       <property name="tomcat-native.tar.gz" project="commons-daemon"
               id="native-distro" reference="outputpath" />
       <depend property="junit.jar" project="junit" id="junit"/>
-      <depend property="hamcrest.jar" project="junit" id="junit"/>
+      <depend property="hamcrest.jar" project="hamcrest-java" id="hamcrest-core"/>
       <property name="commons-pool.home" project="commons-pool"
                 path="." />
       <property name="commons-dbcp.home" project="commons-dbcp"

Modified: gump/metadata/project/tomcat-trunk.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-trunk.xml?rev=1565536&r1=1565535&r2=1565536&view=diff
==============================================================================
--- gump/metadata/project/tomcat-trunk.xml (original)
+++ gump/metadata/project/tomcat-trunk.xml Fri Feb  7 05:13:25 2014
@@ -101,7 +101,7 @@
       <property name="tomcat-native.tar.gz" project="commons-daemon"
               id="native-distro" reference="outputpath" />
       <depend property="junit.jar" project="junit" id="junit"/>
-      <depend property="hamcrest.jar" project="junit" id="junit"/>
+      <depend property="hamcrest.jar" project="hamcrest-java" id="hamcrest-core"/>
       <depend property="cglib.jar" project="cglib" id="cglib" />
       <depend property="objenesis.jar" project="objenesis" id="objenesis" />
       <depend property="easymock.jar" project="easymock" id="easymock" />