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 18:54:47 UTC

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

mpoeschl    2002/12/08 09:54:47

  Modified:    src/maven-plugin project.xml
  Log:
  undo my last changes as it breaks the plugin
  
  Revision  Changes    Path
  1.7       +30 -1     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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	8 Dec 2002 13:27:21 -0000	1.6
  +++ project.xml	8 Dec 2002 17:54:47 -0000	1.7
  @@ -1,19 +1,48 @@
   <?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>