Author: dashorst
Date: Mon Mar 12 14:57:10 2007
New Revision: 517417
URL: http://svn.apache.org/viewvc?view=rev&rev=517417
Log:
Fixed Eelco's complaining about .classpath-e files
Modified:
incubator/wicket/branches/wicket-1.x/eclipse.sh
Modified: incubator/wicket/branches/wicket-1.x/eclipse.sh
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/eclipse.sh?view=diff&rev=517417&r1=517416&r2=517417
==============================================================================
--- incubator/wicket/branches/wicket-1.x/eclipse.sh (original)
+++ incubator/wicket/branches/wicket-1.x/eclipse.sh Mon Mar 12 14:57:10 2007
@@ -1,3 +1,3 @@
#/bin/sh
mvn eclipse:eclipse
-find jdk-1.4 -name ".classpath" | xargs sed -i -e
"s/org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.launching.JRE_CONTAINER\/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\/J2SE-1.4/g"
+find jdk-1.4 -name ".classpath" | xargs sed -i "" -e
"s/org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.launching.JRE_CONTAINER\/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\/J2SE-1.4/g"