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/08/15 18:28:16 UTC

cvs commit: jakarta-commons/attributes/site/etc/ant_demo build.xml

leosutic    2004/08/15 09:28:16

  Modified:    attributes/site/xdocs ant_demo.xml documenting.xml index.xml
               attributes/site/etc/ant_demo build.xml
  Log:
  Updated to 2.1 release.
  
  Revision  Changes    Path
  1.2       +6 -6      jakarta-commons/attributes/site/xdocs/ant_demo.xml
  
  Index: ant_demo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/site/xdocs/ant_demo.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant_demo.xml	6 Jul 2004 20:42:18 -0000	1.1
  +++ ant_demo.xml	15 Aug 2004 16:28:15 -0000	1.2
  @@ -43,13 +43,13 @@
               
               <ul>
                   <li>
  -                    <p>Client API: <a href="http://cvs.apache.org/~leosutic/commons-attributes-api-SNAPSHOT.jar">commons-attributes-api-SNAPSHOT.jar</a></p>
  +                    <p>Client API: <a href="http://cvs.apache.org/~leosutic/commons-attributes-api-2.1.jar">commons-attributes-api-2.1.jar</a></p>
                       <p>
                           <i>It is important that you do not rename this file - it is referred to by name in the example build.xml.</i>
                       </p>
                   </li>
                   <li>
  -                    <p>Ant task: <a href="http://cvs.apache.org/~leosutic/commons-attributes-compiler-SNAPSHOT.jar">commons-attributes-compiler-SNAPSHOT.jar</a></p>
  +                    <p>Ant task: <a href="http://cvs.apache.org/~leosutic/commons-attributes-compiler-2.1.jar">commons-attributes-compiler-2.1.jar</a></p>
                       <p>
                           <i>It is important that you do not rename this file - it is referred to by name in the example build.xml.</i>
                       </p>
  @@ -267,18 +267,18 @@
               destdir="${basedir}" 
               deprecation="true" 
               debug="true" 
  -            classpath="${ant.home}/lib/commons-attributes-api-SNAPSHOT.jar;."
  +            classpath="${ant.home}/lib/commons-attributes-api-2.1.jar;."
               optimize="false">
           </javac>
       </target>]]></source>
                   
                   <p>
  -                    Since we use attributes, we have to include the commons-attributes-api-SNAPSHOT.jar file in the classpath.
  +                    Since we use attributes, we have to include the commons-attributes-api-2.1.jar file in the classpath.
                   </p>
                   
                   <source><![CDATA[    <target name="run" description="o Compile and run the demo" depends="compile">
           <java 
  -            classpath="${ant.home}/lib/commons-attributes-api-SNAPSHOT.jar;."
  +            classpath="${ant.home}/lib/commons-attributes-api-2.1.jar;."
               classname="AttributeDemo"/>
       </target>]]></source>
                   
  @@ -294,7 +294,7 @@
               additionalparam="-J-Dorg.apache.commons.attributes.javadoc.CATaglet.sources=${basedir}">
               <taglet
                   name="org.apache.commons.attributes.javadoc.CATaglet"
  -                path="${ant.home}/lib/commons-attributes-compiler-SNAPSHOT.jar"
  +                path="${ant.home}/lib/commons-attributes-compiler-2.1.jar"
                />
               <fileset dir="${basedir}/" includes="**/*.java" />
           </javadoc>
  
  
  
  1.2       +5 -5      jakarta-commons/attributes/site/xdocs/documenting.xml
  
  Index: documenting.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/site/xdocs/documenting.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- documenting.xml	6 Jul 2004 20:42:40 -0000	1.1
  +++ documenting.xml	15 Aug 2004 16:28:15 -0000	1.2
  @@ -46,7 +46,7 @@
               
               <source><![CDATA[javadoc 
       -J-Dorg.apache.commons.attributes.javadoc.CATaglet.sources=. 
  -    -tagletpath commons-attributes-compiler-SNAPSHOT.jar 
  +    -tagletpath commons-attributes-compiler-2.1.jar 
       -taglet org.apache.commons.attributes.javadoc.CATaglet 
       [source files]
   ]]></source>
  @@ -76,7 +76,7 @@
                   
                   <source><![CDATA[javadoc 
       ]]><b><![CDATA[-J-Dorg.apache.commons.attributes.javadoc.CATaglet.sources=/home/leo/java]]></b><![CDATA[ 
  -    -tagletpath commons-attributes-compiler-SNAPSHOT.jar 
  +    -tagletpath commons-attributes-compiler-2.1.jar 
       -taglet org.apache.commons.attributes.javadoc.CATaglet 
       [source files]
   ]]></source>
  @@ -94,7 +94,7 @@
                   
                   <source><![CDATA[javadoc 
       -J-Dorg.apache.commons.attributes.javadoc.CATaglet.sources=/home/leo/java
  -    ]]><b><![CDATA[-tagletpath commons-attributes-compiler-SNAPSHOT.jar]]></b><![CDATA[ 
  +    ]]><b><![CDATA[-tagletpath commons-attributes-compiler-2.1.jar]]></b><![CDATA[ 
       -taglet org.apache.commons.attributes.javadoc.CATaglet 
       [source files]
   ]]></source>
  @@ -112,7 +112,7 @@
                   
                   <source><![CDATA[javadoc 
       -J-Dorg.apache.commons.attributes.javadoc.CATaglet.sources=/home/leo/java
  -    -tagletpath commons-attributes-compiler-SNAPSHOT.jar
  +    -tagletpath commons-attributes-compiler-2.1.jar
       ]]><b><![CDATA[-taglet org.apache.commons.attributes.javadoc.CATaglet]]></b><![CDATA[ 
       [source files]
   ]]></source>
  @@ -133,7 +133,7 @@
       additionalparam="-J-Dorg.apache.commons.attributes.javadoc.CATaglet.sources=${basedir}">
       <taglet
           name="org.apache.commons.attributes.javadoc.CATaglet"
  -        path="${ant.home}/lib/commons-attributes-compiler-SNAPSHOT.jar"
  +        path="${ant.home}/lib/commons-attributes-compiler-2.1.jar"
       />
       <fileset dir="${basedir}/" includes="**/*.java" />
   </javadoc>]]></source>
  
  
  
  1.6       +10 -5     jakarta-commons/attributes/site/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/site/xdocs/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml	1 Aug 2004 20:17:59 -0000	1.5
  +++ index.xml	15 Aug 2004 16:28:15 -0000	1.6
  @@ -38,6 +38,11 @@
   
           <section name="News">
               <p>Please see the <a href="changelog.html">change log</a> for summaries of code changes.</p>
  +
  +            <p><b>2004-08-15</b></p>
  +            <ul>
  +                <li><p>Attributes 2.1 released!</p></li>
  +            </ul>
    
               <p><b>2004-07-12</b></p>
               <ul>
  @@ -54,10 +59,10 @@
                   
                   <ul>
                       <li>
  -                        <p>Client API: <a href="http://cvs.apache.org/~leosutic/commons-attributes-api-SNAPSHOT.jar">commons-attributes-api-SNAPSHOT.jar</a></p>
  +                        <p>Client API: <a href="http://www.ibiblio.org/maven/commons-attributes/jars/commons-attributes-api-2.1.jar">commons-attributes-api-2.1.jar</a></p>
                       </li>
                       <li>
  -                        <p>Ant task: <a href="http://cvs.apache.org/~leosutic/commons-attributes-compiler-SNAPSHOT.jar">commons-attributes-compiler-SNAPSHOT.jar</a></p>
  +                        <p>Ant task: <a href="http://www.ibiblio.org/maven/commons-attributes/jars/commons-attributes-compiler-2.1.jar">commons-attributes-compiler-2.1.jar</a></p>
                       </li>
                       <li>
                           <p>Commons Collections 2.1: <a href="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-2.1.jar">commons-collections-2.1.jar</a></p>
  @@ -76,10 +81,10 @@
                   
               <ul>
                   <li>
  -                    <p>Client API: <a href="http://cvs.apache.org/~leosutic/commons-attributes-api-SNAPSHOT.jar">commons-attributes-api-SNAPSHOT.jar</a></p>
  +                    <p>Client API: <a href="http://www.ibiblio.org/maven/commons-attributes/jars/commons-attributes-api-2.1.jar">commons-attributes-api-2.1.jar</a></p>
                   </li>
                   <li>
  -                    <p>Ant task: <a href="http://cvs.apache.org/~leosutic/commons-attributes-compiler-SNAPSHOT.jar">commons-attributes-compiler-SNAPSHOT.jar</a></p>
  +                    <p>Ant task: <a href="http://www.ibiblio.org/maven/commons-attributes/jars/commons-attributes-compiler-2.1.jar">commons-attributes-compiler-2.1.jar</a></p>
                   </li>
                   <li>
                       <p>Maven plugin: <a href="http://cvs.apache.org/~leosutic/commons-attributes-plugin-2.1.jar">commons-attributes-plugin-2.1.jar</a></p>
  @@ -93,7 +98,7 @@
               <source><![CDATA[<dependency>
       <groupId>commons-attributes</groupId>
       <artifactId>commons-attributes-api</artifactId>
  -    <version>SNAPSHOT</version>
  +    <version>2.1</version>
   </dependency>]]></source>
   
               
  
  
  
  1.2       +3 -3      jakarta-commons/attributes/site/etc/ant_demo/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/site/etc/ant_demo/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	6 Jul 2004 20:42:16 -0000	1.1
  +++ build.xml	15 Aug 2004 16:28:16 -0000	1.2
  @@ -39,14 +39,14 @@
               destdir="${basedir}" 
               deprecation="true" 
               debug="true" 
  -            classpath="${ant.home}/lib/commons-attributes-api-SNAPSHOT.jar;."
  +            classpath="${ant.home}/lib/commons-attributes-api-2.1.jar;."
               optimize="false">
           </javac>
       </target>
       
       <target name="run" description="o Compile and run the demo" depends="compile">
           <java 
  -            classpath="${ant.home}/lib/commons-attributes-api-SNAPSHOT.jar;."
  +            classpath="${ant.home}/lib/commons-attributes-api-2.1.jar;."
               classname="AttributeDemo"/>
       </target>
       
  @@ -57,7 +57,7 @@
               additionalparam="-J-Dorg.apache.commons.attributes.javadoc.CATaglet.sources=${basedir}">
               <taglet
                   name="org.apache.commons.attributes.javadoc.CATaglet"
  -                path="${ant.home}/lib/commons-attributes-compiler-SNAPSHOT.jar"
  +                path="${ant.home}/lib/commons-attributes-compiler-2.1.jar"
                   />
               <fileset dir="${basedir}/" includes="**/*.java" />
           </javadoc>
  
  
  

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