[jbosstools-commits] JBoss Tools SVN: r42782 - workspace/yradtsevich/browsersim/org.jboss.tools.browsersim.app-ant.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Jul 30 09:18:42 EDT 2012
Author: yradtsevich
Date: 2012-07-30 09:18:41 -0400 (Mon, 30 Jul 2012)
New Revision: 42782
Modified:
workspace/yradtsevich/browsersim/org.jboss.tools.browsersim.app-ant/build.xml
Log:
JBIDE-11493https://issues.jboss.org/browse/JBIDE-11493 : Create standalone BrowserSim application
- fixed osx problems in the ant script
Modified: workspace/yradtsevich/browsersim/org.jboss.tools.browsersim.app-ant/build.xml
===================================================================
--- workspace/yradtsevich/browsersim/org.jboss.tools.browsersim.app-ant/build.xml 2012-07-30 13:10:37 UTC (rev 42781)
+++ workspace/yradtsevich/browsersim/org.jboss.tools.browsersim.app-ant/build.xml 2012-07-30 13:18:41 UTC (rev 42782)
@@ -31,14 +31,13 @@
<get dest="lib/swt-linux32-3.7.2.v3740f.jar">
<url url="http://mirrors.med.harvard.edu/eclipse//eclipse/updates/3.7/R-3.7.2-201202080800/plugins/org.eclipse.swt.gtk.linux.x86_3.7.2.v3740f.jar"/>
</get>
- <get dest="lib/swt-linux64-3.7.2.v3740f.jar">
- <url url="http://mirrors.med.harvard.edu/eclipse//eclipse/updates/3.7/R-3.7.2-201202080800/plugins/org.eclipse.swt.gtk.linux.x86_64_3.7.2.v3740f.jar"/>
+ <get dest="lib/swt-linux64-3.7.2.v3740f.jar">
+ <url url="http://mirrors.med.harvard.edu/eclipse//eclipse/updates/3.7/R-3.7.2-201202080800/plugins/org.eclipse.swt.gtk.linux.x86_64_3.7.2.v3740f.jar"/>
+ </get>
+ <get dest="lib/swt-osx32-3.7.2.v3740f.jar">
+ <url url="http://mirrors.med.harvard.edu/eclipse//eclipse/updates/3.7/R-3.7.2-201202080800/plugins/org.eclipse.swt.cocoa.macosx_3.7.2.v3740f.jar"/>
</get>
- <get dest="lib/swt-osx64-3.7.2.v3740f.jar">
- <url url="http://mirrors.med.harvard.edu/eclipse//eclipse/updates/3.7/R-3.7.2-201202080800/plugins/org.eclipse.swt.carbon.macosx_3.7.2.v3740f.jar"/>
- </get>
- </target>
-
+ </target>
<target name="compile">
<mkdir dir="build/classes"/>
<path id="lib.path.ref">
More information about the jbosstools-commits
mailing list