You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by mp...@apache.org on 2002/12/08 14:27:21 UTC

cvs commit: jakarta-turbine-torque/src/maven-plugin project.xml project.properties

mpoeschl    2002/12/08 05:27:21

  Modified:    src/maven-plugin project.xml project.properties
  Log:
  o make the plugin project.xml extend torques
  o add date and version number to the site
  
  Revision  Changes    Path
  1.6       +1 -30     jakarta-turbine-torque/src/maven-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/maven-plugin/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	8 Dec 2002 12:59:48 -0000	1.5
  +++ project.xml	8 Dec 2002 13:27:21 -0000	1.6
  @@ -1,48 +1,19 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project>
  +  <extend>../../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-torque-plugin</id>
     <name>Maven Torque Plug-in</name>
  -  <currentVersion>3.1-dev</currentVersion>
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://jakarta.apache.org/</url>
  -    <logo>http://jakarta.apache.org/turbine/torque/images/jakarta-logo-blue.gif</logo>
  -  </organization>
     <inceptionYear>2002</inceptionYear>
     <package>org.apache.torque</package>
  -  <logo>http://jakarta.apache.org/turbine/torque/images/blue-logo.gif</logo>
   
     <!-- Gump integration -->
     <gumpRepositoryId>jakarta</gumpRepositoryId>
   
     <description>Maven Plugin for Torque</description>
     <shortDescription>Maven Plugin for Torque</shortDescription>
  -  <url>http://jakarta.apache.org/turbine/torque/</url>
     <issueTrackingUrl>http://nagoya.apache.org/scarab/issues</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
     <siteDirectory>/www/jakarta.apache.org/turbine/torque/maven-plugin/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-torque/</distributionDirectory>
  -
  -  <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-torque</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-turbine-torque/</url>
  -  </repository>
  -
  -  <mailingLists>
  -    <mailingList>
  -      <name>Torque User List</name>
  -      <subscribe>turbine-torque-user-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>turbine-torque-user-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=turbine-torque-user@jakarta.apache.org</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Torque Developer List</name>
  -      <subscribe>turbine-torque-dev-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>turbine-torque-dev-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=turbine-torque-dev@jakarta.apache.org</archive>
  -    </mailingList>
  -  </mailingLists>
   
     <developers>
       <developer>
  
  
  
  1.3       +2 -0      jakarta-turbine-torque/src/maven-plugin/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/maven-plugin/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	31 Oct 2002 02:52:38 -0000	1.2
  +++ project.properties	8 Dec 2002 13:27:21 -0000	1.3
  @@ -1,4 +1,6 @@
   # -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
  +maven.xdoc.date=left
  +maven.xdoc.version=${pom.currentVersion}