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 16:32:28 UTC

cvs commit: jakarta-commons/attributes/unittest project.xml

leosutic    2004/07/24 07:32:28

  Modified:    attributes maven.xml
               attributes/compiler project.xml
               attributes/site maven.xml
               attributes/site/xdocs changelog.xml index.xml
               attributes/unittest project.xml
  Log:
  Completed the Maven tutorial/demo. Removed references to
  SNAPSHOT versions.
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-commons/attributes/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	6 Jul 2004 20:41:04 -0000	1.1
  +++ maven.xml	24 Jul 2004 14:32:27 -0000	1.2
  @@ -38,9 +38,8 @@
   api, which require the unit tests to pass, you have to build this
   package in the following way:
   
  -    maven install-snapshot
  -    maven install-plugin
       maven install
  +    maven install-plugin
       maven test
   
   ]]></echo>
  
  
  
  1.2       +1 -1      jakarta-commons/attributes/compiler/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/compiler/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	6 Jul 2004 20:41:56 -0000	1.1
  +++ project.xml	24 Jul 2004 14:32:28 -0000	1.2
  @@ -50,7 +50,7 @@
           <dependency>
               <groupId>commons-attributes</groupId>
               <artifactId>commons-attributes-api</artifactId>
  -            <version>SNAPSHOT</version>
  +            <version>2.1</version>
           </dependency>
           
           <dependency>
  
  
  
  1.2       +5 -1      jakarta-commons/attributes/site/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/site/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	6 Jul 2004 20:42:10 -0000	1.1
  +++ maven.xml	24 Jul 2004 14:32:28 -0000	1.2
  @@ -37,9 +37,13 @@
           <copy todir="${basedir}/target/docs" filtering="no">
               <fileset dir="${basedir}/etc/">
                   <include name="ant_demo/**"/>
  -                <include name="maven_demo/**"/>
                   <exclude name="**/CVS/*"/>
               </fileset>
           </copy>
  +        <zip destfile="${basedir}/target/docs/maven_demo.zip">
  +            <fileset dir="${basedir}/etc/"
  +                includes="maven_demo/maven.xml,maven_demo/project.*,maven_demo/src/**"
  +                excludes="**/CVS/*"/>
  +        </zip>
       </preGoal>
   </project>
  
  
  
  1.4       +22 -1     jakarta-commons/attributes/site/xdocs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/site/xdocs/changelog.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changelog.xml	12 Jul 2004 20:59:22 -0000	1.3
  +++ changelog.xml	24 Jul 2004 14:32:28 -0000	1.4
  @@ -24,7 +24,28 @@
       </properties>
       
       <body>
  -        <section name="2004-06-06">
  +        <section name="2004-07-24">
  +            <ul>
  +                <li>
  +                    <p>
  +                        Made the Maven plugin only run the attribute compiler if
  +                        a project property named org.apache.commons.attributes.enabled
  +                        was set to 'true'. Likewise, the attribute indexer will only run if
  +                        a project property named org.apache.commons.attributes.index.enabled
  +                        is set to 'true'. This to keep these two tasks to be run on
  +                        every single project being built.
  +                    </p>
  +                </li>
  +                <li>
  +                    <p>
  +                        Created a Maven demo.
  +                    </p>
  +                </li>
  +            </ul>
  +        </section>
  +        
  +        
  +        <section name="2004-07-06">
               <ul>
                   <li>
                       <p>
  
  
  
  1.4       +1 -1      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	12 Jul 2004 20:59:22 -0000	1.3
  +++ index.xml	24 Jul 2004 14:32:28 -0000	1.4
  @@ -81,7 +81,7 @@
                       <p>Ant task: <a href="http://cvs.apache.org/~leosutic/commons-attributes-compiler-SNAPSHOT.jar">commons-attributes-compiler-SNAPSHOT.jar</a></p>
                   </li>
                   <li>
  -                    <p>Maven plugin: <a href="http://cvs.apache.org/~leosutic/commons-attributes-plugin-2.1alpha.jar">commons-attributes-plugin-2.1alpha.jar</a></p>
  +                    <p>Maven plugin: <a href="http://cvs.apache.org/~leosutic/commons-attributes-plugin-2.1.jar">commons-attributes-plugin-2.1.jar</a></p>
                   </li>
               </ul>
               
  
  
  
  1.2       +2 -2      jakarta-commons/attributes/unittest/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/unittest/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	6 Jul 2004 20:43:31 -0000	1.1
  +++ project.xml	24 Jul 2004 14:32:28 -0000	1.2
  @@ -55,13 +55,13 @@
           <dependency>
               <groupId>commons-attributes</groupId>
               <artifactId>commons-attributes-compiler</artifactId>
  -            <version>SNAPSHOT</version>
  +            <version>2.1</version>
           </dependency>
           
           <dependency>
               <groupId>commons-attributes</groupId>
               <artifactId>commons-attributes-api</artifactId>
  -            <version>SNAPSHOT</version>
  +            <version>2.1</version>
           </dependency>
       </dependencies>
       
  
  
  

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