[jsword-svn] r1127 - in trunk: bibledesktop bibledesktop/etc/installer/macosx bibledesktop-web/src/web/stable

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Sun Aug 27 18:03:44 MST 2006


Author: dmsmith
Date: 2006-08-27 18:02:42 -0700 (Sun, 27 Aug 2006)
New Revision: 1127

Added:
   trunk/bibledesktop-web/src/web/stable/BibleDesktop-v1.0.4.dmg
   trunk/bibledesktop/Info.plist
   trunk/bibledesktop/etc/installer/macosx/Info.plist
   trunk/bibledesktop/etc/installer/macosx/readme.txt
Log:
Mac OS installer for v1.0.4

Added: trunk/bibledesktop/Info.plist
===================================================================
--- trunk/bibledesktop/Info.plist	2006-08-28 00:00:43 UTC (rev 1126)
+++ trunk/bibledesktop/Info.plist	2006-08-28 01:02:42 UTC (rev 1127)
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
+<plist version="0.9">
+<dict>
+	<key>CFBundleName</key>
+	<string>Bible Desktop</string>
+	<key>CFBundleIdentifier</key>
+	<string>org.crosswire.jsword</string>
+	<key>CFBundleVersion</key>
+	<string>1.0.4</string>
+	<key>CFBundleAllowMixedLocalizations</key>
+	<string>true</string>
+	<key>CFBundleExecutable</key>
+	<string>JavaApplicationStub</string>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleGetInfoString</key>
+	<string>Bible Desktop v1.0.4 (c) 2006</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleIconFile</key>
+	<string>BibleDesktop.icns</string>
+	<key>Java</key>
+	<dict>
+		<key>WorkingDirectory</key>
+		<string>$APP_PACKAGE/Contents/Resources/Java</string>
+		<key>VMOptions</key>
+		<string>-Xmx512Mm</string>
+		<key>MainClass</key>
+		<string>org.crosswire.bibledesktop.desktop.Desktop</string>
+		<key>JVMVersion</key>
+		<string>1.4+</string>
+		<key>ClassPath</key>
+			<array>
+			<string>$JAVAROOT/bibledesktop-1.0.4.jar</string>
+			<string>$JAVAROOT/commons-codec-1.3.jar</string>
+			<string>$JAVAROOT/commons-httpclient-3.0.1.jar</string>
+			<string>$JAVAROOT/commons-logging-1.1.jar</string>
+			<string>$JAVAROOT/commons-net-1.4.1.jar</string>
+			<string>$JAVAROOT/javatar-2.5.jar</string>
+			<string>$JAVAROOT/jdom-1.0.jar</string>
+			<string>$JAVAROOT/jlfgr-1_0.jar</string>
+			<string>$JAVAROOT/jsword-1.0.4.jar</string>
+			<string>$JAVAROOT/jsword-common-1.0.4.jar</string>
+			<string>$JAVAROOT/jsword-common-swing-1.0.4.jar</string>
+			<string>$JAVAROOT/lucene-core-2.0.0.jar</string>
+			</array>
+		<key>Properties</key>
+		<dict>
+			<key>apple.laf.useScreenMenuBar</key>
+			<string>true</string>
+		</dict>
+	</dict>
+</dict>
+</plist>

Added: trunk/bibledesktop/etc/installer/macosx/Info.plist
===================================================================
--- trunk/bibledesktop/etc/installer/macosx/Info.plist	2006-08-28 00:00:43 UTC (rev 1126)
+++ trunk/bibledesktop/etc/installer/macosx/Info.plist	2006-08-28 01:02:42 UTC (rev 1127)
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
+<plist version="0.9">
+<dict>
+	<key>CFBundleName</key>
+	<string>Bible Desktop</string>
+	<key>CFBundleIdentifier</key>
+	<string>org.crosswire.jsword</string>
+	<key>CFBundleVersion</key>
+	<string>1.0.4</string>
+	<key>CFBundleAllowMixedLocalizations</key>
+	<string>true</string>
+	<key>CFBundleExecutable</key>
+	<string>JavaApplicationStub</string>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleGetInfoString</key>
+	<string>Bible Desktop v1.0.4 (c) 2006</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleIconFile</key>
+	<string>BibleDesktop.icns</string>
+	<key>Java</key>
+	<dict>
+		<key>WorkingDirectory</key>
+		<string>$APP_PACKAGE/Contents/Resources/Java</string>
+		<key>VMOptions</key>
+		<string>-Xmx512Mm</string>
+		<key>MainClass</key>
+		<string>org.crosswire.bibledesktop.desktop.Desktop</string>
+		<key>JVMVersion</key>
+		<string>1.4+</string>
+		<key>ClassPath</key>
+			<array>
+			<string>$JAVAROOT/bibledesktop-1.0.4.jar</string>
+			<string>$JAVAROOT/commons-codec-1.3.jar</string>
+			<string>$JAVAROOT/commons-httpclient-3.0.1.jar</string>
+			<string>$JAVAROOT/commons-logging-1.1.jar</string>
+			<string>$JAVAROOT/commons-net-1.4.1.jar</string>
+			<string>$JAVAROOT/javatar-2.5.jar</string>
+			<string>$JAVAROOT/jdom-1.0.jar</string>
+			<string>$JAVAROOT/jlfgr-1_0.jar</string>
+			<string>$JAVAROOT/jsword-1.0.4.jar</string>
+			<string>$JAVAROOT/jsword-common-1.0.4.jar</string>
+			<string>$JAVAROOT/jsword-common-swing-1.0.4.jar</string>
+			<string>$JAVAROOT/lucene-core-2.0.0.jar</string>
+			</array>
+		<key>Properties</key>
+		<dict>
+			<key>apple.laf.useScreenMenuBar</key>
+			<string>true</string>
+		</dict>
+	</dict>
+</dict>
+</plist>

Added: trunk/bibledesktop/etc/installer/macosx/readme.txt
===================================================================
--- trunk/bibledesktop/etc/installer/macosx/readme.txt	2006-08-28 00:00:43 UTC (rev 1126)
+++ trunk/bibledesktop/etc/installer/macosx/readme.txt	2006-08-28 01:02:42 UTC (rev 1127)
@@ -0,0 +1,4 @@
+The disk image contains:
+	a .images folder with macintro.png in it
+	the BibleDesktop.app, which can be obtained from the current installer and modified
+Info.plist is the "app" control file.

Added: trunk/bibledesktop-web/src/web/stable/BibleDesktop-v1.0.4.dmg
===================================================================
(Binary files differ)


Property changes on: trunk/bibledesktop-web/src/web/stable/BibleDesktop-v1.0.4.dmg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jsword-svn mailing list