Author: bodewig
Date: Wed Jun  9 13:52:48 2010
New Revision: 953008

URL: http://svn.apache.org/viewvc?rev=953008&view=rev
Log:
Update template Ivy file with publications

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=953008&r1=953007&r2=953008&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.ivy.xml (original)
+++ ant/antlibs/compress/trunk/project-template.ivy.xml Wed Jun  9 13:52:48 2010
@@ -19,7 +19,7 @@
 -->
 <ivy-module version="2.0">
   <info organization="${ivy.organization}"
-        module="compress-antlib"
+        module="ant"
         revision="${artifact.version}"
         publication="${publication.datetime}">
     <license name="Apache Software License 2.0"
@@ -32,6 +32,12 @@
       Apache Commons Compress.
     </description>
   </info>
+  <publications>  
+    <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"/>
+  </publications>
   <dependencies>
     <dependency org="org.apache.ant" name="ant" revision="[1.8.0,)"/>
     <dependency org="org.apache.commons" name="commons-compress"


Reply via email to