mcconnell 2003/09/14 07:05:31
Modified: meta/api project.xml
meta/api/src/java/org/apache/avalon/meta/info
EntryDescriptor.java
meta/impl project.xml
meta/plugin project.xml
meta/site maven.xml project.properties project.xml
meta/spi project.xml
meta/tools project.xml
Log:
Housekeeping.
Revision Changes Path
1.5 +3 -3 avalon-sandbox/meta/api/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/api/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 12 Sep 2003 12:57:29 -0000 1.4
+++ project.xml 14 Sep 2003 14:05:30 -0000 1.5
@@ -6,7 +6,7 @@
<name>Avalon Meta Model API</name>
<package>org.apache.avalon.meta</package>
- <currentVersion>1.1-RC1</currentVersion>
+ <currentVersion>1.1</currentVersion>
<inceptionYear>2002</inceptionYear>
<shortDescription>Meta Model API</shortDescription>
@@ -18,12 +18,12 @@
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-api</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<dependency>
<groupId>avalon-framework</groupId> <!-- testing -->
<artifactId>avalon-framework-impl</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<!-- pre JDK 1.4 dependencies for testcase -->
1.8 +3 -3
avalon-sandbox/meta/api/src/java/org/apache/avalon/meta/info/EntryDescriptor.java
Index: EntryDescriptor.java
===================================================================
RCS file:
/home/cvs/avalon-sandbox/meta/api/src/java/org/apache/avalon/meta/info/EntryDescriptor.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- EntryDescriptor.java 9 Sep 2003 22:00:42 -0000 1.7
+++ EntryDescriptor.java 14 Sep 2003 14:05:30 -0000 1.8
@@ -196,7 +196,7 @@
/**
* Return the key type of value that is stored in Context.
- *
+ *
* @return the key type of value that is stored in Context.
*/
public String getClassname()
@@ -236,7 +236,7 @@
/**
* Test is the supplied object is equal to this object.
- * @pparam other the object to compare with this instance
+ * @param other the object to compare with this instance
* @return true if the object are equivalent
*/
public boolean equals( Object other )
1.7 +7 -7 avalon-sandbox/meta/impl/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/impl/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.xml 9 Sep 2003 22:00:43 -0000 1.6
+++ project.xml 14 Sep 2003 14:05:30 -0000 1.7
@@ -6,7 +6,7 @@
<name>Avalon Meta Model Implementation</name>
<package>org.apache.avalon.meta</package>
- <currentVersion>1.1-RC1</currentVersion>
+ <currentVersion>1.1</currentVersion>
<inceptionYear>2002</inceptionYear>
<shortDescription>Meta Model Builder and Verification Framework</shortDescription>
@@ -19,35 +19,35 @@
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-api</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-impl</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-api</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-spi</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<id>excalibur-i18n</id>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<id>excalibur-configuration</id>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<!-- pre JDK 1.4 dependencies -->
1.8 +6 -6 avalon-sandbox/meta/plugin/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/plugin/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 10 Sep 2003 11:52:23 -0000 1.7
+++ project.xml 14 Sep 2003 14:05:30 -0000 1.8
@@ -15,37 +15,37 @@
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-api</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-impl</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-api</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-spi</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-impl</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-tools</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
1.3 +2 -0 avalon-sandbox/meta/site/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/site/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 9 Sep 2003 22:00:43 -0000 1.2
+++ maven.xml 14 Sep 2003 14:05:30 -0000 1.3
@@ -37,6 +37,8 @@
</classpath>
<link href="${sun.j2se.link}" />
<link href="${avalon.framework.link}" />
+ <link href="${ant.link}" />
+ <link href="${qdox.link}" />
</javadoc>
</goal>
1.2 +3 -1 avalon-sandbox/meta/site/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/site/project.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.properties 14 Jul 2003 20:22:17 -0000 1.1
+++ project.properties 14 Sep 2003 14:05:30 -0000 1.2
@@ -14,6 +14,8 @@
# file.
#
+qdox.link = http://qdox.codehaus.org/apidocs/
+ant.link = http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/
sun.j2se.link = http://java.sun.com/j2se/1.4/docs/api/
avalon.framework.link = http://avalon.apache.org/framework/api/
-maven.javadoc.links = ${sun.j2se.link},${avalon.framework.link}
+maven.javadoc.links =
${sun.j2se.link},${ant.link},${qdox.link},${avalon.framework.link}
1.5 +8 -8 avalon-sandbox/meta/site/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/site/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 9 Sep 2003 22:00:43 -0000 1.4
+++ project.xml 14 Sep 2003 14:05:30 -0000 1.5
@@ -11,40 +11,40 @@
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-api</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-impl</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-api</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-spi</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-impl</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-tools</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<id>excalibur-i18n</id>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<id>excalibur-configuration</id>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
1.4 +4 -4 avalon-sandbox/meta/spi/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/spi/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 9 Sep 2003 22:00:43 -0000 1.3
+++ project.xml 14 Sep 2003 14:05:30 -0000 1.4
@@ -6,9 +6,9 @@
<name>Avalon Meta Model SPI</name>
<package>org.apache.avalon.meta</package>
- <currentVersion>1.1-RC1</currentVersion>
+ <currentVersion>1.1</currentVersion>
<inceptionYear>2002</inceptionYear>
- <shortDescription>Meta Model Service Provider Interface (SPI)</shortDescription>
+ <shortDescription>Meta Model SPI</shortDescription>
<description>
Component meta model classes used by the assembly package. The meta model includes
a meta information and meta data model supporting the component abstraction. The meta
information model describes type level depedencies (context, service, logging, etc.)
together with component type attributes. The meta-data model provides a framework for
declaring component deployment templates that can be used to automate the assembly and
commissioning of components at runtime.
@@ -19,13 +19,13 @@
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-api</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-api</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
</dependencies>
1.6 +7 -7 avalon-sandbox/meta/tools/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/tools/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 9 Sep 2003 22:00:43 -0000 1.5
+++ project.xml 14 Sep 2003 14:05:31 -0000 1.6
@@ -6,7 +6,7 @@
<name>Meta Management Toolkit</name>
<package>org.apache.avalon.meta</package>
- <currentVersion>1.1-RC1</currentVersion>
+ <currentVersion>1.1</currentVersion>
<inceptionYear>2002</inceptionYear>
<shortDescription>Meta Model Toolkit</shortDescription>
@@ -27,34 +27,34 @@
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-api</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-impl</artifactId>
- <version>4.1.5-RC3</version>
+ <version>4.1.5</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-api</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-spi</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
<artifactId>avalon-meta-impl</artifactId>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<id>excalibur-configuration</id>
- <version>1.1-RC1</version>
+ <version>1.1</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]