add tools folder to make and dist scripts

This commit is contained in:
benfry
2008-08-19 18:34:19 +00:00
parent 7ea03f8c1a
commit b107b2973f
7 changed files with 13 additions and 10 deletions
+1
View File
@@ -20,6 +20,7 @@ rm -rf processing-*
mkdir processing
cp -r ../shared/lib processing/
cp -r ../shared/libraries processing/
cp -r ../shared/tools processing/
cp ../../app/lib/antlr.jar processing/lib/
cp ../../app/lib/ecj.jar processing/lib/
cp ../../app/lib/jna.jar processing/lib/
+1
View File
@@ -13,6 +13,7 @@ else
mkdir work
cp -r ../shared/lib work/
cp -r ../shared/libraries work/
cp -r ../shared/tools work/
cp ../../app/lib/antlr.jar work/lib/
cp ../../app/lib/ecj.jar work/lib/
+1
View File
@@ -25,6 +25,7 @@ rm -rf processing-*
mkdir processing
cp -r ../shared/lib processing/
cp -r ../shared/libraries processing/
cp -r ../shared/tools processing/
cp ../../app/lib/antlr.jar processing/lib/
cp ../../app/lib/ecj.jar processing/lib/
cp ../../app/lib/jna.jar processing/lib/
+1
View File
@@ -13,6 +13,7 @@ else
mkdir work
cp -r ../shared/lib work/
cp -r ../shared/libraries work/
cp -r ../shared/tools work/
cp ../../app/lib/antlr.jar work/lib/
cp ../../app/lib/ecj.jar work/lib/
+1
View File
@@ -23,6 +23,7 @@ rm -rf processing-*
mkdir processing
cp -r ../shared/lib processing/
cp -r ../shared/libraries processing/
cp -r ../shared/tools processing/
cp ../../app/lib/antlr.jar processing/lib/
cp ../../app/lib/ecj.jar processing/lib/
+1
View File
@@ -13,6 +13,7 @@ else
mkdir work
cp -r ../shared/lib work/
cp -r ../shared/libraries work/
cp -r ../shared/tools work/
cp ../../app/lib/antlr.jar work/lib/
cp ../../app/lib/ecj.jar work/lib/
+7 -10
View File
@@ -4,20 +4,17 @@ X Editor, Sketch, and SketchCode are now fair game
X clean up Base a bit
X public methods in Base are now also fair game
X remove hide/unhide code and menu options
_ create a local version of javadoc, and send to server
X create a local version of javadoc, and send to server
X clean up some of the api naming for tab changes, etc.
X setCurrentTab(int index or String filename)
X getTabs() ? maybe these are interface to the code class
X clean up API for JEditTextArea before exposing the object
X write basic documentation for how it's handled (tools/howto.txt)
X add tools folder to make and dist scripts
tools
_ clean up some of the api naming for tab changes, etc.
_ setCurrentTab(int index or String filename)
_ getTabs() ? maybe these are interface to the code class
_ clean up API for JEditTextArea before exposing the object
_ add tools folder to make and dist scripts
_ write basic documentation for how it's handled (tools/howto.txt)
_ don't open more than one "create font" or "color selector"
_ http://dev.processing.org/bugs/show_bug.cgi?id=830
_ use macosx dialogs for all of the editor stuff
_ see about doing the same on windows, linux?
_ the others seem to respond ok to the lucida grande since they use defaults