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/06 23:31:52 UTC

cvs commit: jakarta-commons/attributes/site/xdocs changelog.xml index.xml

leosutic    2004/07/06 14:31:52

  Modified:    attributes project.xml
               attributes/api/src/java overview.html
               attributes/site project.properties
               attributes/site/xdocs changelog.xml index.xml
  Log:
  Changes resulting from the move to commons proper.
  
  Revision  Changes    Path
  1.2       +6 -6      jakarta-commons/attributes/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	6 Jul 2004 20:41:05 -0000	1.1
  +++ project.xml	6 Jul 2004 21:31:51 -0000	1.2
  @@ -17,7 +17,7 @@
   =
   -->
   <project>
  -    <extend>../sandbox-build/project.xml</extend>
  +    <extend>../commons-build/project.xml</extend>
       <name>Attributes</name>
       <id>commons-attributes</id>
       
  @@ -29,7 +29,7 @@
           <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
       </organization>
       
  -    <currentVersion>2.0alpha</currentVersion>
  +    <currentVersion>2.1alpha</currentVersion>
       <inceptionYear>2003</inceptionYear>
       <shortDescription>Commons Attributes</shortDescription>
       <description>A package for handling runtime information about types (including Java classes)</description>
  @@ -62,12 +62,12 @@
       <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
       
       <siteAddress>jakarta.apache.org</siteAddress>
  -    <siteDirectory>/www/jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/</siteDirectory>
  -    <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/</distributionDirectory>
  +    <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
  +    <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
       
       <repository>
  -        <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/${pom.artifactId.substring(8)}</connection>
  -        <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/</url>
  +        <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
  +        <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
       </repository>
       
       <mailingLists>
  
  
  
  1.2       +2 -7      jakarta-commons/attributes/api/src/java/overview.html
  
  Index: overview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/api/src/java/overview.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.html	6 Jul 2004 20:41:05 -0000	1.1
  +++ overview.html	6 Jul 2004 21:31:51 -0000	1.2
  @@ -20,7 +20,7 @@
           <p>The Jakarta Commons Attributes projects enables developers to use C#-like attributes in their programs.</p>
           
           <p>
  -        Please see the project website at <a href="http://jakarta.apache.org/commons/sandbox/attributes/">http://jakarta.apache.org/commons/sandbox/attributes/</a>
  +        Please see the project website at <a href="http://jakarta.apache.org/commons/attributes/">http://jakarta.apache.org/commons/attributes/</a>
           for a tutorial and instructions for use. 
           </p>
           
  @@ -35,13 +35,8 @@
                       <td>
                           <p>
                               This documentation reflects the current CVS, which is not necessarily equal to the binary 
  -                            downloads available at <a href="http://jakarta.apache.org/commons/sandbox/attributes/">the 
  +                            downloads available at <a href="http://jakarta.apache.org/commons/attributes/">the 
                               project website</a>.
  -                        </p>
  -                        
  -                        <p>
  -                            This is a sandbox project. Classes may appear, disappear and reappear without notice, although
  -                            the developers will do their best to keep such nuisances to a minimum.
                           </p>
                       </td>
                   </tr>
  
  
  
  1.2       +1 -1      jakarta-commons/attributes/site/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/site/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	6 Jul 2004 20:42:10 -0000	1.1
  +++ project.properties	6 Jul 2004 21:31:51 -0000	1.2
  @@ -14,7 +14,7 @@
   # limitations under the License.
   #
   
  -maven.xdoc.jsl=../../../jakarta-commons/commons-build/commons-site.jsl
  +maven.xdoc.jsl=../commons-build/commons-site.jsl
   maven.xdoc.date=bottom
   maven.xdoc.poweredby.image=maven-feather.png
   maven.xdoc.version=${pom.currentVersion}
  
  
  
  1.2       +17 -0     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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changelog.xml	6 Jul 2004 20:42:19 -0000	1.1
  +++ changelog.xml	6 Jul 2004 21:31:51 -0000	1.2
  @@ -24,6 +24,23 @@
       </properties>
       
       <body>
  +        <section name="2004-06-06">
  +            <ul>
  +                <li>
  +                    <p>
  +                        Fixed bug in compiler that made it impossible to add
  +                        attributes to a method that took a parameter whose type 
  +                        was an inner class.
  +                    </p>
  +                </li>
  +                <li>
  +                    <p>
  +                        Bumped version number to 2.1.
  +                    </p>
  +                </li>
  +            </ul>
  +        </section>
  +
           <section name="2004-05-04">
               <ul>
                   <li>
  
  
  
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	6 Jul 2004 20:42:54 -0000	1.1
  +++ index.xml	6 Jul 2004 21:31:52 -0000	1.2
  @@ -72,7 +72,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.0alpha.jar">commons-attributes-plugin-2.0alpha.jar</a></p>
  +                    <p>Maven plugin: <a href="http://cvs.apache.org/~leosutic/commons-attributes-plugin-2.1alpha.jar">commons-attributes-plugin-2.1alpha.jar</a></p>
                   </li>
               </ul>
               
  @@ -236,7 +236,7 @@
                   </tr>
                   <tr>
                       <td>Runtime code size</td>
  -                    <td>25kB</td>
  +                    <td>36kB</td>
                   </tr>
                   <tr>
                       <td>Unit test coverage</td>
  
  
  

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