Index: maven.xml
===================================================================
--- maven.xml (Revision 956354)
+++ maven.xml (Arbeitskopie)
@@ -28,9 +28,9 @@
Custom goals for this project are:
- jdo11.build - builds all JDO1 projects
- jdo11.default - calls the default goal for all JDO1 projects
- jdo11.clean - cleans all JDO1 projects
+ jdo3.build - builds all JDO 3 projects
+ jdo3.default - calls the default goal for all JDO 3 projects
+ jdo3.clean - cleans all JDO 3 projects
jdo2.build - builds all JDO2 projects
jdo2.default - calls the default goal for all JDO2 projects
jdo2.clean - cleans all JDO2 projects
@@ -41,6 +41,9 @@
fostore20.clean - cleans fostore20 and dependencies
fostore20.build - builds fostore20 and dependencies
fostore20.default - calls the default goal for fostore20 and dependencies
+ jdo11.build - builds all JDO1 projects
+ jdo11.default - calls the default goal for all JDO1 projects
+ jdo11.clean - cleans all JDO1 projects
Please check README.txt for more details.
@@ -48,23 +51,23 @@
-
- ${jdo11.projects}
+
+ ${jdo3.projects}
build
-
- ${jdo11.projects}
+
+ ${jdo3.projects}
default
-
- ${jdo11.projects}
+
+ ${jdo3.projects}
@@ -139,7 +142,30 @@
+
+
+
+
+ ${jdo11.projects}
+ build
+
+
+
+
+ ${jdo11.projects}
+ default
+
+
+
+
+ ${jdo11.projects}
+
+
+
Index: project.properties
===================================================================
--- project.properties (Revision 956354)
+++ project.properties (Arbeitskopie)
@@ -41,6 +41,7 @@
# project lists
# please note, the project lists must not include blanks
+jdo3.projects=api/project.xml,tck/project.xml
jdo11.projects=api11/project.xml,btree/project.xml,ri11/project.xml,tck11/project.xml
jdo2.projects=api2/project.xml,util20/project.xml,model20/project.xml,enhancer20/project.xml,\
runtime20/project.xml,query20/project.xml,btree/project.xml,fostore20/project.xml,\
Index: pom.xml
===================================================================
--- pom.xml (Revision 956354)
+++ pom.xml (Arbeitskopie)
@@ -19,7 +19,7 @@
4.0.0
javax.jdo
root
- 2.3-SNAPSHOT
+ 3.0
pom
Index: tck/project.xml
===================================================================
--- tck/project.xml (Revision 956354)
+++ tck/project.xml (Arbeitskopie)
@@ -21,7 +21,7 @@
- JDO2 Technology Compatibility Kit
+ JDO 3 Technology Compatibility Kit
org.apache.jdo
jdo-tck
${jdo.currentVersion}