You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by pr...@apache.org on 2003/06/22 22:22:33 UTC

cvs commit: jakarta-commons/jelly project.xml

proyal      2003/06/22 13:22:33

  Modified:    jelly    project.xml
  Log:
  * Extend base commons POM
  * Resulting cleanup to remove what is duplicated in parent
  * Add self to developers
  * Update to released versions of some dependencies
  
  Revision  Changes    Path
  1.127     +9 -59     jakarta-commons/jelly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/project.xml,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- project.xml	5 Mar 2003 08:13:19 -0000	1.126
  +++ project.xml	22 Jun 2003 20:22:33 -0000	1.127
  @@ -4,17 +4,10 @@
     <!ENTITY commonDeps SYSTEM "file:commonDependencies.ent">
   ]>
   <project>
  -  <pomVersion>3</pomVersion>
  +  <extend>../project.xml</extend>
     <name>commons-jelly</name>
     <id>commons-jelly</id>
     <currentVersion>1.0-beta-4-SNAPSHOT</currentVersion>
  -  
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://jakarta.apache.org/</url>
  -    <logo>http://jakarta.apache.org/images/jakarta-logo-blue.gif</logo>
  -  </organization>
  -  <logo>/images/logo.gif</logo>
   
     <inceptionYear>2002</inceptionYear>
     <package>org.apache.commons.jelly</package>
  @@ -41,9 +34,6 @@
       </packageGroup>
     </packageGroups>
     <shortDescription>Commons Jelly</shortDescription>
  -
  -  <!-- Gump integration -->
  -  <gumpRepositoryId>jakarta</gumpRepositoryId>
     
     <description>
       Jelly is a Java and XML based scripting engine. 
  @@ -53,13 +43,6 @@
     
     <url>http://jakarta.apache.org/commons/jelly/</url>
     <issueTrackingUrl>http://jira.werken.com/BrowseProject.jspa?id=10012</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/jelly/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/</distributionDirectory>
  -  <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/</url>
  -  </repository>
     
     <versions>
       <version>
  @@ -70,21 +53,6 @@
     </versions>
     <branches></branches>
     
  -  <mailingLists>
  -    <mailingList>
  -      <name>Commons Dev List</name>
  -      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Commons User List</name>
  -      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
  -    </mailingList>
  -  </mailingLists>
  -  
     <developers>
       <developer>
         <name>James Strachan</name>
  @@ -123,6 +91,11 @@
         <id>rwaldhoff</id>
         <email>rwaldhoff@apache.org</email>
       </developer>
  +    <developer>
  +      <name>Peter Royal</name>
  +      <id>proyal</id>
  +      <email>proyal@apache.org</email>
  +    </developer>
     </developers>
   
     <contributors>
  @@ -276,16 +249,16 @@
         <version>2.3</version>
       </dependency>
   
  -		<!-- for command line interface support -->
  +    <!-- for command line interface support -->
       <dependency>
         <id>commons-cli</id>
  -      <version>SNAPSHOT</version>
  +      <version>1.0</version>
       </dependency>
   
       <!-- this is brought in by the commons-cli dependency -->
       <dependency>
         <id>commons-lang</id>
  -      <version>SNAPSHOT</version>
  +      <version>1.0</version>
       </dependency>
   
       <dependency>
  @@ -302,23 +275,6 @@
     </dependencies>
     
     <build>
  -    <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
  -    <sourceDirectory>src/java</sourceDirectory>
  -    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -    <integrationUnitTestSourceDirectory/>
  -    <aspectSourceDirectory/>
  -
  -    <!-- Resources that are packaged up inside the JAR file -->
  -    <resources>      
  -      <resource>      
  -        <directory>src/java</directory>
  -        <includes>
  -          <include>**/*.properties</include>
  -        </includes>
  -      </resource>
  -    </resources>
  -    
  -    
       <!-- Unit test classes -->
       <unitTest>
         <includes>
  @@ -339,11 +295,5 @@
           </resource>
         </resources>
       </unitTest>
  -
  -    
  -    <!-- Integration unit test classes -->
  -
  -    <integrationUnitTestPatterns></integrationUnitTestPatterns>
  -
     </build>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org