You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2004/06/09 05:32:35 UTC

cvs commit: jakarta-commons/jexl project.xml

tobrien     2004/06/08 20:32:35

  Modified:    jexl     project.xml
  Log:
  Brought project.xml into compliance with Commons standard web sites,
  added myself as a developer, and got rid of the reference to Scarab.  If 
  JEXL was once on scarab, I couldn't find it.  JEXL now points to Bugzilla
  
  Revision  Changes    Path
  1.15      +48 -35    jakarta-commons/jexl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jexl/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	4 Jun 2004 22:28:32 -0000	1.14
  +++ project.xml	9 Jun 2004 03:32:35 -0000	1.15
  @@ -16,9 +16,19 @@
   -->
   <project>
     <pomVersion>3</pomVersion>
  -  <name>commons-jexl</name>
  +
     <id>commons-jexl</id>
  +  <inceptionYear>2003</inceptionYear>
     <currentVersion>1.0-beta-2</currentVersion>
  +  <name>Commons JEXL</name>
  +  <shortDescription>Commons JEXL Expression Language Engine</shortDescription>
  +  <description>
  +  	Jexl is an implementation of the JSTL Expression Language with extensions.
  +  </description>
  +  <logo>/images/jexl-logo-white.png</logo>
  +
  +  <url>http://jakarta.apache.org/commons/jexl/</url>
  +  <package>org.apache.commons.jexl</package>
   
     <organization>
       <name>The Apache Software Foundation</name>
  @@ -26,38 +36,26 @@
       <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
     </organization>
   
  -  <logo>/images/jexl-logo-white.png</logo>
  -
  -  <inceptionYear>2002</inceptionYear>
  -  <package>org.apache.commons.jexl</package>
  -  <shortDescription>Commons Jexl</shortDescription>
  +  <licenses>
  +	<license>
  +    	<name>The Apache Software License, Version 2.0</name>
  +    	<url>/LICENSE.txt</url>
  +    	<distribution>repo</distribution>
  +	</license>
  +  </licenses>
   
  -  <!-- Gump integration -->
     <gumpRepositoryId>jakarta</gumpRepositoryId>
  -
  -  <description>
  -  	Jexl is an implementation of the JSTL Expression Language with extensions.
  -  </description>
  -
  -  <url>http://jakarta.apache.org/commons/jexl/</url>
  -  <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
  +  <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/jexl/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jexl/</distributionDirectory>
  +
  +  <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
  +  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
  +  
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jexl</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jexl/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
     </repository>
   
  -  <versions>
  -    <version>
  -      <id>1.0-beta-1</id>
  -      <name>1.0-beta-1</name>
  -      <tag>1.0-beta-1</tag>
  -    </version>
  -  </versions>
  -  <branches></branches>
  -
     <mailingLists>
       <mailingList>
         <name>Commons Dev List</name>
  @@ -65,14 +63,29 @@
         <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>
  +  
  +  <versions>
  +<!--    <version>
  +      <id>1.0-beta-1</id>
  +      <name>1.0-beta-1</name>
  +      <tag>1.0-beta-1</tag>
  +    </version> -->
  +  </versions>
  +  <branches></branches>
   
     <developers>
       <developer>
         <name>Geir Magnusson Jr.</name>
         <id>geirm</id>
         <email>geirm@apache.org</email>
  -      <organization>independant</organization>
  +      <organization>independent</organization>
       </developer>
       <developer>
         <name>James Strachan</name>
  @@ -86,6 +99,12 @@
         <email>proyal@apache.org</email>
         <organization>Pace Systems Group, Inc.</organization>
       </developer>
  +    <developer>
  +      <name>Tim O'Brien</name>
  +      <id>tobrien</id>
  +      <email>tobrien@apache.org</email>
  +      <organization>independent</organization>
  +    </developer>
     </developers>
   
     <dependencies>
  @@ -95,7 +114,7 @@
       </dependency>
       <dependency>
         <id>commons-logging</id>
  -      <version>1.0.2</version>
  +      <version>1.0.3</version>
       </dependency>
     </dependencies>
   
  @@ -105,18 +124,12 @@
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
       <integrationUnitTestSourceDirectory/>
       <aspectSourceDirectory/>
  -    <!-- Unit test classes -->
       <unitTest>
         <includes>
           <include>**/*Test.java</include>
         </includes>
       </unitTest>
  -    
  -    <!-- Integration unit test classes -->
       <integrationUnitTestPatterns></integrationUnitTestPatterns>
  -
  -    <!-- J A R  R E S O U R C E S -->
  -    <!-- Resources that are packaged up inside the JAR file -->
       <resources>
         <includes>
           <include>**/*.properties</include>
  
  
  

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