leosutic    2003/08/22 16:48:45

  Modified:    attributes maven.xml project.xml
               attributes/site/xdocs index.xml
  Added:       attributes build.xml
  Log:
  Renamed all maven id's from "jakarta-commons-attributes" to
  "commons-attributes", and added Apache license.
  
  Revision  Changes    Path
  1.6       +10 -0     jakarta-commons-sandbox/attributes/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/maven.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.xml 21 Aug 2003 23:28:01 -0000      1.5
  +++ maven.xml 22 Aug 2003 23:48:45 -0000      1.6
  @@ -62,6 +62,16 @@
               ignoreFailures="false" />
       </goal>
       
  +    <goal name="do-plugin">
  +        <maven:reactor
  +            basedir="${basedir}"
  +            includes="plugin/project.xml"
  +            goals="plugin:install"
  +            banner="Installing plugin:"
  +            ignoreFailures="false"
  +            />
  +    </goal>
  +    
       <goal name="xjavadoc">
           <mkdir dir="${basedir}/target/docs/api" />
           <property name="copyright"
  
  
  
  1.7       +3 -1      jakarta-commons-sandbox/attributes/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       21 Aug 2003 23:28:01 -0000      1.6
  +++ project.xml       22 Aug 2003 23:48:45 -0000      1.7
  @@ -3,9 +3,11 @@
   <project>
       
       <pomVersion>3</pomVersion>
  -    <groupId>jakarta-commons-attributes</groupId>
  +    <groupId>commons-attributes</groupId>
       <name>Jakarta Commons Attributes</name>
       <logo>./docs/attributes-logo.gif</logo>
  +    
  +    <currentVersion>2.0alpha</currentVersion>
       
       <organization>
           <name>Apache Software Foundation</name>
  
  
  
  1.5       +4 -196    jakarta-commons-sandbox/attributes/build.xml
  
  
  
  
  1.3       +18 -1     jakarta-commons-sandbox/attributes/site/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 21 Aug 2003 23:28:01 -0000      1.2
  +++ index.xml 22 Aug 2003 23:48:45 -0000      1.3
  @@ -19,6 +19,21 @@
               </p>
           </section>
           
  +        <section name="Download">
  +            <p>
  +                You can grab the snapshot jars here:
  +            </p>
  +            
  +            <ul>
  +                <li>
  +                    <p><a 
href="http://www.apache.org/~leosutic/commons-attributes-api-SNAPSHOT.jar";>commons-attributes-api-SNAPSHOT.jar</a></p>
  +                </li>
  +                <li>
  +                    <p><a 
href="http://www.apache.org/~leosutic/commons-attributes-compiler-SNAPSHOT.jar";>commons-attributes-compiler-SNAPSHOT.jar</a></p>
  +                </li>
  +            </ul>
  +        </section>
  +        
           <section name="A Quick Sample">
               
               <p>
  @@ -127,11 +142,13 @@
                   </tr>
                   <tr>
                       <td>Maven plugin</td>
  -                    <td>Scheduled for 2.0beta due September 1, 2003</td>
  +                    <td>Scheduled for 2.0beta</td>
                   </tr>
               </table>
                   
           </section>
  +        
  +        
           
       </body>
   
  
  
  

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

Reply via email to