You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2011/05/18 06:00:14 UTC

svn commit: r1104681 - /geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml

Author: gawor
Date: Wed May 18 04:00:14 2011
New Revision: 1104681

URL: http://svn.apache.org/viewvc?rev=1104681&view=rev
Log:
minor cleanup

Modified:
    geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml?rev=1104681&r1=1104680&r2=1104681&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml Wed May 18 04:00:14 2011
@@ -71,8 +71,7 @@
                                 <makeurl property="assembly.dir.url" file="${assembly.dir}"/>
                                 <unzip src="${input.zip}" dest="${assembly.dir}" />
                                 <copy file="${basedir}/src/main/assembly/site.xml" todir="${assembly.dir}"/>
-                                <java fork="true" classname="org.eclipse.equinox.launcher.Main" 
-                                      classpath="${eclipseInstall}/eclipse/plugins/org.eclipse.equinox.launcher_*.jar">
+                                <java fork="true" classname="org.eclipse.equinox.launcher.Main">
                                     <classpath>
                                         <fileset file="${eclipseInstall}/eclipse/plugins/org.eclipse.equinox.launcher_*.jar"/>
                                     </classpath>