replacing Proce55ing.app with Processing.app

This commit is contained in:
benfry
2003-07-31 20:17:01 +00:00
parent b0c59eef6f
commit 45716ecdf5
5 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleIconFile</key>
<string>processing.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleName</key>
<string>Proce55ing</string>
<key>CFBundleSignature</key>
<string>Pde1</string>
<key>CFBundleExecutable</key>
<string>JavaApplicationStub</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleVersion</key>
<string>1.0a1</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
</dict>
</plist>

Binary file not shown.

View File

@@ -0,0 +1 @@
APPLPde1

View File

@@ -0,0 +1,41 @@
com.apple.mrj.application.main=PdeBase
# enable java 1.3 and higher, meaning that java 1.4
# will be used if it's installed.
com.apple.mrj.application.JVMVersion=1.3+
# if you're having trouble, add a # to the line above
# and remove the # from the following line:
#com.apple.mrj.application.JVMVersion=1.3.1
# this will revert back to java 1.3, since 1.4 has some issues
#com.apple.mrj.application.classpath=lib/build:Contents/Resources/Java/pde.jar:Contents/Resources/Java/kjc.jar:Contents/Resources/Java/oro.jar:Contents/Resources/Java/comm.jar:/System/Library/Frameworks/JavaVM.framework/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Home/lib/ext/comm.jar:/System/Library/Java/Extensions/QTJava.zip
com.apple.mrj.application.classpath=Contents/Resources/Java/build:Contents/Resources/Java/pde.jar:Contents/Resources/Java/kjc.jar:Contents/Resources/Java/oro.jar:Contents/Resources/Java/kjc.jar:Contents/Resources/Java/oro.jar:Contents/Resources/Java/pde.jar:Contents/Resources/Java/comm.jar
com.apple.mrj.application.stdin=/dev/null
com.apple.mrj.application.stdout=lib/stdout.txt
com.apple.mrj.application.stdout.append=false
com.apple.mrj.application.stdout.file.creator=ttxt
com.apple.mrj.application.stdout.unicode=false
com.apple.mrj.application.stderr=lib/stderr.txt
com.apple.mrj.application.stderr.append=false
com.apple.mrj.application.stderr.file.creator=ttxt
com.apple.mrj.application.stderr.unicode=false
com.apple.mrj.application.build.version=1.0
com.apple.mrj.application.classloading.verbose=false
com.apple.mrj.application.gc.async=true
com.apple.mrj.application.gc.min=2M
com.apple.mrj.application.gc.max=128M
com.apple.mrj.application.growbox.intrudes=true
com.apple.mrj.application.jitc.disable=false
com.apple.mrj.application.parameters=
com.apple.mrj.application.profiling=false
com.apple.mrj.application.verify=remote

Binary file not shown.