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 cl...@apache.org on 2007/06/27 21:40:03 UTC

svn commit: r551290 - in /db/jdo/trunk: maven.xml project.properties

Author: clr
Date: Wed Jun 27 12:40:02 2007
New Revision: 551290

URL: http://svn.apache.org/viewvc?view=rev&rev=551290
Log:
Split tck20: update maven.xml and project.properties in trunk

Modified:
    db/jdo/trunk/maven.xml
    db/jdo/trunk/project.properties

Modified: db/jdo/trunk/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/maven.xml?view=diff&rev=551290&r1=551289&r2=551290
==============================================================================
--- db/jdo/trunk/maven.xml (original)
+++ db/jdo/trunk/maven.xml Wed Jun 27 12:40:02 2007
@@ -31,13 +31,13 @@
         <echo>  jdo11.build   - builds all JDO1 projects</echo>
         <echo>  jdo11.default - calls the default goal for all JDO1 projects</echo>
         <echo>  jdo11.clean   - cleans all JDO1 projects</echo>
-        <echo>  jdo20.build   - builds all JDO2 projects</echo>
-        <echo>  jdo20.default - calls the default goal for  all JDO2 projects</echo>
-        <echo>  jdo20.clean   - cleans all JDO2 projects</echo>
-        <echo>  tck20.build   - builds tck20 and dependent JDO2 projects</echo>
-        <echo>  tck20.default - calls the default goal for tck20 and dependent JDO2 projects</echo>
-        <echo>  tck20.clean   - cleans tck20 and dependent JDO2 projects</echo>
-        <echo>  tck20.dist    - creates distributions of tck20 and dependent JDO2 projects</echo>
+        <echo>  jdo2.build   - builds all JDO2 projects</echo>
+        <echo>  jdo2.default - calls the default goal for  all JDO2 projects</echo>
+        <echo>  jdo2.clean   - cleans all JDO2 projects</echo>
+        <echo>  tck2.build   - builds tck2 and dependent JDO2 projects</echo>
+        <echo>  tck2.default - calls the default goal for tck2 and dependent JDO2 projects</echo>
+        <echo>  tck2.clean   - cleans tck2 and dependent JDO2 projects</echo>
+        <echo>  tck2.dist    - creates distributions of tck2 and dependent JDO2 projects</echo>
         <echo>  fostore20.clean   - cleans fostore20 and dependencies</echo>
         <echo>  fostore20.build   - builds fostore20 and dependencies</echo>
         <echo>  fostore20.default - calls the default goal for fostore20 and dependencies</echo>
@@ -72,49 +72,49 @@
     <!-- JDO2 Goals -->
     <!-- ========== -->
 
-    <goal name="jdo20.build"
+    <goal name="jdo2.build"
           description="Builds all JDO2 projects">
-        <j:set var="maven.multiproject.includes">${jdo20.projects}</j:set>
+        <j:set var="maven.multiproject.includes">${jdo2.projects}</j:set>
         <j:set var="goal">build</j:set>
         <attainGoal name="multiproject:goal"/>
     </goal>
 
-    <goal name="jdo20.default"
+    <goal name="jdo2.default"
           description="Calls the default goal for all JDO2 projects">
-        <j:set var="maven.multiproject.includes">${jdo20.projects}</j:set>
+        <j:set var="maven.multiproject.includes">${jdo2.projects}</j:set>
         <j:set var="goal">default</j:set>
         <attainGoal name="multiproject:goal"/>
     </goal>
 
-    <goal name="jdo20.clean"
+    <goal name="jdo2.clean"
           description="Cleans all JDO2 projects">
-        <j:set var="maven.multiproject.includes">${jdo20.projects}</j:set>
+        <j:set var="maven.multiproject.includes">${jdo2.projects}</j:set>
         <attainGoal name="multiproject:clean"/>
     </goal>
 
-    <goal name="tck20.build"
-          description="Builds tck20 and dependent JDO2 projects">
-        <j:set var="maven.multiproject.includes">${tck20.projects}</j:set>
+    <goal name="tck2.build"
+          description="Builds tck2 and dependent JDO2 projects">
+        <j:set var="maven.multiproject.includes">${tck2.projects}</j:set>
         <j:set var="goal">build</j:set>
         <attainGoal name="multiproject:goal"/>
     </goal>
 
-    <goal name="tck20.default"
-          description="Calls the default goal for tck20 and dependent JDO2 projects">
-        <j:set var="maven.multiproject.includes">${tck20.projects}</j:set>
+    <goal name="tck2.default"
+          description="Calls the default goal for tck2 and dependent JDO2 projects">
+        <j:set var="maven.multiproject.includes">${tck2.projects}</j:set>
         <j:set var="goal">default</j:set>
         <attainGoal name="multiproject:goal"/>
     </goal>
 
-    <goal name="tck20.clean"
-          description="Cleans tck20 and dependent JDO2 projects">
-        <j:set var="maven.multiproject.includes">${tck20.projects}</j:set>
+    <goal name="tck2.clean"
+          description="Cleans tck2 and dependent JDO2 projects">
+        <j:set var="maven.multiproject.includes">${tck2.projects}</j:set>
         <attainGoal name="multiproject:clean"/>
     </goal>
 
-    <goal name="tck20.dist"
-          description="Creates distributions of tck20 and dependent JDO2 projects">
-        <j:set var="maven.multiproject.includes">${tck20.projects}</j:set>
+    <goal name="tck2.dist"
+          description="Creates distributions of tck2 and dependent JDO2 projects">
+        <j:set var="maven.multiproject.includes">${tck2.projects}</j:set>
         <j:set var="goal">dist</j:set>
         <attainGoal name="multiproject:goal"/>
     </goal> 

Modified: db/jdo/trunk/project.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/project.properties?view=diff&rev=551290&r1=551289&r2=551290
==============================================================================
--- db/jdo/trunk/project.properties (original)
+++ db/jdo/trunk/project.properties Wed Jun 27 12:40:02 2007
@@ -38,13 +38,13 @@
 maven.javadoc.windowtitle = ${pom.name} ${pom.currentVersion}
 
 # project lists
-#   please note, the project lists must no include blanks
+#   please note, the project lists must not include blanks
 jdo11.projects=api11/project.xml,btree/project.xml,ri11/project.xml,tck11/project.xml
-jdo20.projects=api20/project.xml,util20/project.xml,model20/project.xml,enhancer20/project.xml,\
+jdo2.projects=api2/project.xml,api2-legacy/project.xml,util20/project.xml,model20/project.xml,enhancer20/project.xml,\
 runtime20/project.xml,query20/project.xml,btree/project.xml,fostore20/project.xml,\
-tck20/project.xml
-tck20.projects=api20/project.xml,util20/project.xml,model20/project.xml,enhancer20/project.xml,tck20/project.xml
-fostore20.projects=api20/project.xml,util20/project.xml,model20/project.xml,runtime20/project.xml,query20/project.xml,btree/project.xml,fostore20/project.xml,enhancer20/project.xml
+tck2/project.xml,tck2-legacy/project.xml
+tck2.projects=api2/project.xml,api2-legacy/project.xml,util20/project.xml,model20/project.xml,enhancer20/project.xml,tck2/project.xml,tck2-legacy/project.xml
+fostore20.projects=api2/project.xml,util20/project.xml,model20/project.xml,runtime20/project.xml,query20/project.xml,btree/project.xml,fostore20/project.xml,enhancer20/project.xml
 
 # release properties
 jdo.releases.dir = ${basedir.substring(0, basedir.lastIndexOf('jdo'))}jdo/releases