Skip to content

Commit

Permalink
MONDRIAN: Integrate change #14470, PSW-112 - Ramaiz has created a .Ap…
Browse files Browse the repository at this point in the history
…p for Schema Workbench to allow for easy execution of the client tool on the Mac. We've also added a tar.gz dist of the workbench. Missed .app folder as part of the integration.

[git-p4: depot-paths = "//open/mondrian-release/3.2.2/": change = 14540]
  • Loading branch information
Will Gorman committed Aug 11, 2011
1 parent 9122c1b commit 909bf66
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions workbench/Schema Workbench.app/Contents/Info.plist
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>JavaApplicationStub</string>
<key>CFBundleIconFile</key>
<string>schema.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Schema Workbench</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.6</string>
<key>Java</key>
<dict>
<key>ClassPath</key>
<array>
<string>./plugins/launcher.jar</string>
</array>
<key>JVMVersion</key>
<string>1.6*</string>
<key>MainClass</key>
<string>org.pentaho.commons.launcher.Launcher</string>
<key>Properties</key> <dict> <key>apple.laf.useScreenMenuBar</key> <string>true</string> <key>apple.awt.showGrowBox</key> <string>true</string> </dict>
<key>VMOptions</key>
<string> -Xms256m -Xmx512m</string>
</dict>
</dict>
</plist>
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions workbench/Schema Workbench.app/Contents/PkgInfo
@@ -0,0 +1 @@
APPL????
Binary file not shown.

0 comments on commit 909bf66

Please sign in to comment.