Author: bodewig
Date: Wed Jun 16 07:33:05 2010
New Revision: 955147

URL: http://svn.apache.org/viewvc?rev=955147&view=rev
Log:
use a separate NS for the classifier attribute

Modified:
    ant/antlibs/compress/trunk/project-template.ivy.xml

Modified: ant/antlibs/compress/trunk/project-template.ivy.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/project-template.ivy.xml?rev=955147&r1=955146&r2=955147&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.ivy.xml (original)
+++ ant/antlibs/compress/trunk/project-template.ivy.xml Wed Jun 16 07:33:05 2010
@@ -32,23 +32,23 @@
       Apache Commons Compress.
     </description>
   </info>
-  <publications>  
+  <publications xmlns:e="urn:ant.apache.org:ivy-extras">
     <artifact name="${artifact.name}" type="pom" ext="pom"/>
     <artifact name="${artifact.name}" type="pom.asc" ext="pom.asc"/>
     <artifact name="${artifact.name}" type="jar" ext="jar"/>
     <artifact name="${artifact.name}" type="jar.asc" ext="jar.asc"/>
     <artifact name="${artifact.name}" type="source" ext="jar"
-              classifier="sources"/>
+              e:classifier="sources"/>
     <artifact name="${artifact.name}" type="source.asc" ext="jar.asc"
-              classifier="sources"/>
+              e:classifier="sources"/>
     <artifact name="${artifact.name}" type="javadoc" ext="jar"
-              classifier="javadoc"/>
+              e:classifier="javadoc"/>
     <artifact name="${artifact.name}" type="javadoc.asc" ext="jar.asc"
-              classifier="javadoc"/>
+              e:classifier="javadoc"/>
     <artifact name="${artifact.name}" type="ivy" ext="xml"
-              classifier="ivy"/>
+              e:classifier="ivy"/>
     <artifact name="${artifact.name}" type="ivy.asc" ext="xml.asc"
-              classifier="ivy"/>
+              e:classifier="ivy"/>
   </publications>
   <dependencies>
     <dependency org="org.apache.ant" name="ant" revision="[1.8.0,)"/>


Reply via email to