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 2005/11/10 16:38:46 UTC

svn commit: r332311 - /geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml

Author: sppatel
Date: Thu Nov 10 07:38:43 2005
New Revision: 332311

URL: http://svn.apache.org/viewcvs?rev=332311&view=rev
Log:
can't use *.tar

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml?rev=332311&r1=332310&r2=332311&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml Thu Nov 10 07:38:43 2005
@@ -158,7 +158,7 @@
 			<gunzip src="${eclipse.dist}" dest="${target.dir}"/>
 			<exec executable="tar" dir="${target.dir}">
 				<arg value="-xvf"/>
-				<arg value="*.tar"/>
+				<arg value="eclipse-SDK-3.1.1-${platform}.tar"/>
 			</exec>
 		</j:if>
 		<unjar src="${emf.dist}" dest="${target.dir}"/>