You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/07/05 23:08:37 UTC

svn commit: r419343 - in /db/derby/code/branches/10.1: java/testing/org/apache/derbyTesting/functionTests/master/ java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/ java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClie...

Author: fuzzylogic
Date: Wed Jul  5 14:08:33 2006
New Revision: 419343

URL: http://svn.apache.org/viewvc?rev=419343&view=rev
Log:
Bump Derby 10.1 to 10.1.3.2. Add maven bits for 10.1 branch.

Added:
    db/derby/code/branches/10.1/maven/
    db/derby/code/branches/10.1/maven/client/
    db/derby/code/branches/10.1/maven/client/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/client/project.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_de_DE/
    db/derby/code/branches/10.1/maven/derbyLocale_de_DE/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_de_DE/project.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_es/
    db/derby/code/branches/10.1/maven/derbyLocale_es/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_es/project.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_fr/
    db/derby/code/branches/10.1/maven/derbyLocale_fr/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_fr/project.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_it/
    db/derby/code/branches/10.1/maven/derbyLocale_it/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_it/project.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/
    db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/project.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/
    db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/project.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/
    db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/project.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/
    db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/project.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/
    db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/project.xml   (with props)
    db/derby/code/branches/10.1/maven/engine/
    db/derby/code/branches/10.1/maven/engine/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/engine/pom.xml   (with props)
    db/derby/code/branches/10.1/maven/engine/project.xml   (with props)
    db/derby/code/branches/10.1/maven/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/net/
    db/derby/code/branches/10.1/maven/net/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/net/project.xml   (with props)
    db/derby/code/branches/10.1/maven/project.properties   (with props)
    db/derby/code/branches/10.1/maven/project.xml   (with props)
    db/derby/code/branches/10.1/maven/tools/
    db/derby/code/branches/10.1/maven/tools/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/tools/project.xml   (with props)
    db/derby/code/branches/10.1/maven/war/
    db/derby/code/branches/10.1/maven/war/maven.xml   (with props)
    db/derby/code/branches/10.1/maven/war/project.properties   (with props)
    db/derby/code/branches/10.1/maven/war/project.xml   (with props)
Modified:
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out
    db/derby/code/branches/10.1/tools/ant/properties/release.properties

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out Wed Jul  5 14:08:33 2006
@@ -48,7 +48,7 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.3.1
+getDatabaseProductVersion(): 10.1.3.2
 getDriverVersion(): EXPECTED VERSION
 usesLocalFiles(): true
 usesLocalFilePerTable(): true

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out Wed Jul  5 14:08:33 2006
@@ -78,7 +78,7 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.3.1
+getDatabaseProductVersion(): 10.1.3.2
 getDriverVersion(): EXPECTED VERSION
 usesLocalFiles(): true
 usesLocalFilePerTable(): true

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out Wed Jul  5 14:08:33 2006
@@ -1,5 +1,5 @@
 Test dbMetaDataJdbc30 starting
-JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.1)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.2)
 The URL is: jdbc:derby://localhost:1527/wombat;create=true
 supportsSavepoints() : true
 supportsNamedParameters() : false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out Wed Jul  5 14:08:33 2006
@@ -9,7 +9,7 @@
 Column result scale after division is: 23
 dc / 2 = 5.55000000000000000000000
 dc / 2 = 5.55500000000000000000000
-JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.1)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.2)
 The URL is: jdbc:derby://localhost:1527/wombat;create=true
 allTablesAreSelectable(): true
 maxColumnNameLength(): 128
@@ -48,8 +48,8 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.3.1
-getDriverVersion(): 10.1.3.1
+getDatabaseProductVersion(): 10.1.3.2
+getDriverVersion(): 10.1.3.2
 usesLocalFiles(): true
 usesLocalFilePerTable(): true
 supportsMixedCaseIdentifiers(): false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out Wed Jul  5 14:08:33 2006
@@ -1,5 +1,5 @@
 Test metadataJdbc20 starting
-JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.1)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.2)
 The URL is: jdbc:derby://localhost:1527/wombat;create=true
 getUDTs() with user-named types null :
 TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKS

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out Wed Jul  5 14:08:33 2006
@@ -39,7 +39,7 @@
 Column result scale after division is: 23
 dc / 2 = 5.55000000000000000000000
 dc / 2 = 5.55500000000000000000000
-JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.1)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.2)
 The URL is: jdbc:derby://localhost:1527/wombat;create=true
 allTablesAreSelectable(): true
 maxColumnNameLength(): 128
@@ -78,8 +78,8 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.3.1
-getDriverVersion(): 10.1.3.1
+getDatabaseProductVersion(): 10.1.3.2
+getDriverVersion(): 10.1.3.2
 usesLocalFiles(): true
 usesLocalFilePerTable(): true
 supportsMixedCaseIdentifiers(): false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out Wed Jul  5 14:08:33 2006
@@ -1,5 +1,5 @@
 Test dbMetaDataJdbc30 starting
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.1)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.2)
 The URL is: jdbc:derby:wombat
 supportsSavepoints() : true
 supportsNamedParameters() : false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out Wed Jul  5 14:08:33 2006
@@ -1,5 +1,5 @@
 Test metadataJdbc20 starting
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.1)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.2)
 DatabaseMetaData.getURL not present - correct for JSR169
 getUDTs() with user-named types null :
 TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKS

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out Wed Jul  5 14:08:33 2006
@@ -9,7 +9,7 @@
 Column result scale after division is: 23
 dc / 2 = 5.55000000000000000000000
 dc / 2 = 5.55500000000000000000000
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.1)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.2)
 The URL is: jdbc:derby:wombat
 allTablesAreSelectable(): true
 maxColumnNameLength(): 128
@@ -48,8 +48,8 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.3.1
-getDriverVersion(): 10.1.3.1
+getDatabaseProductVersion(): 10.1.3.2
+getDriverVersion(): 10.1.3.2
 usesLocalFiles(): true
 usesLocalFilePerTable(): true
 supportsMixedCaseIdentifiers(): false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out Wed Jul  5 14:08:33 2006
@@ -1,5 +1,5 @@
 Test metadataJdbc20 starting
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.1)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.2)
 The URL is: jdbc:derby:wombat
 getUDTs() with user-named types null :
 TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKS

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out Wed Jul  5 14:08:33 2006
@@ -39,7 +39,7 @@
 Column result scale after division is: 23
 dc / 2 = 5.55000000000000000000000
 dc / 2 = 5.55500000000000000000000
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.1)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.2)
 The URL is: jdbc:derby:wombat
 allTablesAreSelectable(): true
 maxColumnNameLength(): 128
@@ -78,8 +78,8 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.3.1
-getDriverVersion(): 10.1.3.1
+getDatabaseProductVersion(): 10.1.3.2
+getDriverVersion(): 10.1.3.2
 usesLocalFiles(): true
 usesLocalFilePerTable(): true
 supportsMixedCaseIdentifiers(): false

Added: db/derby/code/branches/10.1/maven/client/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/client/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/client/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/client/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/client/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/client/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/client/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/client/project.xml (added)
+++ db/derby/code/branches/10.1/maven/client/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby Network Client</name>
+    <id>derbyclient</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/client/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_de_DE/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_de_DE/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_de_DE/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_de_DE/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_de_DE/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_de_DE/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_de_DE/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_de_DE/project.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_de_DE/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby I18N de_DE</name>
+    <id>derbyLocale_de_DE</id>
+
+</project>

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_de_DE/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_es/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_es/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_es/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_es/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_es/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_es/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_es/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_es/project.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_es/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby I18N es</name>
+    <id>derbyLocale_es</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_es/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_fr/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_fr/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_fr/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_fr/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_fr/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_fr/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_fr/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_fr/project.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_fr/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby I18N fr</name>
+    <id>derbyLocale_fr</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_fr/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_it/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_it/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_it/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_it/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_it/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_it/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_it/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_it/project.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_it/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby I18N it</name>
+    <id>derbyLocale_it</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_it/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/project.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby I18N ja_JP</name>
+    <id>derbyLocale_ja_JP</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_ja_JP/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/project.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby I18N ko_KR</name>
+    <id>derbyLocale_ko_KR</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_ko_KR/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/project.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby I18N pt_BR</name>
+    <id>derbyLocale_pt_BR</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_pt_BR/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/project.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby I18N zh_CN</name>
+    <id>derbyLocale_zh_CN</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_zh_CN/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/project.xml (added)
+++ db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby I18N zh_TW</name>
+    <id>derbyLocale_zh_TW</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/derbyLocale_zh_TW/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/engine/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/engine/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/engine/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/engine/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/engine/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/engine/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/engine/pom.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/engine/pom.xml (added)
+++ db/derby/code/branches/10.1/maven/engine/pom.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <modelVersion>4</modelVersion>
+    <extend>../pom.xml</extend>
+    <packaging>jar</packaging>
+
+    <name>Derby Engine</name>
+    <id>derby</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/engine/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/engine/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/engine/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/engine/project.xml (added)
+++ db/derby/code/branches/10.1/maven/engine/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby Engine</name>
+    <id>derby</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/engine/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    default="multiproject:install"
+    >
+
+    <goal name="clean" prereqs="multiproject:clean"/>
+    
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/net/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/net/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/net/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/net/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/net/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/net/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/net/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/net/project.xml (added)
+++ db/derby/code/branches/10.1/maven/net/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby Network Server</name>
+    <id>derbynet</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/net/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/project.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/project.properties?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/project.properties (added)
+++ db/derby/code/branches/10.1/maven/project.properties Wed Jul  5 14:08:33 2006
@@ -0,0 +1,29 @@
+#    Copyright 2004 The Apache Software Foundation
+#
+#    Licensed under the Apache License, Version 2.0 (the "License");
+#    you may not use this file except in compliance with the License.
+#    You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+
+##
+## $Rev: 226555 $ $Date: 2005-07-30 11:15:15 -0700 (Sat, 30 Jul 2005) $
+##
+
+maven.multiproject.includes=*/project.xml
+
+sanity=insane
+derby.jars=../../jars/${sanity}
+
+maven.repo.list=apache
+maven.repo.apache=scpexe://people.apache.org
+maven.repo.apache.directory=/www/www.apache.org/dist/java-repository
+maven.repo.apache.username=
+maven.repo.apache.password=
+maven.repo.apache.group=db

Propchange: db/derby/code/branches/10.1/maven/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/project.xml (added)
+++ db/derby/code/branches/10.1/maven/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+
+    <groupId>org.apache.derby</groupId>
+    <name>Derby Project</name>
+    <id>derby-project</id>
+    <currentVersion>10.1.3.1</currentVersion>
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://db.apache.org/</url>
+    </organization>
+    <inceptionYear>2004</inceptionYear>
+    <package>org.apache.derby</package>
+    <shortDescription>A Java RDBMS.</shortDescription>
+
+    <description>
+    </description>
+
+    <url>http://db.apache.org/derby/</url>
+    <issueTrackingUrl>http://issues.apache.org/jira/browse/DERBY</issueTrackingUrl>
+
+    <repository>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/db/derby/code/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/derby/code/trunk</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/db/derby/code/trunk/?root=Apache-SVN</url>
+    </repository>
+
+    <mailingLists>
+        <mailingList>
+            <name>Derby User List</name>
+            <subscribe>derby-user-subscribe@db.apache.org</subscribe>
+            <unsubscribe>derby-user-unsubscribe@db.apache.org</unsubscribe>
+            <archive>http://issues.apache.org/eyebrowse/SummarizeList?listName=derby-user@db.apache.org</archive>
+        </mailingList>
+        <mailingList>
+            <name>Derby Developer List</name>
+            <subscribe>derby-dev-subscribe@db.apache.org</subscribe>
+            <unsubscribe>derby-dev-unsubscribe@db.apache.org</unsubscribe>
+            <archive>http://issues.apache.org/eyebrowse/SummarizeList?listName=derby-dev@db.apache.org</archive>
+        </mailingList>
+        <mailingList>
+            <name>Derby Commit List</name>
+            <subscribe>derby-commits-subscribe@db.apache.org</subscribe>
+            <unsubscribe>derby-commits-unsubscribe@db.apache.org</unsubscribe>
+            <archive>http://issues.apache.org/eyebrowse/SummarizeList?listName=derby-commits@db.apache.org</archive>
+        </mailingList>
+    </mailingLists>
+
+</project>

Propchange: db/derby/code/branches/10.1/maven/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/tools/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/tools/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/tools/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/tools/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="jar:jar">
+        <ant:copy tofile="${maven.build.dir}/${maven.final.name}.jar" file="${derby.jars}/${pom.artifactId}.jar"/>
+    </goal>
+</project>
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/tools/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/tools/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/tools/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/tools/project.xml (added)
+++ db/derby/code/branches/10.1/maven/tools/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby Tools</name>
+    <id>derbytools</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/tools/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/war/maven.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/war/maven.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/war/maven.xml (added)
+++ db/derby/code/branches/10.1/maven/war/maven.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project
+    default="war:install"
+    xmlns:ant="jelly:ant"
+    >
+    <goal name="war:war">
+        <ant:copy tofile="${maven.build.dir}/${maven.war.final.name}" file="${derby.jars}/derby.war"/>
+    </goal>
+</project>

Propchange: db/derby/code/branches/10.1/maven/war/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/war/project.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/war/project.properties?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/war/project.properties (added)
+++ db/derby/code/branches/10.1/maven/war/project.properties Wed Jul  5 14:08:33 2006
@@ -0,0 +1,19 @@
+#    Copyright 2004 The Apache Software Foundation
+#
+#    Licensed under the Apache License, Version 2.0 (the "License");
+#    you may not use this file except in compliance with the License.
+#    You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+
+##
+## $Rev: 226555 $ $Date: 2005-07-30 11:15:15 -0700 (Sat, 30 Jul 2005) $
+##
+
+maven.multiproject.type=war
\ No newline at end of file

Propchange: db/derby/code/branches/10.1/maven/war/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/branches/10.1/maven/war/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/maven/war/project.xml?rev=419343&view=auto
==============================================================================
--- db/derby/code/branches/10.1/maven/war/project.xml (added)
+++ db/derby/code/branches/10.1/maven/war/project.xml Wed Jul  5 14:08:33 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 111629 $ $Date: 2004-12-11 19:52:51 -0800 (Sat, 11 Dec 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>Derby Web</name>
+    <id>derbywar</id>
+</project>

Propchange: db/derby/code/branches/10.1/maven/war/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: db/derby/code/branches/10.1/tools/ant/properties/release.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/tools/ant/properties/release.properties?rev=419343&r1=419342&r2=419343&view=diff
==============================================================================
--- db/derby/code/branches/10.1/tools/ant/properties/release.properties (original)
+++ db/derby/code/branches/10.1/tools/ant/properties/release.properties Wed Jul  5 14:08:33 2006
@@ -1,9 +1,9 @@
-#Thu Jun 15 10:55:51 PDT 2006
-major=10
-maint=3000001
+#Wed Jul 05 14:06:53 PDT 2006
 drdamaint=1
+maint=3000002
+major=10
 minor=1
 eversion=10.1
-copyright.comment=Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
 beta=false
+copyright.comment=Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
 vendor=The Apache Software Foundation