tobrien     2003/09/26 09:08:14

  Modified:    dbcp     project.properties project.xml
  Added:       dbcp/xdocs navigation.xml
  Removed:     dbcp/xdocs/stylesheets project.xml
  Log:
  The DBCP project.xml now extends the shared Jakarta Commons project.xml.  The 
project.properties file is configured to put the generation date and version on the 
maven site, and the navigation.xml now references the shared xml nav for Commons.
  
  Revision  Changes    Path
  1.4       +2 -0      jakarta-commons/dbcp/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties        22 Aug 2003 16:59:11 -0000      1.3
  +++ project.properties        26 Sep 2003 16:08:14 -0000      1.4
  @@ -4,6 +4,8 @@
   
maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api,http://jakarta.apache.org/commons/pool/apidocs
   
   maven.xdoc.date=left
  +maven.xdoc.version=${pom.currentVersion}
  +maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
   
   maven.compile.debug=on
   maven.compile.deprecation=off
  
  
  
  1.14      +12 -38    jakarta-commons/dbcp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml       21 Aug 2003 19:40:45 -0000      1.13
  +++ project.xml       26 Sep 2003 16:08:14 -0000      1.14
  @@ -1,51 +1,25 @@
   <?xml version="1.0"?>
   <project>
  -  <pomVersion>3</pomVersion>
  -  <name>commons-dbcp</name>
  +  <extend>../project.xml</extend>
  +  <name>dbcp</name>
     <id>commons-dbcp</id>
  +  <logo></logo>
     <currentVersion>2.0-dev</currentVersion>
  -
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://jakarta.apache.org/commons</url>
  -    <logo>http://jakarta.apache.org/images/jakarta-logo-blue.gif</logo>
  -  </organization>
  -  <!-- <logo>/images/logo.jpg</logo> -->
  -
     <inceptionYear>2001</inceptionYear>
  -  <package>org.apache.commons.dbcp</package>
  -
  -  <gumpRepositoryId>jakarta</gumpRepositoryId>
     <shortDescription>Commons Database Connection Pooling</shortDescription>
  -
     <description>
       Commons Database Connection Pooling
     </description>
   
  -  <url>http://jakarta.apache.org/commons/dbcp/</url>
  -  <issueTrackingUrl>http://issues.apache.org/bugzilla</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/dbcp</siteDirectory>
  -  
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/dbcp/</distributionDirectory>
  -  <repository>
  -    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons/dbcp</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/</url>
  -  </repository>
  -
  -  <mailingLists>
  -    <mailingList>
  -      <name>Commons User List</name>
  -      <subscribe>[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Commons Developer List</name>
  -      <subscribe>[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  -    </mailingList>
  -  </mailingLists>
  +  <versions>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>DBCP_1_0</tag>
  +    </version>
  +  </versions>
  +  <branches>
  +  </branches>
   
     <developers>
       <developer>
  
  
  
  1.1                  jakarta-commons/dbcp/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!DOCTYPE project [
  <!ENTITY commons-nav SYSTEM "../incl_nav.xml">
  ]>
  
  <project name="Commons - DBCP" href="http://jakarta.apache.org/commons/dbcp/";>
      <title>Commons DBCP</title>
      <logo href="http://jakarta.apache.org/commons/images/logo.jpg";>
        Jakarta-Commons
      </logo>
      <body>
          <menu name="Commons&#xA0;DBCP">
              <item name="Overview"                      href="/index.html" />
              <item name="Configuration"                 href="/configuration.html" />
              <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
              <item name="Developers&#xA0;Guide"         href="/guide/index.html" 
collapse="true">
                  <item name="Class&#xA0;Diagrams"       
href="/guide/classdiagrams.html"/>
                  <item name="Sequence&#xA0;Diagrams"    
href="/guide/sequencediagrams.html"/>
              </item>
              <item name="Examples"                      
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/dbcp/doc/"/>
              <item name="Downloads"                     href="/downloads.html"/>
          </menu>
  
        &commons-nav;
      </body>
  </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to