You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/06/14 00:16:51 UTC

svn commit: r784483 - /myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml

Author: bommel
Date: Sat Jun 13 22:16:51 2009
New Revision: 784483

URL: http://svn.apache.org/viewvc?rev=784483&view=rev
Log:
generate source assembly

Modified:
    myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml?rev=784483&r1=784482&r2=784483&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml Sat Jun 13 22:16:51 2009
@@ -399,7 +399,7 @@
                         file="${project.build.directory}/assembly/out/tobago-${project.version}-project.tar.gz"
                         toFile="${project.build.directory}/assembly/out/myfaces-tobago-${project.version}-project.tar.gz"/>
                     <move failonerror="false"
-                        file="${project.build.directory}/assembly/out/tobago-${project.version}-project.tar.gz"
+                        file="${project.build.directory}/assembly/out/tobago-${project.version}-project.zip"
                         toFile="${project.build.directory}/assembly/out/myfaces-tobago-${project.version}-project.zip"/>
 
                   </tasks>