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

cvs commit: jakarta-commons/betwixt project.xml

mvdb        2003/02/22 08:34:51

  Modified:    betwixt  project.xml
  Log:
  Remove extend from project.xml, since it gives more problems than it solves.
  Added all missing elements, so it can live on it's own.
  
  Revision  Changes    Path
  1.23      +34 -3     jakarta-commons/betwixt/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml	25 Jan 2003 21:16:01 -0000	1.22
  +++ project.xml	22 Feb 2003 16:34:51 -0000	1.23
  @@ -1,15 +1,45 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <pomVersion>3</pomVersion>
     <name>Betwixt</name>
     <id>commons-betwixt</id>
  -  <currentVersion>1.0-beta-1</currentVersion>
  +  <currentVersion>1.0-beta-1-dev</currentVersion>
     
  +  <organization>
  +    <name>Apache Software Foundation</name>
  +    <url>http://jakarta.apache.org/</url>
  +    <logo>http://jakarta.apache.org/commons/images/jakarta-logo-blue.gif</logo>
  +  </organization>
  +<!--  <logo>/images/logo.gif</logo> -->
  +
     <inceptionYear>2002</inceptionYear>
     <shortDescription>Commons Betwixt</shortDescription>
     <description>Commons Betwixt: mapping beans to XML</description>
     <url>http://jakarta.apache.org/commons/betwixt/</url>
  +  <package>org.apache.commons.betwixt.*</package>
  +
  +  <repository>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/betwxit/</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/betwixt/</url>
  +  </repository>
  +
  +  <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>
  +
  +
     <versions>
       <version>
         <id>1.0-beta-1</id>
  @@ -17,7 +47,6 @@
         <tag>1.0-beta-1</tag>
       </version>
     </versions>
  -  <logo/>
   
     <developers>
       <developer>
  @@ -106,6 +135,8 @@
   
     </dependencies>
     <build>
  +        <sourceDirectory>src/java</sourceDirectory>
  +        <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
           <unitTest>
               <directory>${pom.build.unitTestSourceDirectory}</directory>
               <includes>
  
  
  

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