You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rg...@apache.org on 2009/03/21 16:42:28 UTC

svn commit: r756958 - in /commons/proper/vfs/trunk: RELEASE_NOTES.txt build.xml maven.xml pom.xml project.properties project.xml

Author: rgoers
Date: Sat Mar 21 15:42:27 2009
New Revision: 756958

URL: http://svn.apache.org/viewvc?rev=756958&view=rev
Log:
remove maven 1 build files. Mark target JDK as 1.4

Removed:
    commons/proper/vfs/trunk/RELEASE_NOTES.txt
    commons/proper/vfs/trunk/build.xml
    commons/proper/vfs/trunk/maven.xml
    commons/proper/vfs/trunk/project.properties
    commons/proper/vfs/trunk/project.xml
Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=756958&r1=756957&r2=756958&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sat Mar 21 15:42:27 2009
@@ -117,6 +117,8 @@
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>VFS</commons.jira.id>
     <commons.jira.pid>12310495</commons.jira.pid>
+    <maven.compile.source>1.4</maven.compile.source>
+    <maven.compile.target>1.4</maven.compile.target>
   </properties>
 
   <build>