mcconnell 2003/01/26 23:22:29
Modified: . threads.xml sockets.xml scheduler.xml
masterstore.xml datasources.xml connection.xml
Log:
Manifest updates.
Revision Changes Path
1.3 +4 -0 jakarta-avalon-cornerstone/threads.xml
Index: threads.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/threads.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- threads.xml 23 Jan 2003 23:11:40 -0000 1.2
+++ threads.xml 27 Jan 2003 07:22:29 -0000 1.3
@@ -72,18 +72,22 @@
<attribute name="Specification-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="${vendor}"/>
<attribute name="Implementation-Version" value="${package-version}"/>
+ <attribute name="Implementation-Vendor-Id" value="ASF"/>
<attribute name="Extension-List" value="framework context thread"/>
<attribute name="framework-Extension-Name"
value="${avalon-framework.extension.name}"/>
<attribute name="framework-Specification-Version"
value="${avalon-framework.extension.version}"/>
<attribute name="framework-Implementation-Version"
value="${avalon-framework.extension.implementation}"/>
+ <attribute name="framework-Implementation-Vendor-Id" value="ASF"/>
<attribute name="context-Extension-Name"
value="${excalibur-threadcontext.ext.name}"/>
<attribute name="context-Specification-Version"
value="${excalibur-threadcontext.ext.version}"/>
+ <attribute name="context-Implementation-Vendor-Id" value="ASF"/>
<attribute name="thread-Extension-Name"
value="${excalibur-thread.ext.name}"/>
<attribute name="thread-Specification-Version"
value="${excalibur-thread.ext.version}"/>
<attribute name="thread-Implementation-Version"
value="${excalibur-thread.ext.impl}"/>
+ <attribute name="thread-Implementation-Vendor-Id" value="ASF"/>
</manifest>
-->
1.3 +2 -0 jakarta-avalon-cornerstone/sockets.xml
Index: sockets.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/sockets.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sockets.xml 23 Jan 2003 23:11:40 -0000 1.2
+++ sockets.xml 27 Jan 2003 07:22:29 -0000 1.3
@@ -70,11 +70,13 @@
<attribute name="Specification-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="${vendor}"/>
<attribute name="Implementation-Version" value="${package-version}"/>
+ <attribute name="threads-Implementation-Vendor-Id" value="ASF"/>
<attribute name="Extension-List" value="framework"/>
<attribute name="framework-Extension-Name"
value="${avalon-framework.extension.name}"/>
<attribute name="framework-Specification-Version"
value="${avalon-framework.extension.version}"/>
<attribute name="framework-Implementation-Version"
value="${avalon-framework.extension.implementation}"/>
+ <attribute name="framework-Implementation-Vendor-Id" value="ASF"/>
</manifest>
-->
1.3 +3 -0 jakarta-avalon-cornerstone/scheduler.xml
Index: scheduler.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/scheduler.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scheduler.xml 23 Jan 2003 23:11:40 -0000 1.2
+++ scheduler.xml 27 Jan 2003 07:22:29 -0000 1.3
@@ -72,15 +72,18 @@
<attribute name="Specification-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="${vendor}"/>
<attribute name="Implementation-Version" value="${package-version}"/>
+ <attribute name="Implementation-Vendor-Id" value="ASF"/>
<attribute name="Extension-List" value="framework threads"/>
<attribute name="framework-Extension-Name"
value="${avalon-framework.extension.name}"/>
<attribute name="framework-Specification-Version"
value="${avalon-framework.extension.version}"/>
<attribute name="framework-Implementation-Version"
value="${avalon-framework.extension.implementation}"/>
+ <attribute name="framework-Implementation-Vendor-Id" value="ASF"/>
<attribute name="threads-Extension-Name"
value="${cornerstone-threads.ext.name}"/>
<attribute name="threads-Specification-Version"
value="${cornerstone-threads.ext.version}"/>
<attribute name="threads-Implementation-Version"
value="${cornerstone-threads.ext.impl}"/>
+ <attribute name="threads-Implementation-Vendor-Id" value="ASF"/>
</manifest>
-->
1.3 +2 -0 jakarta-avalon-cornerstone/masterstore.xml
Index: masterstore.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/masterstore.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- masterstore.xml 23 Jan 2003 23:11:40 -0000 1.2
+++ masterstore.xml 27 Jan 2003 07:22:29 -0000 1.3
@@ -72,11 +72,13 @@
<attribute name="Specification-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="${vendor}"/>
<attribute name="Implementation-Version" value="${package-version}"/>
+ <attribute name="Implementation-Vendor-Id" value="ASF"/>
<attribute name="Extension-List" value="framework io"/>
<attribute name="framework-Extension-Name"
value="${avalon-framework.extension.name}"/>
<attribute name="framework-Specification-Version"
value="${avalon-framework.extension.version}"/>
<attribute name="framework-Implementation-Version"
value="${avalon-framework.extension.implementation}"/>
+ <attribute name="framework-Implementation-Vendor-Id" value="ASF"/>
</manifest>
-->
1.3 +2 -1 jakarta-avalon-cornerstone/datasources.xml
Index: datasources.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/datasources.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- datasources.xml 23 Jan 2003 23:11:40 -0000 1.2
+++ datasources.xml 27 Jan 2003 07:22:29 -0000 1.3
@@ -74,12 +74,13 @@
<attribute name="Specification-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="${vendor}"/>
<attribute name="Implementation-Version" value="${package-version}"/>
+ <attribute name="Implementation-Vendor-Id" value="ASF"/>
<attribute name="Extension-List" value="framework datasource"/>
<attribute name="framework-Extension-Name"
value="${avalon-framework.extension.name}"/>
<attribute name="framework-Specification-Version"
value="${avalon-framework.extension.version}"/>
<attribute name="framework-Implementation-Version"
value="${avalon-framework.extension.implementation}"/>
-
+ <attribute name="framework-Implementation-Vendor-Id" value="ASF"/>
</manifest>
-->
1.3 +3 -0 jakarta-avalon-cornerstone/connection.xml
Index: connection.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/connection.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- connection.xml 23 Jan 2003 23:11:40 -0000 1.2
+++ connection.xml 27 Jan 2003 07:22:29 -0000 1.3
@@ -73,15 +73,18 @@
<attribute name="Specification-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="${vendor}"/>
<attribute name="Implementation-Version" value="${package-version}"/>
+ <attribute name="Implementation-Vendor-Id" value="ASF"/>
<attribute name="Extension-List" value="framework threads"/>
<attribute name="framework-Extension-Name"
value="${avalon-framework.extension.name}"/>
<attribute name="framework-Specification-Version"
value="${avalon-framework.extension.version}"/>
<attribute name="framework-Implementation-Version"
value="${avalon-framework.extension.implementation}"/>
+ <attribute name="framework-Implementation-Vendor-Id" value="ASF"/>
<attribute name="threads-Extension-Name"
value="${cornerstone-threads.ext.name}"/>
<attribute name="threads-Specification-Version"
value="${cornerstone-threads.ext.version}"/>
<attribute name="threads-Implementation-Version"
value="${cornerstone-threads.ext.impl}"/>
+ <attribute name="threads-Implementation-Vendor-Id" value="ASF"/>
</manifest>
-->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>