Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 50422 invoked from network); 16 Jul 2005 18:51:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jul 2005 18:51:55 -0000 Received: (qmail 45552 invoked by uid 500); 16 Jul 2005 18:51:55 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 45534 invoked by uid 99); 16 Jul 2005 18:51:55 -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; Sat, 16 Jul 2005 11:51:44 -0700 Received: (qmail 50309 invoked by uid 65534); 16 Jul 2005 18:51:42 -0000 Message-ID: <20050716185142.50308.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r219349 - in /incubator/jdo/site: docs/dependencies.html xdocs/dependencies.xml Date: Sat, 16 Jul 2005 18:51:42 -0000 To: jdo-commits@db.apache.org From: clr@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: clr Date: Sat Jul 16 11:51:40 2005 New Revision: 219349 URL: http://svn.apache.org/viewcvs?rev=219349&view=rev Log: updated external dependencies Modified: incubator/jdo/site/docs/dependencies.html incubator/jdo/site/xdocs/dependencies.xml Modified: incubator/jdo/site/docs/dependencies.html URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/dependencies.html?rev=219349&r1=219348&r2=219349&view=diff ============================================================================== --- incubator/jdo/site/docs/dependencies.html (original) +++ incubator/jdo/site/docs/dependencies.html Sat Jul 16 11:51:40 2005 @@ -133,13 +133,43 @@

- The external dependencies of JDO are only the tools used to develop it: + The common external dependencies of JDO include the tools used to build and test it:

  • Subversion
  • Maven
  • +
  • Ant
  • +
  • JUnit
+ +

+ Other external dependencies of JDO are subproject-specific: +

+ +
    +
  • JDO 2.0 API
  • +
      +
    • Java Transaction API
    • +
    +
  • JDO 2.0 TCK
  • +
      +
    • Java Transaction API
    • +
    • Jakarta Commons Logging
    • +
    • Log4j
    • +
    • Apache Derby
    • +
    • Spring Framework Core
    • +
    • JPOX
    • +
        +
      • BCEL
      • +
      • Source Forge c3p0
      • +
      • Commons DBCP
      • +
      • Commons Pool
      • +
      • Commons Collections
      • +
      +
    +
+

Modified: incubator/jdo/site/xdocs/dependencies.xml URL: http://svn.apache.org/viewcvs/incubator/jdo/site/xdocs/dependencies.xml?rev=219349&r1=219348&r2=219349&view=diff ============================================================================== --- incubator/jdo/site/xdocs/dependencies.xml (original) +++ incubator/jdo/site/xdocs/dependencies.xml Sat Jul 16 11:51:40 2005 @@ -40,13 +40,43 @@

- The external dependencies of JDO are only the tools used to develop it: + The common external dependencies of JDO include the tools used to build and test it:

  • Subversion
  • Maven
  • +
  • Ant
  • +
  • JUnit
+ +

+ Other external dependencies of JDO are subproject-specific: +

+ +
    +
  • JDO 2.0 API
  • +
      +
    • Java Transaction API
    • +
    +
  • JDO 2.0 TCK
  • +
      +
    • Java Transaction API
    • +
    • Jakarta Commons Logging
    • +
    • Log4j
    • +
    • Apache Derby
    • +
    • Spring Framework Core
    • +
    • JPOX
    • +
        +
      • BCEL
      • +
      • Source Forge c3p0
      • +
      • Commons DBCP
      • +
      • Commons Pool
      • +
      • Commons Collections
      • +
      +
    +
+