bayard      2004/02/27 21:31:00

  Modified:    resources project.xml
  Log:
  switched to use super-pom
  
  Revision  Changes    Path
  1.7       +1 -63     jakarta-commons-sandbox/resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       18 Feb 2004 01:34:46 -0000      1.6
  +++ project.xml       28 Feb 2004 05:31:00 -0000      1.7
  @@ -1,60 +1,18 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <pomVersion>3</pomVersion>
  +  <extend>../sandbox-build/project.xml</extend>
     <name>commons-resources</name>
     <id>commons-resources</id>
     <currentVersion>1.0-dev</currentVersion>
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://www.apache.org</url>
  -    <logo>http://jakarta.apache.org/commons/images/jakarta-logo-blue.gif</logo>
  -  </organization>
     <inceptionYear>2002</inceptionYear>
     <package>org.apache.commons.resources</package>
     <shortDescription>Commons Resources</shortDescription>
   
  -  <!-- Gump integration -->
  -  <gumpRepositoryId>jakarta</gumpRepositoryId>
  -
     <description>
        Resources is a resources component.
     </description>
   
  -  <url>http://jakarta.apache.org/commons/sandbox/resources/</url>
  -  
<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/resources/</siteDirectory>
  -  
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/resources/</distributionDirectory>
  -  <repository>
  -    <connection>${resources.repository}</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/resources/</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>[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Commons User List</name>
  -      <subscribe>[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  -    </mailingList>
  -  </mailingLists>
  -
     <developers>
       <developer>
         <name>Martin Cooper</name>
  @@ -160,13 +118,6 @@
   
   
     <build>
  -    <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
  -    <sourceDirectory>src/java</sourceDirectory>
  -    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -
  -    <integrationUnitTestSourceDirectory/>
  -    <aspectSourceDirectory/>
  -
       <!-- Unit test classes -->
       <unitTest>
         <includes>
  @@ -182,18 +133,5 @@
                   </resource>
               </resources>
       </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>
  -      </includes>
  -    </resources>
     </build>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to