working on new build with windows

This commit is contained in:
Ben Fry
2013-09-21 16:01:21 -04:00
parent c2a571e6cf
commit d02e038f02
+5 -5
View File
@@ -1,10 +1,5 @@
<?xml version="1.0"?>
<project name="Processing" default="build">
<!-- app bundler for OS X and Java 1.7 -->
<taskdef name="bundleapp"
classname="com.oracle.appbundler.AppBundlerTask"
classpath="macosx/appbundler.jar" />
<!-- Sets properties for macosx/windows/linux depending on current system -->
<condition property="platform" value="macosx">
@@ -407,6 +402,11 @@
</copy>
-->
<!-- app bundler for OS X and Java 1.7 -->
<taskdef name="bundleapp"
classname="com.oracle.appbundler.AppBundlerTask"
classpath="macosx/appbundler.jar" />
<!--icon="macosx/processing.icns"-->
<bundleapp outputDirectory="macosx/work"
name="Processing"