diff --git a/proposal/myrmidon/docs/librarys.html b/proposal/myrmidon/docs/librarys.html index dd1fad670..d4519292b 100644 --- a/proposal/myrmidon/docs/librarys.html +++ b/proposal/myrmidon/docs/librarys.html @@ -188,9 +188,9 @@
-                Extension-List: trax
-                trax-Extension-Name: Java API for XML Parsing
-                trax-Specification-Version: 1.1
+Extension-List: trax
+trax-Extension-Name: Java API for XML Parsing
+trax-Specification-Version: 1.1
                 
@@ -214,12 +214,12 @@
-                Extension-List: trax
-                trax-Extension-Name: Java API for XML Parsing
-                trax-Specification-Version: 1.1
-                trax-Implementation-Title: org.apache.xalan.xslt
-                trax-Implementation-Version: 2.1.0
-                trax-Implementation-Vendor: Apache Software Foundation
+Extension-List: trax
+trax-Extension-Name: Java API for XML Parsing
+trax-Specification-Version: 1.1
+trax-Implementation-Title: org.apache.xalan.xslt
+trax-Implementation-Version: 2.1.0
+trax-Implementation-Vendor: Apache Software Foundation
                 
@@ -245,14 +245,14 @@
-                Extension-List: trax velocity
-                velocity-Extension-Name: org.apache.velocity
-                velocity-Specification-Version: 1.0
-                trax-Extension-Name: Java API for XML Parsing
-                trax-Specification-Version: 1.1
-                trax-Implementation-Title: org.apache.xalan.xslt
-                trax-Implementation-Version: 2.1.0
-                trax-Implementation-Vendor: Apache Software Foundation
+Extension-List: trax velocity
+velocity-Extension-Name: org.apache.velocity
+velocity-Specification-Version: 1.0
+trax-Extension-Name: Java API for XML Parsing
+trax-Specification-Version: 1.1
+trax-Implementation-Title: org.apache.xalan.xslt
+trax-Implementation-Version: 2.1.0
+trax-Implementation-Vendor: Apache Software Foundation
                 
@@ -276,9 +276,9 @@
-                Extension-Name: org.realityforge.dve
-                Specification-Vendor: Peter Donald
-                Specification-Version: 1.0
+Extension-Name: org.realityforge.dve
+Specification-Vendor: Peter Donald
+Specification-Version: 1.0
                 
diff --git a/proposal/myrmidon/src/xdocs/librarys.xml b/proposal/myrmidon/src/xdocs/librarys.xml index 96afc056d..6883953dc 100644 --- a/proposal/myrmidon/src/xdocs/librarys.xml +++ b/proposal/myrmidon/src/xdocs/librarys.xml @@ -104,9 +104,9 @@ to the manifest of your jar.

- Extension-List: trax - trax-Extension-Name: Java API for XML Parsing - trax-Specification-Version: 1.1 +Extension-List: trax +trax-Extension-Name: Java API for XML Parsing +trax-Specification-Version: 1.1

In some cases you may also wish to specify a dependency on a specific vendors @@ -114,12 +114,12 @@ particular extension you need. In that case you manifest may contain;

- Extension-List: trax - trax-Extension-Name: Java API for XML Parsing - trax-Specification-Version: 1.1 - trax-Implementation-Title: org.apache.xalan.xslt - trax-Implementation-Version: 2.1.0 - trax-Implementation-Vendor: Apache Software Foundation +Extension-List: trax +trax-Extension-Name: Java API for XML Parsing +trax-Specification-Version: 1.1 +trax-Implementation-Title: org.apache.xalan.xslt +trax-Implementation-Version: 2.1.0 +trax-Implementation-Vendor: Apache Software Foundation

In many cases there will be no distinction between the specification and @@ -129,14 +129,14 @@ both the Trax API and the Velocity project may look like;

- Extension-List: trax velocity - velocity-Extension-Name: org.apache.velocity - velocity-Specification-Version: 1.0 - trax-Extension-Name: Java API for XML Parsing - trax-Specification-Version: 1.1 - trax-Implementation-Title: org.apache.xalan.xslt - trax-Implementation-Version: 2.1.0 - trax-Implementation-Vendor: Apache Software Foundation +Extension-List: trax velocity +velocity-Extension-Name: org.apache.velocity +velocity-Specification-Version: 1.0 +trax-Extension-Name: Java API for XML Parsing +trax-Specification-Version: 1.1 +trax-Implementation-Title: org.apache.xalan.xslt +trax-Implementation-Version: 2.1.0 +trax-Implementation-Vendor: Apache Software Foundation

To make other jars available to Ant librarys as "Optional Packages" @@ -144,9 +144,9 @@ other jar. The minimal manifest is the following;

- Extension-Name: org.realityforge.dve - Specification-Vendor: Peter Donald - Specification-Version: 1.0 +Extension-Name: org.realityforge.dve +Specification-Vendor: Peter Donald +Specification-Version: 1.0

It is important to note that looking for dependencies is recursive. For example,