Author: jbq
Date: Mon Apr 16 00:30:57 2007
New Revision: 529151

URL: http://svn.apache.org/viewvc?view=rev&rev=529151
Log:
Use sed -i "" for all OS except Linux (I'm using FreeBSD, not Darwin)

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=529151&r1=529150&r2=529151
==============================================================================
--- incubator/wicket/branches/wicket-1.x/eclipse.sh (original)
+++ incubator/wicket/branches/wicket-1.x/eclipse.sh Mon Apr 16 00:30:57 2007
@@ -5,7 +5,7 @@
 Linux)
        find jdk-1.4 -name .classpath -exec 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"
 {} \;
        ;;
-Darwin)
+*)
        find jdk-1.4 -name .classpath -exec 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"
 {} \;
        ;;
 esac


Reply via email to