mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
working on new build with windows
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user