diff --git a/build/build.xml b/build/build.xml index 2adb126dc..f2309c822 100644 --- a/build/build.xml +++ b/build/build.xml @@ -15,12 +15,14 @@ + + + - @@ -29,13 +31,11 @@ - - @@ -247,10 +247,7 @@ - - - - + @@ -271,35 +268,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -324,7 +292,7 @@ shortversion="${version}" version="${revision}" signature="Pde1" - icon="macosx/template.app/Contents/Resources/processing.icns" + icon="macosx/processing.icns" mainclassname="processing.app.Base" copyright="Arduino LLC" applicationCategory="public.app-category.education" @@ -365,7 +333,7 @@ - - - - - - - - @@ -507,10 +467,6 @@ - - - - @@ -529,71 +485,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/macosx/template.app/Contents/Resources/pde.icns b/build/macosx/pde.icns similarity index 100% rename from build/macosx/template.app/Contents/Resources/pde.icns rename to build/macosx/pde.icns diff --git a/build/macosx/template.app/Contents/Resources/processing.icns b/build/macosx/processing.icns similarity index 100% rename from build/macosx/template.app/Contents/Resources/processing.icns rename to build/macosx/processing.icns diff --git a/build/macosx/template.app/Contents/Info.plist b/build/macosx/template.app/Contents/Info.plist deleted file mode 100755 index 5fa1337eb..000000000 --- a/build/macosx/template.app/Contents/Info.plist +++ /dev/null @@ -1,137 +0,0 @@ - - - - - CFBundleName - Arduino - - - CFBundleGetInfoString - VERSION - CFBundleVersion - REVISION - CFBundleShortVersionString - VERSION - - - NSHighResolutionCapable - - CFBundleAllowMixedLocalizations - true - CFBundleExecutable - JavaApplicationStub - CFBundleDevelopmentRegion - English - CFBundlePackageType - APPL - CFBundleSignature - Pde1 - CFBundleInfoDictionaryVersion - 6.0 - CFBundleIconFile - processing.icns - CFBundleIdentifier - cc.arduino.Arduino - CFBundleDocumentTypes - - - CFBundleTypeExtensions - - ino - c - cpp - h - - CFBundleTypeIconFile - pde.icns - CFBundleTypeName - Arduino Source File - CFBundleTypeMIMETypes - - text/plain - - CFBundleTypeOSTypes - - TEXT - - CFBundleTypeRole - Editor - - - UTExportedTypeDeclarations - - - UTTypeConformsTo - - public.c-plus-plus-source - - UTTypeIdentifier - cc.arduino.Arduino.source - UTTypeTagSpecification - - public.filename-extension - - ino - - - - - Java - - VMOptions - - -Xms128M - -Xmx512M - - - MainClass - processing.app.Base - - SplashFile - $APP_PACKAGE/Contents/Resources/Java/lib/splash.png - - JVMVersion - 1.6* - - ClassPath - - $JAVAROOT/antlr.jar:$JAVAROOT/apple.jar:$JAVAROOT/arduino-core.jar:$JAVAROOT/bcpg-jdk15on-152.jar:$JAVAROOT/bcprov-jdk15on-152.jar:$JAVAROOT/commons-codec-1.7.jar:$JAVAROOT/commons-compress-1.8.jar:$JAVAROOT/commons-exec-1.1.jar:$JAVAROOT/commons-httpclient-3.1.jar:$JAVAROOT/commons-lang3-3.3.2.jar:$JAVAROOT/commons-logging-1.0.4.jar:$JAVAROOT/ecj.jar:$JAVAROOT/guava-18.0.jar:$JAVAROOT/jackson-annotations-2.2.3.jar:$JAVAROOT/jackson-core-2.2.3.jar:$JAVAROOT/jackson-databind-2.2.3.jar:$JAVAROOT/jackson-module-mrbean-2.2.3.jar:$JAVAROOT/java-semver-0.8.0.jar:$JAVAROOT/jmdns-3.4.1.jar:$JAVAROOT/jsch-0.1.50.jar:$JAVAROOT/jssc-2.8.0.jar:$JAVAROOT/pde.jar:$JAVAROOT/quaqua.jar:$JAVAROOT/rsyntaxtextarea-2.5.6.1+arduino.jar - - JVMArchs - - - i386 - ppc - - - - Properties - - - javaroot - $JAVAROOT - - - apple.laf.useScreenMenuBar - true - - apple.awt.showGrowBox - false - com.apple.smallTabs - true - apple.awt.Antialiasing - false - apple.awt.TextAntialiasing - true - com.apple.hwaccel - true - apple.awt.use-file-dialog-packages - false - apple.awt.graphics.UseQuartz - true - - - - diff --git a/build/macosx/template.app/Contents/MacOS/JavaApplicationStub b/build/macosx/template.app/Contents/MacOS/JavaApplicationStub deleted file mode 100755 index 081f15fda..000000000 Binary files a/build/macosx/template.app/Contents/MacOS/JavaApplicationStub and /dev/null differ diff --git a/build/macosx/template.app/Contents/PkgInfo b/build/macosx/template.app/Contents/PkgInfo deleted file mode 100755 index 3f338b4a0..000000000 --- a/build/macosx/template.app/Contents/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -APPLPde1 \ No newline at end of file diff --git a/build/macosx/template.app/Contents/Resources/Java/libquaqua.jnilib b/build/macosx/template.app/Contents/Resources/Java/libquaqua.jnilib deleted file mode 100755 index 9f4ecedf8..000000000 Binary files a/build/macosx/template.app/Contents/Resources/Java/libquaqua.jnilib and /dev/null differ diff --git a/build/macosx/template.app/Contents/Resources/Java/libquaqua64.dylib b/build/macosx/template.app/Contents/Resources/Java/libquaqua64.dylib deleted file mode 100755 index 4bd3c391c..000000000 Binary files a/build/macosx/template.app/Contents/Resources/Java/libquaqua64.dylib and /dev/null differ diff --git a/build/macosx/template.app/Contents/Resources/Java/libquaqua64.jnilib b/build/macosx/template.app/Contents/Resources/Java/libquaqua64.jnilib deleted file mode 100755 index 4bd3c391c..000000000 Binary files a/build/macosx/template.app/Contents/Resources/Java/libquaqua64.jnilib and /dev/null differ diff --git a/build/macosx/template.app/Contents/Resources/Java/quaqua.LICENSE.BSD.LGPL-2.1.txt b/build/macosx/template.app/Contents/Resources/Java/quaqua.LICENSE.BSD.LGPL-2.1.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/build/macosx/template.app/Contents/Resources/Java/quaqua.jar b/build/macosx/template.app/Contents/Resources/Java/quaqua.jar deleted file mode 100644 index 319aa0711..000000000 Binary files a/build/macosx/template.app/Contents/Resources/Java/quaqua.jar and /dev/null differ diff --git a/build/macosx/template.dmg.gz b/build/macosx/template.dmg.gz deleted file mode 100644 index cb966b320..000000000 Binary files a/build/macosx/template.dmg.gz and /dev/null differ