Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 19781 invoked from network); 7 Aug 2005 17:50:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2005 17:50:46 -0000 Received: (qmail 59213 invoked by uid 500); 7 Aug 2005 17:50:46 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 59193 invoked by uid 500); 7 Aug 2005 17:50:46 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 59180 invoked by uid 99); 7 Aug 2005 17:50:45 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 07 Aug 2005 10:50:44 -0700 Received: (qmail 19776 invoked by uid 65534); 7 Aug 2005 17:50:43 -0000 Message-ID: <20050807175043.19775.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r230685 - in /db/derby/code/trunk/maven: ./ client/ derbyLocale_de_DE/ derbyLocale_es/ derbyLocale_fr/ derbyLocale_it/ derbyLocale_ja_JP/ derbyLocale_ko_KR/ derbyLocale_pt_BR/ derbyLocale_zh_CN/ derbyLocale_zh_TW/ engine/ net/ tools/ war/ Date: Sun, 07 Aug 2005 17:50:35 -0000 To: derby-commits@db.apache.org From: jboynes@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jboynes Date: Sun Aug 7 10:50:21 2005 New Revision: 230685 URL: http://svn.apache.org/viewcvs?rev=230685&view=rev Log: add maven build to simplify upload to repos Added: db/derby/code/trunk/maven/ db/derby/code/trunk/maven/client/ (with props) db/derby/code/trunk/maven/client/maven.xml (with props) db/derby/code/trunk/maven/client/project.xml (with props) db/derby/code/trunk/maven/derbyLocale_de_DE/ (with props) db/derby/code/trunk/maven/derbyLocale_de_DE/maven.xml (with props) db/derby/code/trunk/maven/derbyLocale_de_DE/project.xml (with props) db/derby/code/trunk/maven/derbyLocale_es/ (with props) db/derby/code/trunk/maven/derbyLocale_es/maven.xml (with props) db/derby/code/trunk/maven/derbyLocale_es/project.xml (with props) db/derby/code/trunk/maven/derbyLocale_fr/ (with props) db/derby/code/trunk/maven/derbyLocale_fr/maven.xml (with props) db/derby/code/trunk/maven/derbyLocale_fr/project.xml (with props) db/derby/code/trunk/maven/derbyLocale_it/ (with props) db/derby/code/trunk/maven/derbyLocale_it/maven.xml (with props) db/derby/code/trunk/maven/derbyLocale_it/project.xml (with props) db/derby/code/trunk/maven/derbyLocale_ja_JP/ (with props) db/derby/code/trunk/maven/derbyLocale_ja_JP/maven.xml (with props) db/derby/code/trunk/maven/derbyLocale_ja_JP/project.xml (with props) db/derby/code/trunk/maven/derbyLocale_ko_KR/ (with props) db/derby/code/trunk/maven/derbyLocale_ko_KR/maven.xml (with props) db/derby/code/trunk/maven/derbyLocale_ko_KR/project.xml (with props) db/derby/code/trunk/maven/derbyLocale_pt_BR/ (with props) db/derby/code/trunk/maven/derbyLocale_pt_BR/maven.xml (with props) db/derby/code/trunk/maven/derbyLocale_pt_BR/project.xml (with props) db/derby/code/trunk/maven/derbyLocale_zh_CN/ (with props) db/derby/code/trunk/maven/derbyLocale_zh_CN/maven.xml (with props) db/derby/code/trunk/maven/derbyLocale_zh_CN/project.xml (with props) db/derby/code/trunk/maven/derbyLocale_zh_TW/ (with props) db/derby/code/trunk/maven/derbyLocale_zh_TW/maven.xml (with props) db/derby/code/trunk/maven/derbyLocale_zh_TW/project.xml (with props) db/derby/code/trunk/maven/engine/ (with props) db/derby/code/trunk/maven/engine/maven.xml (with props) db/derby/code/trunk/maven/engine/project.xml (with props) db/derby/code/trunk/maven/maven.xml (with props) db/derby/code/trunk/maven/net/ (with props) db/derby/code/trunk/maven/net/maven.xml (with props) db/derby/code/trunk/maven/net/project.xml (with props) db/derby/code/trunk/maven/project.properties (with props) db/derby/code/trunk/maven/project.xml (with props) db/derby/code/trunk/maven/tools/ (with props) db/derby/code/trunk/maven/tools/maven.xml (with props) db/derby/code/trunk/maven/tools/project.xml (with props) db/derby/code/trunk/maven/war/ (with props) db/derby/code/trunk/maven/war/maven.xml (with props) db/derby/code/trunk/maven/war/project.properties (with props) db/derby/code/trunk/maven/war/project.xml (with props) Propchange: db/derby/code/trunk/maven/client/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/client/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/client/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/client/maven.xml (added) +++ db/derby/code/trunk/maven/client/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/client/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/client/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/client/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/client/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/client/project.xml (added) +++ db/derby/code/trunk/maven/client/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby Network Client + derbyclient + Propchange: db/derby/code/trunk/maven/client/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/client/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/derbyLocale_de_DE/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/derbyLocale_de_DE/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_de_DE/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_de_DE/maven.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_de_DE/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/derbyLocale_de_DE/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_de_DE/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/derbyLocale_de_DE/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_de_DE/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_de_DE/project.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_de_DE/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,28 @@ + + + + + + + 3 + ../project.xml + + Derby I18N de_DE + derbyLocale_de_DE + + Propchange: db/derby/code/trunk/maven/derbyLocale_de_DE/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_de_DE/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/derbyLocale_es/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/derbyLocale_es/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_es/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_es/maven.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_es/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/derbyLocale_es/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_es/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/derbyLocale_es/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_es/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_es/project.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_es/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby I18N es + derbyLocale_es + Propchange: db/derby/code/trunk/maven/derbyLocale_es/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_es/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/derbyLocale_fr/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/derbyLocale_fr/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_fr/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_fr/maven.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_fr/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/derbyLocale_fr/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_fr/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/derbyLocale_fr/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_fr/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_fr/project.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_fr/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby I18N fr + derbyLocale_fr + Propchange: db/derby/code/trunk/maven/derbyLocale_fr/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_fr/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/derbyLocale_it/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/derbyLocale_it/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_it/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_it/maven.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_it/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/derbyLocale_it/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_it/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/derbyLocale_it/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_it/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_it/project.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_it/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby I18N it + derbyLocale_it + Propchange: db/derby/code/trunk/maven/derbyLocale_it/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_it/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/derbyLocale_ja_JP/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/derbyLocale_ja_JP/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_ja_JP/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_ja_JP/maven.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_ja_JP/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/derbyLocale_ja_JP/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_ja_JP/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/derbyLocale_ja_JP/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_ja_JP/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_ja_JP/project.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_ja_JP/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby I18N ja_JP + derbyLocale_ja_JP + Propchange: db/derby/code/trunk/maven/derbyLocale_ja_JP/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_ja_JP/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/derbyLocale_ko_KR/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/derbyLocale_ko_KR/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_ko_KR/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_ko_KR/maven.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_ko_KR/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/derbyLocale_ko_KR/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_ko_KR/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/derbyLocale_ko_KR/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_ko_KR/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_ko_KR/project.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_ko_KR/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby I18N ko_KR + derbyLocale_ko_KR + Propchange: db/derby/code/trunk/maven/derbyLocale_ko_KR/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_ko_KR/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/derbyLocale_pt_BR/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/derbyLocale_pt_BR/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_pt_BR/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_pt_BR/maven.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_pt_BR/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/derbyLocale_pt_BR/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_pt_BR/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/derbyLocale_pt_BR/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_pt_BR/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_pt_BR/project.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_pt_BR/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby I18N pt_BR + derbyLocale_pt_BR + Propchange: db/derby/code/trunk/maven/derbyLocale_pt_BR/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_pt_BR/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/derbyLocale_zh_CN/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/derbyLocale_zh_CN/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_zh_CN/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_zh_CN/maven.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_zh_CN/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/derbyLocale_zh_CN/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_zh_CN/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/derbyLocale_zh_CN/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_zh_CN/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_zh_CN/project.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_zh_CN/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby I18N zh_CN + derbyLocale_zh_CN + Propchange: db/derby/code/trunk/maven/derbyLocale_zh_CN/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_zh_CN/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/derbyLocale_zh_TW/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/derbyLocale_zh_TW/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_zh_TW/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_zh_TW/maven.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_zh_TW/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/derbyLocale_zh_TW/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_zh_TW/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/derbyLocale_zh_TW/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/derbyLocale_zh_TW/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/derbyLocale_zh_TW/project.xml (added) +++ db/derby/code/trunk/maven/derbyLocale_zh_TW/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby I18N zh_TW + derbyLocale_zh_TW + Propchange: db/derby/code/trunk/maven/derbyLocale_zh_TW/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/derbyLocale_zh_TW/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/engine/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/engine/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/engine/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/engine/maven.xml (added) +++ db/derby/code/trunk/maven/engine/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/engine/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/engine/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/engine/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/engine/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/engine/project.xml (added) +++ db/derby/code/trunk/maven/engine/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby Engine + derby + Propchange: db/derby/code/trunk/maven/engine/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/engine/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/maven.xml (added) +++ db/derby/code/trunk/maven/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/net/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/net/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/net/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/net/maven.xml (added) +++ db/derby/code/trunk/maven/net/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/net/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/net/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/net/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/net/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/net/project.xml (added) +++ db/derby/code/trunk/maven/net/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby Network Server + derbynet + Propchange: db/derby/code/trunk/maven/net/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/net/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/project.properties URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/project.properties?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/project.properties (added) +++ db/derby/code/trunk/maven/project.properties Sun Aug 7 10:50:21 2005 @@ -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=apachecvs +maven.repo.apachecvs=scp://cvs.apache.org +maven.repo.apachecvs.directory=/www/cvs.apache.org/repository +maven.repo.apachecvs.username=${maven.username} +maven.repo.apachecvs.privatekey=${user.home}/.ssh/id_dsa +maven.repo.apachecvs.group=db Propchange: db/derby/code/trunk/maven/project.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/project.properties ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/project.xml (added) +++ db/derby/code/trunk/maven/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,69 @@ + + + + + + + 3 + + org.apache.derby + Derby Project + derby-project + 10.2-SNAPSHOT + + Apache Software Foundation + http://db.apache.org/ + + 2004 + org.apache.derby + A Java RDBMS. + + + + + http://db.apache.org/derby/ + http://issues.apache.org/jira/browse/DERBY + + + scm:svn:http://svn.apache.org/repos/asf/db/derby/code/trunk + scm:svn:https://svn.apache.org/repos/asf/db/derby/code/trunk + http://svn.apache.org/viewcvs.cgi/db/derby/code/trunk/?root=Apache-SVN + + + + + Derby User List + derby-user-subscribe@db.apache.org + derby-user-unsubscribe@db.apache.org + http://issues.apache.org/eyebrowse/SummarizeList?listName=derby-user@db.apache.org + + + Derby Developer List + derby-dev-subscribe@db.apache.org + derby-dev-unsubscribe@db.apache.org + http://issues.apache.org/eyebrowse/SummarizeList?listName=derby-dev@db.apache.org + + + Derby Commit List + derby-commits-subscribe@db.apache.org + derby-commits-unsubscribe@db.apache.org + http://issues.apache.org/eyebrowse/SummarizeList?listName=derby-commits@db.apache.org + + + + Propchange: db/derby/code/trunk/maven/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/tools/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/tools/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/tools/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/tools/maven.xml (added) +++ db/derby/code/trunk/maven/tools/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file Propchange: db/derby/code/trunk/maven/tools/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/tools/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/tools/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/tools/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/tools/project.xml (added) +++ db/derby/code/trunk/maven/tools/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby Tools + derbytools + Propchange: db/derby/code/trunk/maven/tools/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/tools/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Propchange: db/derby/code/trunk/maven/war/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 7 10:50:21 2005 @@ -0,0 +1,7 @@ +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +target Added: db/derby/code/trunk/maven/war/maven.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/war/maven.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/war/maven.xml (added) +++ db/derby/code/trunk/maven/war/maven.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,28 @@ + + + + + + + + + + Propchange: db/derby/code/trunk/maven/war/maven.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/war/maven.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/war/project.properties URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/war/project.properties?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/war/project.properties (added) +++ db/derby/code/trunk/maven/war/project.properties Sun Aug 7 10:50:21 2005 @@ -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/trunk/maven/war/project.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/war/project.properties ------------------------------------------------------------------------------ svn:keywords = Rev,Date Added: db/derby/code/trunk/maven/war/project.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/maven/war/project.xml?rev=230685&view=auto ============================================================================== --- db/derby/code/trunk/maven/war/project.xml (added) +++ db/derby/code/trunk/maven/war/project.xml Sun Aug 7 10:50:21 2005 @@ -0,0 +1,27 @@ + + + + + + + 3 + ../project.xml + + Derby Web + derbywar + Propchange: db/derby/code/trunk/maven/war/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: db/derby/code/trunk/maven/war/project.xml ------------------------------------------------------------------------------ svn:keywords = Rev,Date