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 2013/08/11 22:15:53 UTC

svn commit: r1512997 - in /gump/metadata: profile/gump.xml project/commons-digester-2.x.xml project/commons-httpclient.xml project/commons-lang-2.x.xml project/dom4j.xml project/dougLea.xml project/google-guava.xml project/poi.xml project/tomcat-tc7.xml

Author: bodewig
Date: Sun Aug 11 20:15:52 2013
New Revision: 1512997

URL: http://svn.apache.org/r1512997
Log:
bring back some projects that are still needed

Added:
    gump/metadata/project/commons-digester-2.x.xml   (with props)
    gump/metadata/project/commons-httpclient.xml   (with props)
    gump/metadata/project/dom4j.xml   (with props)
    gump/metadata/project/dougLea.xml   (with props)
    gump/metadata/project/google-guava.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/commons-lang-2.x.xml
    gump/metadata/project/poi.xml
    gump/metadata/project/tomcat-tc7.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1512997&r1=1512996&r2=1512997&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Sun Aug 11 20:15:52 2013
@@ -33,6 +33,7 @@
   <module href="project/commons-codec-11.xml"/>
   <module href="project/commons-collections-3.x.xml"/>
   <module href="project/commons-dbcp-1.x.xml" />
+  <module href="project/commons-digester-2.x.xml"/>
   <module href="project/commons-lang-2.x.xml"/>
   <module href="project/commons-pool-1.x.xml"/>
 
@@ -55,7 +56,7 @@
 
 <!-- Apache.Jakarta -->
 
-  <!--module href="project/jakarta-alexandria.xml"/-->
+  <module href="project/commons-httpclient.xml"/>
   <module href="project/jakarta-bsf.xml"/>
   <module href="project/poi.xml"/>
   <module href="project/jakarta-servletapi-4.xml"/>
@@ -108,6 +109,10 @@
   <!-- misc -->
 
   <module href="project/antlr.xml"/>  
+  <module href="project/dom4j.xml"/>
+  <module href="project/dougLea.xml"/>
+  <module href="project/eclipse.xml"/>
+  <module href="project/google-guava.xml" />
   <module href="project/javacc.xml"/>
   <module href="project/jdepend.xml"/>
   <module href="project/jsch.xml"/>
@@ -144,9 +149,12 @@
   <project name="antlr2"           package="antlr"/>
   <project name="antlr"            package="antlr"/>
   <project name="commons-codec-11" package="apache-commons"/>
+  <project name="commons-httpclient" package="commons-httpclient"/>
   <project name="commons-jexl-1.x" package="apache-commons"/>
   <project name="commons-vfs-10"   package="apache-commons"/>
-  <!--project name="eclipse"          package="eclipse"/-->
+  <project name="concurrent"       package="dougLea"/>
+  <project name="dom4j"            package="dom4j"/>
+  <project name="eclipse"          package="eclipse"/>
   <project name="ecs"              package="apache-attic"/>
   <project name="ejb"              package="ejb-2_0-fr"/>
   <project name="fop-hyph"         package="fop-hyph"/>

Added: gump/metadata/project/commons-digester-2.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-digester-2.x.xml?rev=1512997&view=auto
==============================================================================
--- gump/metadata/project/commons-digester-2.x.xml (added)
+++ gump/metadata/project/commons-digester-2.x.xml Sun Aug 11 20:15:52 2013
@@ -0,0 +1,40 @@
+<?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="commons-digester-2.x" groupId="commons-digester">
+
+  <url href="http://commons.apache.org/digester/index.html"/>
+  <description>
+    Apache Commons Digester 2.x
+  </description>
+
+  <svn repository="asf" dir="commons/proper/digester/branches/DIGESTER_2_X"/>
+
+  <project name="commons-digester">
+    <package>org.apache.commons.digester</package>
+    <description>XML to Java Object Configuration</description>
+    <url href="http://commons.apache.org/digester/"/>
+    <mvn2>
+      <property name="skipTests" value="true"/>
+    </mvn2>
+    <depend project="commons-beanutils"/>
+    <depend project="commons-logging"/>
+    <option project="velocity-engine"/>
+    <jar name="target/commons-digester-2.2-SNAPSHOT.jar"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/commons-digester-2.x.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: gump/metadata/project/commons-httpclient.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-httpclient.xml?rev=1512997&view=auto
==============================================================================
--- gump/metadata/project/commons-httpclient.xml (added)
+++ gump/metadata/project/commons-httpclient.xml Sun Aug 11 20:15:52 2013
@@ -0,0 +1,34 @@
+<?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="commons-httpclient" groupId="commons-httpclient">
+
+  <!-- The 3.1 code line is no longer developed nor supported, but still used.
+       There is no point in rebuilding it, just reference the last release JAR.
+       Runtime dependencies are defined for transitive use.
+    -->
+  <project name="commons-httpclient">
+    <package>org.apache.commons.httpclient</package>
+    <description>HTTP Client Library, version 3.1</description>
+    <url href="http://hc.apache.org/httpclient-3.x/"/>
+    <depend project="commons-logging" runtime="true"/>
+    <depend project="commons-codec" runtime="true"/>
+    <jar name="commons-httpclient-3.1.jar"/>
+    <license name="LICENSE"/>
+  </project>
+
+</module>
\ No newline at end of file

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

Modified: gump/metadata/project/commons-lang-2.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-lang-2.x.xml?rev=1512997&r1=1512996&r2=1512997&view=diff
==============================================================================
--- gump/metadata/project/commons-lang-2.x.xml (original)
+++ gump/metadata/project/commons-lang-2.x.xml Sun Aug 11 20:15:52 2013
@@ -45,11 +45,4 @@
     <jar name="target/commons-lang-2.7-SNAPSHOT.jar" id="commons-lang"/>
   </project>
 
-  <project name="commons-lang-2.x-test" >
-    <mvn2 goal="package" />
-    <depend project="commons-lang" />
-    <option project="ant"/>
-    <option project="junit"/>
-    <option project="commons-collections"/>
-  </project>
 </module>

Added: gump/metadata/project/dom4j.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/dom4j.xml?rev=1512997&view=auto
==============================================================================
--- gump/metadata/project/dom4j.xml (added)
+++ gump/metadata/project/dom4j.xml Sun Aug 11 20:15:52 2013
@@ -0,0 +1,30 @@
+<?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="dom4j" groupId="org.dom4j">
+
+  <url href="http://dom4j.sourceforge.net/"/>
+  <description>
+    The flexible XML framework for Java
+  </description>
+
+  <project name="dom4j">
+    <package>org.dom4j</package>
+    <jar name="dom4j-1.6.1.jar" id="dom4j"/>
+  </project>
+
+</module>

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

Added: gump/metadata/project/dougLea.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/dougLea.xml?rev=1512997&view=auto
==============================================================================
--- gump/metadata/project/dougLea.xml (added)
+++ gump/metadata/project/dougLea.xml Sun Aug 11 20:15:52 2013
@@ -0,0 +1,30 @@
+<?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="dougLea">
+
+  <url href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html"/>
+  <description>
+    Doug Lea's concurrent programming classes
+  </description>
+  
+  <project name="concurrent" groupId="concurrent">
+    <package>EDU.oswego.cs.dl.util.concurrent</package>
+    <jar name="concurrent.jar"/>
+  </project>
+
+</module>
\ No newline at end of file

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

Added: gump/metadata/project/google-guava.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/google-guava.xml?rev=1512997&view=auto
==============================================================================
--- gump/metadata/project/google-guava.xml (added)
+++ gump/metadata/project/google-guava.xml Sun Aug 11 20:15:52 2013
@@ -0,0 +1,42 @@
+<?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="google-guava" groupId="com.google.guava">
+
+  <url href="http://code.google.com/p/guava-libraries/"/>
+  <description>
+   Guava is a suite of core and expanded libraries that include 
+    utility classes, google's collections, io classes, and much 
+    much more.
+  </description>
+  
+  <git repository="google-guava"/>
+
+
+  <project name="google-guava">
+    <package>com.google.guava</package>
+
+    <mvn3/>
+
+    <option project="junit"/>
+    <option project="commons-collections"/>
+    
+    <jar name="guava/target/guava-*[0-9T].jar" id="guava"/>
+    <pom name="guava/pom.xml" id="guava"/>
+  </project>
+
+</module>

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

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?rev=1512997&r1=1512996&r2=1512997&view=diff
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Sun Aug 11 20:15:52 2013
@@ -38,7 +38,7 @@
         <depend project="xml-apis"/>
         <depend project="xml-xerces"/>
         <depend project="xalan"/>
-        <!--depend project="dom4j"/-->
+        <depend project="dom4j"/>
         <depend project="poi-ooxml-deps" />
         <depend project="poi-ooxml-schemas" />
 
@@ -109,7 +109,7 @@
      <depend project="xml-apis"/>
      <depend project="xml-xerces"/>
      <depend project="xalan"/>
-     <!--depend project="dom4j"/-->
+     <depend project="dom4j"/>
      <depend project="poi"/>
      <depend project="poi-ooxml-deps" />
      <depend project="poi-ooxml-schemas" />

Modified: gump/metadata/project/tomcat-tc7.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1512997&r1=1512996&r2=1512997&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc7.xml (original)
+++ gump/metadata/project/tomcat-tc7.xml Sun Aug 11 20:15:52 2013
@@ -154,6 +154,7 @@
    <depend project="commons-logging" />
    <depend project="commons-collections" />
    <depend project="antlr" />
+   <depend project="google-guava"/>
    <!-- depend project="emma" / -->
    <!--
    <depend project="jdom" />