You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2005/12/05 20:16:00 UTC

svn commit: r354131 - in /jakarta/commons/proper/vfs/trunk: build.xml project.properties project.xml

Author: imario
Date: Mon Dec  5 11:15:53 2005
New Revision: 354131

URL: http://svn.apache.org/viewcvs?rev=354131&view=rev
Log:
RC7

Modified:
    jakarta/commons/proper/vfs/trunk/build.xml
    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/viewcvs/jakarta/commons/proper/vfs/trunk/build.xml?rev=354131&r1=354130&r2=354131&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Mon Dec  5 11:15:53 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!--build.xml generated by maven from project.xml version 1.0-RC6
+<!--build.xml generated by maven from project.xml version 1.0-RC7
   on date August 13 2005, time 0731-->
 
 <project default="jar" name="commons-vfs" basedir=".">
@@ -20,7 +20,7 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
-    <property name="final.name" value="commons-vfs-1.0-RC6">
+    <property name="final.name" value="commons-vfs-1.0-RC7">
     </property>
     <path id="build.classpath">
         <fileset dir="${libdir}">
@@ -150,7 +150,7 @@
         </tstamp>
         <property name="copyright" value="Copyright &amp;copy;  The Apache Software Foundation. All Rights Reserved.">
         </property>
-        <property name="title" value="Commons VFS 1.0-RC6 API">
+        <property name="title" value="Commons VFS 1.0-RC7 API">
         </property>
         <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java"
                  packagenames="org.apache.commons.vfs.*">

Modified: jakarta/commons/proper/vfs/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.properties?rev=354131&r1=354130&r2=354131&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.properties (original)
+++ jakarta/commons/proper/vfs/trunk/project.properties Mon Dec  5 11:15:53 2005
@@ -29,6 +29,7 @@
 maven.repo.apache.snapshots.directory=/www/cvs.apache.org/repository
 maven.junit.fork = true
 maven.junit.sysproperties = test.basedir test.ftp.uri test.smb.uri test.webdav.uri test.sftp.uri test.http.uri
+maven.junit.jvmargs = -Xss4096k
 maven.test.failure.ignore=true
 maven.ant.excludeTests=**/*.java
 
@@ -49,4 +50,4 @@
 
 maven.checkstyle.properties = ${basedir}/checkstyle.properties
 
-maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src
\ No newline at end of file
+maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src

Modified: jakarta/commons/proper/vfs/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.xml?rev=354131&r1=354130&r2=354131&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.xml (original)
+++ jakarta/commons/proper/vfs/trunk/project.xml Mon Dec  5 11:15:53 2005
@@ -6,7 +6,7 @@
     <id>commons-vfs</id>
     <logo>/images/vfs-logo-white.png</logo>
     <url>http://jakarta.apache.org/commons/vfs/</url>
-    <currentVersion>1.0-RC6</currentVersion>
+    <currentVersion>1.0-RC7</currentVersion>
     <inceptionYear>2002</inceptionYear>
     <package>org.apache.commons.vfs</package>
     <shortDescription>Commons VFS</shortDescription>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org