You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2004/07/24 15:54:30 UTC

cvs commit: jakarta-commons/attributes build.xml project.properties project.xml

leosutic    2004/07/24 06:54:30

  Modified:    attributes build.xml project.properties project.xml
  Log:
  updated to version 2.1
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-commons/attributes/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	12 Jul 2004 19:11:33 -0000	1.2
  +++ build.xml	24 Jul 2004 13:54:30 -0000	1.3
  @@ -18,7 +18,7 @@
   =
   -->
   <!--
  -build.xml generated by maven from project.xml version 2.1alpha
  +build.xml generated by maven from project.xml version 2.1
   on date August 24 2003, time 1939
   -->
   <project default="jar" name="commons-attributes-api" basedir=".">
  @@ -36,9 +36,9 @@
       </property>
       <property name="javadocdir" value="dist/docs/api">
       </property>
  -    <property name="final.name.api" value="commons-attributes-api-2.1alpha">
  +    <property name="final.name.api" value="commons-attributes-api-2.1">
       </property>
  -    <property name="final.name.compiler" value="commons-attributes-compiler-2.1alpha">
  +    <property name="final.name.compiler" value="commons-attributes-compiler-2.1">
       </property>
       <target name="init" description="o Initializes some properties">
           <mkdir dir="${libdir}">
  @@ -129,7 +129,7 @@
           </tstamp>
           <property name="copyright" value="Copyright &amp;copy;  Apache Software Foundation. All Rights Reserved.">
           </property>
  -        <property name="title" value="Jakarta Commons Attribute Compiler API 2.1alpha API">
  +        <property name="title" value="Jakarta Commons Attribute Compiler API 2.1 API">
           </property>
           <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="api/src/java" packagenames="org.apache.commons.attributes.*">
               <classpath>
  
  
  
  1.2       +6 -2      jakarta-commons/attributes/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	6 Jul 2004 20:41:04 -0000	1.1
  +++ project.properties	24 Jul 2004 13:54:30 -0000	1.2
  @@ -71,6 +71,10 @@
   ######################################################################
   maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/
   
  -
  +######################################################################
  +# Commons-Attributes
  +######################################################################
  +org.apache.commons.attributes.enable=true
  +org.apache.commons.attributes.index.enable=true
   
        
  
  
  
  1.3       +1 -1      jakarta-commons/attributes/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	6 Jul 2004 21:31:51 -0000	1.2
  +++ project.xml	24 Jul 2004 13:54:30 -0000	1.3
  @@ -29,7 +29,7 @@
           <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
       </organization>
       
  -    <currentVersion>2.1alpha</currentVersion>
  +    <currentVersion>2.1</currentVersion>
       <inceptionYear>2003</inceptionYear>
       <shortDescription>Commons Attributes</shortDescription>
       <description>A package for handling runtime information about types (including Java classes)</description>
  
  
  

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