You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by bt...@apache.org on 2005/04/07 07:31:33 UTC

svn commit: r160374 - in incubator/jdo/trunk: api11/project.properties api20/project.properties btree/project.properties project.properties ri11/maven.xml ri11/project.properties

Author: btopping
Date: Wed Apr  6 22:31:32 2005
New Revision: 160374

URL: http://svn.apache.org/viewcvs?view=rev&rev=160374
Log:
Correction of last checkin with new understanding of build layout (thanks Michael!)

Removed:
    incubator/jdo/trunk/api11/project.properties
    incubator/jdo/trunk/api20/project.properties
Modified:
    incubator/jdo/trunk/btree/project.properties
    incubator/jdo/trunk/project.properties
    incubator/jdo/trunk/ri11/maven.xml
    incubator/jdo/trunk/ri11/project.properties

Modified: incubator/jdo/trunk/btree/project.properties
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/btree/project.properties?view=diff&r1=160373&r2=160374
==============================================================================
--- incubator/jdo/trunk/btree/project.properties (original)
+++ incubator/jdo/trunk/btree/project.properties Wed Apr  6 22:31:32 2005
@@ -27,6 +27,3 @@
 # We need btree sources that compile with -target 1.3, 
 # so use a specific btree version
 netbeans.cvs.tag=-r release36-BLD200409100900
-
-maven.compile.source=1.3
-maven.compile.target=1.3

Modified: incubator/jdo/trunk/project.properties
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/project.properties?view=diff&r1=160373&r2=160374
==============================================================================
--- incubator/jdo/trunk/project.properties (original)
+++ incubator/jdo/trunk/project.properties Wed Apr  6 22:31:32 2005
@@ -16,6 +16,7 @@
 
 # Make sure the compiled class still work with J2SE 1.3
 maven.compile.target = 1.3
+maven.compile.target = 1.3
 
 # Set the javadoc title 
 maven.javadoc.windowtitle = ${pom.name} ${pom.currentVersion}

Modified: incubator/jdo/trunk/ri11/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/maven.xml?view=diff&r1=160373&r2=160374
==============================================================================
--- incubator/jdo/trunk/ri11/maven.xml (original)
+++ incubator/jdo/trunk/ri11/maven.xml Wed Apr  6 22:31:32 2005
@@ -362,8 +362,7 @@
     <goal name="fsuid2.build">
         <ant dir="${basedir}/test/fsuid2" target="build">
             <property name="jdoapi" value="${jdo.jdoapi.jarfile}"/>
-            <property name="jdori" value="${maven.build
-            .dest}"/>
+            <property name="jdori" value="${maven.build.dest}"/>
             <property name="logging" value="${logging.jarfile}"/>
             <property name="fsuid2.jarfile" value="${jdo.fsuid.jarfile}"/>
         </ant>

Modified: incubator/jdo/trunk/ri11/project.properties
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/project.properties?view=diff&r1=160373&r2=160374
==============================================================================
--- incubator/jdo/trunk/ri11/project.properties (original)
+++ incubator/jdo/trunk/ri11/project.properties Wed Apr  6 22:31:32 2005
@@ -202,6 +202,3 @@
 
 jdo.pawareclasses.test.files= \
   ${jdo.testclasses.dir}/org/apache/jdo/test/Test_PCDerived.class
-
-maven.compile.source=1.3
-maven.compile.target=1.3