You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/07/08 15:56:54 UTC

svn commit: r420109 - /geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml

Author: sppatel
Date: Sat Jul  8 06:56:54 2006
New Revision: 420109

URL: http://svn.apache.org/viewvc?rev=420109&view=rev
Log:
fix accidental > in output name

Modified:
    geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml?rev=420109&r1=420108&r2=420109&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml Sat Jul  8 06:56:54 2006
@@ -31,7 +31,7 @@
         </dependencySet>
         <!-- Features -->
         <dependencySet>
-            <outputFileNameMapping>>${artifactId}_${version}.${extension}</outputFileNameMapping>
+            <outputFileNameMapping>${artifactId}_${version}.${extension}</outputFileNameMapping>
             <outputDirectory>features/</outputDirectory>
             <includes>
                 <include>org.apache.geronimo.devtools:org.apache.geronimo.feature</include>