You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ge...@apache.org on 2002/06/04 18:34:51 UTC

cvs commit: jakarta-commons-sandbox/jexl project.xml

geirm       2002/06/04 09:34:51

  Added:       jexl     project.xml
  Log:
  That was easy...
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/jexl/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <project>
    <pomVersion>3</pomVersion>
    <name>commons-jexl</name>
    <id>commons-jexl</id>
    <currentVersion>1.0-dev</currentVersion>
    <organization>
      <name>Apache Software Foundation</name>
      <url>http://www.apache.org</url>
    </organization>
    <inceptionYear>2002</inceptionYear>
    <package>org.apache.commons.jexl</package>
    <shortDescription>Commons Jexl</shortDescription>
  
    <!-- Gump integration -->
    <gumpRepositoryId>jakarta</gumpRepositoryId>
  
    <description>
    	Jexl is an implementation of the JSTL Expression Language with extensions.
    </description>
  
    <url>http://jakarta.apache.org/commons/sandbox/jexl/</url>
    <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
    <siteAddress>jakarta.apache.org</siteAddress>
    <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jexl/</siteDirectory>
    <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jexl/</distributionDirectory>
    <repository>
      <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jexl</connection>
      <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jexl/</url>
    </repository>
  
    <versions>
      <version>
        <id>b1</id>
        <name>1.0-b1</name>
        <tag>HEAD</tag>
      </version>
    </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>
    </mailingLists>
  
    <developers>
      <developer>
        <name>Geir Magnusson Jr.</name>
        <id>geirm</id>
        <email>geirm@apache.org</email>
        <organization>independant</organization>
      </developer>
      <developer>
        <name>James Strachan</name>
        <id>jstrachan</id>
        <email>jstrachan@apache.org</email>
        <organization>SpiritSoft, Inc.</organization>
      </developer>
    </developers>
  
    <dependencies>
      <dependency>
        <name>velocity</name>
        <type>required</type>
        <version>1.4-dev</version>
        <jar>velocity-1.4-dev.jar</jar>
      </dependency>
    </dependencies>
  
    <build>
      <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
      <sourceDirectory>src/java</sourceDirectory>
      <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
      <integrationUnitTestSourceDirectory/>
      <aspectSourceDirectory/>
      <!-- Unit test classes -->
  
      <unitTestPatterns>
        <unitTestPattern>include = **/Test*.java</unitTestPattern>
      </unitTestPatterns>
      <!-- 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 -->
  
      <jarResources>
        <jarResource>include = **/*.properties</jarResource>
      </jarResources>
      <jars></jars>
    </build>
  </project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>