You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2010/11/14 12:37:33 UTC

svn commit: r1034982 - in /gump/metadata: profile/gump.xml project/commons-proper.xml project/commons-vfs-1.x.xml

Author: sebb
Date: Sun Nov 14 11:37:32 2010
New Revision: 1034982

URL: http://svn.apache.org/viewvc?rev=1034982&view=rev
Log:
Temporarily build VFS in its own module, until package change is resolved.

Added:
    gump/metadata/project/commons-vfs-1.x.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1034982&r1=1034981&r2=1034982&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Sun Nov 14 11:37:32 2010
@@ -53,6 +53,7 @@
   <module href="project/commons-lang-2.x.xml"/>
   <module href="project/commons-jexl-1.x.xml"/>
   <module href="project/commons-pool-1.x.xml"/>
+  <module href="project/commons-vfs-1.x.xml"/>
 
 <!-- Apache Lenya -->
 

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1034982&r1=1034981&r2=1034982&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Sun Nov 14 11:37:32 2010
@@ -934,6 +934,8 @@
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>
 
+<!-- Temporarily build VFS in its own module, until package change is resolved.
+
   <project name="commons-vfs" groupId="commons-vfs">
     <mvn basedir="vfs" goal="package">
       <property name="skipTests" value="true"/>
@@ -994,5 +996,6 @@
     <jar name="commons-vfs-sandbox-@@DATE@@.jar"/>
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>
+-->
  
 </module>

Added: gump/metadata/project/commons-vfs-1.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-vfs-1.x.xml?rev=1034982&view=auto
==============================================================================
--- gump/metadata/project/commons-vfs-1.x.xml (added)
+++ gump/metadata/project/commons-vfs-1.x.xml Sun Nov 14 11:37:32 2010
@@ -0,0 +1,89 @@
+<?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="commons-vfs-1.x">
+
+  <url href="http://commons.apache.org/vfs/"/>
+  <description>
+    Apache Commons VFS 1.x
+  </description>
+
+ <!-- Check if changes up to package rename are compatible -->
+  <svn repository="asf" dir="commons/proper/vfs/tags/preVFS2package"/>
+
+  <project name="commons-vfs" groupId="commons-vfs">
+    <mvn basedir="vfs" goal="package">
+      <property name="skipTests" value="true"/>
+    </mvn>
+    <package>org.apache.commons.vfs</package>
+    <option project="ant"/>
+    <option project="junit"/>
+    <option project="xml-apis"/>
+    <option project="xml-xerces"/>
+    <option project="commons-logging"/>
+    <option project="commons-collections"/>
+    <!--option project="commons-compress"/-->
+    <option project="commons-httpclient-2.0-branch"/>
+    <option project="commons-net"/>
+    <option project="doxia-site-renderer"/>
+    <option project="jsch"/>
+    <option project="org.jdom"/>
+    <option project="slf4j"/>
+
+    <home nested="vfs/core/target"/>
+    <jar name="commons-vfs-*[0-9T].jar"/>
+    <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
+  </project>
+  
+  <project name="commons-vfs-test">
+    <mvn basedir="vfs" goal="package"/>
+    <depend project="commons-vfs"/>
+    <report nested="vfs/core/target/surefire-reports"/>
+    <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
+  </project>
+  
+  <project name="org.apache.commons_commons-vfs">
+    <depend project="commons-vfs"/>
+    <jar name="vfs/core/target/commons-vfs-*[0-9T].jar"
+         id="commons-vfs"/>
+  </project>
+  
+  <project name="commons-vfs-sandbox">
+    <mkdir dir="vfs/sandbox/target/classes"/>
+    <mkdir dir="vfs/sandbow/target/test-classes"/>
+    <ant basedir="vfs/sandbox" target="jar">
+      <property name="maven.build.final.name" value="commons-vfs-sandbox-@@DATE@@"/>
+    </ant>
+    <package>org.apache.commons.vfs</package>
+    <depend project="ant"/>
+    <depend project="junit"/>
+    <depend project="commons-vfs"/>
+    <depend project="commons-logging"/>
+    <option project="commons-httpclient-2.0-branch"/>
+    <depend project="slide-webdavlib"/>
+    <option project="jcifs"/>
+    <option project="javamail"/>
+    <option project="jaf"/>
+    
+    <work nested="vfs/sandbox/target/classes"/>
+    <work nested="vfs/sandbox/target/test-classes"/>
+    <home nested="vfs/sandbox/target"/>
+    <jar name="commons-vfs-sandbox-@@DATE@@.jar"/>
+    <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
+  </project>
+
+</module>

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