Author: imario
Date: Sat Oct 21 00:36:26 2006
New Revision: 466358

URL: http://svn.apache.org/viewvc?view=rev&rev=466358
Log:
restructure to maven 2 and setup of sandbox

Added:
    jakarta/commons/proper/vfs/trunk/core/
    jakarta/commons/proper/vfs/trunk/core/src/
    jakarta/commons/proper/vfs/trunk/core/src/main/
      - copied from r466354, jakarta/commons/proper/vfs/trunk/src/
    jakarta/commons/proper/vfs/trunk/core/src/main/examples/
      - copied from r466357, jakarta/commons/proper/vfs/trunk/src/examples/
    jakarta/commons/proper/vfs/trunk/core/src/main/java/
      - copied from r466357, jakarta/commons/proper/vfs/trunk/src/java/
    jakarta/commons/proper/vfs/trunk/core/src/main/test/
      - copied from r466357, jakarta/commons/proper/vfs/trunk/src/test/
    jakarta/commons/proper/vfs/trunk/core/src/main/test-data/
      - copied from r466357, jakarta/commons/proper/vfs/trunk/src/test-data/
    jakarta/commons/proper/vfs/trunk/core/src/main/utils/
      - copied from r466357, jakarta/commons/proper/vfs/trunk/src/utils/
    jakarta/commons/proper/vfs/trunk/sandbox/
    jakarta/commons/proper/vfs/trunk/sandbox/src/
    jakarta/commons/proper/vfs/trunk/sandbox/src/main/
    jakarta/commons/proper/vfs/trunk/sandbox/src/main/java/
    jakarta/commons/proper/vfs/trunk/sandbox/src/main/java/org/
    jakarta/commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/
    jakarta/commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/
    
jakarta/commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/
    
jakarta/commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/
    jakarta/commons/proper/vfs/trunk/sandbox/src/main/test/
Removed:
    jakarta/commons/proper/vfs/trunk/src/
Modified:
    jakarta/commons/proper/vfs/trunk/build.xml
    
jakarta/commons/proper/vfs/trunk/core/src/main/examples/org/apache/commons/vfs/example/Shell.java
    
jakarta/commons/proper/vfs/trunk/core/src/main/examples/org/apache/commons/vfs/example/ShowProperties.java
    jakarta/commons/proper/vfs/trunk/project.properties
    jakarta/commons/proper/vfs/trunk/project.xml

Modified: jakarta/commons/proper/vfs/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/build.xml?view=diff&rev=466358&r1=466357&r2=466358
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Sat Oct 21 00:36:26 2006
@@ -14,8 +14,12 @@
 
   <property name="defaulttargetdir" value="${basedir}/target">
   </property>
+<!--
   <property name="libdir" value="${user.home}/.maven/repository">
   </property>
+-->
+  <property name="libdir" value="${basedir}/target/lib">
+  </property>
   <property name="classesdir" value="${basedir}/target/classes">
   </property>
   <property name="testclassesdir" value="${basedir}/target/test-classes">
@@ -396,4 +400,4 @@
     <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
     </unjar>
   </target>
-</project>
\ No newline at end of file
+</project>

Modified: 
jakarta/commons/proper/vfs/trunk/core/src/main/examples/org/apache/commons/vfs/example/Shell.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/core/src/main/examples/org/apache/commons/vfs/example/Shell.java?view=diff&rev=466358&r1=466357&r2=466358
==============================================================================
--- 
jakarta/commons/proper/vfs/trunk/core/src/main/examples/org/apache/commons/vfs/example/Shell.java
 (original)
+++ 
jakarta/commons/proper/vfs/trunk/core/src/main/examples/org/apache/commons/vfs/example/Shell.java
 Sat Oct 21 00:36:26 2006
@@ -37,11 +37,11 @@
  *
  * @author <a href="mailto:[EMAIL PROTECTED]">Adam Murdoch</a>
  * @author Gary D. Gregory
- * @version $Id$
+ * @version $Id:Shell.java 232419 2005-08-13 07:23:40 +0200 (Sa, 13 Aug 2005) 
imario $
  */
 public class Shell
 {
-    private static final String CVS_ID = "$Id$";
+    private static final String CVS_ID = "$Id:Shell.java 232419 2005-08-13 
07:23:40 +0200 (Sa, 13 Aug 2005) imario $";
     private final FileSystemManager mgr;
     private FileObject cwd;
     private BufferedReader reader;

Modified: 
jakarta/commons/proper/vfs/trunk/core/src/main/examples/org/apache/commons/vfs/example/ShowProperties.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/core/src/main/examples/org/apache/commons/vfs/example/ShowProperties.java?view=diff&rev=466358&r1=466357&r2=466358
==============================================================================
--- 
jakarta/commons/proper/vfs/trunk/core/src/main/examples/org/apache/commons/vfs/example/ShowProperties.java
 (original)
+++ 
jakarta/commons/proper/vfs/trunk/core/src/main/examples/org/apache/commons/vfs/example/ShowProperties.java
 Sat Oct 21 00:36:26 2006
@@ -28,7 +28,7 @@
  * A simple that prints the properties of the file passed as first parameter.
  *
  * @author <a href="mailto:[EMAIL PROTECTED]">Anthony Goubard</a>
- * @version $Revision$ $Date$
+ * @version $Revision:232419 $ $Date:2005-08-13 07:23:40 +0200 (Sa, 13 Aug 
2005) $
  */
 
 

Modified: jakarta/commons/proper/vfs/trunk/project.properties
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/project.properties?view=diff&rev=466358&r1=466357&r2=466358
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.properties (original)
+++ jakarta/commons/proper/vfs/trunk/project.properties Sat Oct 21 00:36:26 2006
@@ -38,7 +38,7 @@
 maven.test.failure.ignore=true
 maven.ant.excludeTests=**/*.java
 
-test.hostname=10.0.1.54
+test.hostname=172.26.2.220
 test.user=vfsusr
 test.password=vfs%2f%25\\te:st
 test.path=/vfstest

Modified: jakarta/commons/proper/vfs/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/project.xml?view=diff&rev=466358&r1=466357&r2=466358
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.xml (original)
+++ jakarta/commons/proper/vfs/trunk/project.xml Sat Oct 21 00:36:26 2006
@@ -204,10 +204,10 @@
     </dependencies>
 
     <build>
-        <sourceDirectory>src/java</sourceDirectory>
+        <sourceDirectory>core/src/main/java</sourceDirectory>
 
         <!-- Unit test classes -->
-        <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+        <unitTestSourceDirectory>core/src/main/test</unitTestSourceDirectory>
         <unitTest>
             <includes>
                 <include>**/test/*TestCase.java</include>
@@ -221,7 +221,7 @@
         <!-- Resources that are packaged up inside the JAR file -->
         <resources>
             <resource>
-                <directory>src/java</directory>
+                <directory>core/src/main/java</directory>
                 <includes>
                     <include>**/*.properties</include>
                     <include>**/*.xml</include>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to