diff --git a/build/shared/lib/export/applet-opengl.html b/build/shared/lib/export/applet-opengl.html deleted file mode 100644 index 18771e694..000000000 --- a/build/shared/lib/export/applet-opengl.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - @@sketch@@ : Built with Processing - - - - - -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- - This browser does not have a Java Plug-in. -
- - Get the latest Java Plug-in here. - -
-

- -
- - -
- - -
- -

- @@description@@ -

- -

- Source code: @@source@@ -

- -

- Built with Processing -

-
- - diff --git a/build/shared/lib/export/applet.html b/build/shared/lib/export/applet.html deleted file mode 100644 index fb51966f3..000000000 --- a/build/shared/lib/export/applet.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - @@sketch@@ : Built with Processing - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- - This browser does not have a Java Plug-in. -
- - Get the latest Java Plug-in here. - -
-

- -
- - -
- - -
- -

- @@description@@ -

- -

- Source code: @@source@@ -

- -

- Built with Processing -

-
- - diff --git a/build/shared/lib/export/application.exe b/build/shared/lib/export/application.exe deleted file mode 100755 index ea70a3a2d..000000000 Binary files a/build/shared/lib/export/application.exe and /dev/null differ diff --git a/build/shared/lib/export/loading.gif b/build/shared/lib/export/loading.gif deleted file mode 100755 index 1ddae5089..000000000 Binary files a/build/shared/lib/export/loading.gif and /dev/null differ diff --git a/build/shared/lib/export/skeleton.app/Contents/MacOS/JavaApplicationStub b/build/shared/lib/export/skeleton.app/Contents/MacOS/JavaApplicationStub deleted file mode 100755 index eeb8b5617..000000000 Binary files a/build/shared/lib/export/skeleton.app/Contents/MacOS/JavaApplicationStub and /dev/null differ diff --git a/build/shared/lib/export/skeleton.app/Contents/PkgInfo b/build/shared/lib/export/skeleton.app/Contents/PkgInfo deleted file mode 100755 index bd04210fb..000000000 --- a/build/shared/lib/export/skeleton.app/Contents/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -APPL???? \ No newline at end of file diff --git a/build/shared/lib/export/skeleton.app/Contents/Resources/sketch.icns b/build/shared/lib/export/skeleton.app/Contents/Resources/sketch.icns deleted file mode 100644 index 8ffb8d7de..000000000 Binary files a/build/shared/lib/export/skeleton.app/Contents/Resources/sketch.icns and /dev/null differ diff --git a/build/shared/lib/export/template.plist b/build/shared/lib/export/template.plist deleted file mode 100755 index 4b56a1170..000000000 --- a/build/shared/lib/export/template.plist +++ /dev/null @@ -1,59 +0,0 @@ - - - - - CFBundleName - @@sketch@@ - CFBundleVersion - 10.2 - CFBundleAllowMixedLocalizations - true - CFBundleExecutable - JavaApplicationStub - CFBundleDevelopmentRegion - English - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleInfoDictionaryVersion - 6.0 - CFBundleIconFile - sketch.icns - CFBundleIdentifier - @@sketch@@ - - LSUIPresentationMode - @@lsuipresentationmode@@ - Java - - VMOptions - @@vmoptions@@ - MainClass - @@sketch@@ - JVMVersion - 1.5* - ClassPath - @@classpath@@ - - Properties - - - 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 - - - - diff --git a/todo.txt b/todo.txt index 8960713c1..ec7a52479 100644 --- a/todo.txt +++ b/todo.txt @@ -11,14 +11,8 @@ Add library keyword highlighting. Test the dist.sh. (Revise the disk image and include the drivers.) -Copy over Arduino todo.txt - -Add readme (at least to the source tree, even if it doesn't make sense in a distribution of a single .app file) - Update reference. -Remove the Processing libraries. - Test bootloader burning w/ an AVRISP and a parallel programmer. Add the Serial monitor. @@ -27,6 +21,8 @@ Change the colors. Revise the icon. +Check that I'm not requiring the JDK (as opposed to JRE) unnecessarily. + Fix Windows make.sh, etc. scripts. Test on Windows.