dirkv       2003/12/07 10:58:43

  Modified:    events   project.xml
  Log:
  Events component needs very up-to-date versions of
  - commons-collections
  - commons-collections-testframework
  
  Revision  Changes    Path
  1.3       +19 -26    jakarta-commons-sandbox/events/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/events/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       5 Dec 2003 22:37:52 -0000       1.2
  +++ project.xml       7 Dec 2003 18:58:43 -0000       1.3
  @@ -1,37 +1,23 @@
   <?xml version="1.0"?>
   <project>
  -  <extend>../project.xml</extend>
  -  <id>commons-events</id>
  +  <extend>../../jakarta-commons/xdocs/maven/project-base.xml</extend>
     <name>Commons Events</name>
  -  <currentVersion>0.5-dev</currentVersion>
  +  <id>commons-events</id>
  +  <logo>/images/events-logo-blue.jpg</logo>
  +  <url>http://jakarta.apache.org/commons/sandbox/events/</url>
     <inceptionYear>2003</inceptionYear>
  -
  -  <package>org.apache.commons.collections.events</package>
  -  <!--url>http://jakarta.apache.org/commons/sandbox/events/index.html</url-->
  -  
  -  <!--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-->
  -
  -
  +  <shortDescription>Commons Events</shortDescription>
     <description>
       Commons Events is a set of classes to enable changes to objects to be observed.
       It includes wrappers for other classes, notably collections, and the associated
       events and event handling mechanisms.
     </description>
   
  -  <shortDescription>Apache Jakarta Commons Events</shortDescription>
  +  <currentVersion>0.5-dev</currentVersion>
  +  <versions>
  +  </versions>
  +  <branches>
  +  </branches>
   
     <developers>
       <developer>
  @@ -51,11 +37,18 @@
         <version>3.8.1</version>
         <url>http://www.junit.org/</url>
       </dependency>
  +    <dependency>
  +      <groupId>commons-collections</groupId>
  +      <artifactId>commons-collections-testframework</artifactId>
  +      <version>20031207</version>
  +      <url>http://jakarta.apache.org/commons/collections/</url>
  +    </dependency>
   
       <!-- run time dependencies -->
       <dependency>
  -      <id>commons-collections</id>
  -      <version>SNAPSHOT</version>
  +      <groupId>commons-collections</groupId>
  +      <artifactId>commons-collections</artifactId>
  +      <version>20031207</version>
         <url>http://jakarta.apache.org/commons/collections/</url>
       </dependency>
       
  
  
  

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

Reply via email to