qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/JQEditor/artifact/macosx Info.plist


From: Romain PELISSE
Subject: [Qsos-commits] qsos/apps/JQEditor/artifact/macosx Info.plist
Date: Thu, 10 Aug 2006 16:38:04 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Romain PELISSE <rpelisse>       06/08/10 16:38:04

Added files:
        apps/JQEditor/artifact/macosx: Info.plist 

Log message:
        Configuration file for MacOS X

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/JQEditor/artifact/macosx/Info.plist?cvsroot=qsos&rev=1.1

Patches:
Index: Info.plist
===================================================================
RCS file: Info.plist
diff -N Info.plist
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Info.plist  10 Aug 2006 16:38:04 -0000      1.1
@@ -0,0 +1,43 @@
+<?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";>
+<!--TODO: Add a proper icon !
+       <key>CFBundleIconFile</key>
+               <string>swthello.icns</string>-->
+<plist version="1.0">
+<dict>
+       <key>CFBundleExecutable</key>
+               <string>jqeditor-run</string>
+       <key>CFBundleGetInfoString</key>
+               <string>JQEditor 1.0 for Mac OS X</string>
+       <key>CFBundleIdentifier</key>
+               <string>org.qsos.main.JQ</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+               <string>1.0</string>
+       <key>CFBundleName</key>
+               <string>JQEditor</string>
+       <key>CFBundlePackageType</key>
+               <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+               <string>1.0</string>
+       <key>CFBundleSignature</key>
+               <string>?????</string>
+       <key>CFBundleVersion</key>
+               <string>1.0</string>
+       <key>Java</key>
+       <dict>
+               <key>ClassPath</key>
+               <!-- Remove becayse useless ? 
$JAVAROOT/swt.jar:$JAVAROOT/swt-pi.jar: -->
+               <string>$JAVAROOT/jqeditor.jar</string>
+               <key>JVMVersion</key>
+               <string>1.4*</string>
+               <key>MainClass</key>
+               <string>org.qsos.main.JQ</string>
+               <key>VMOptions</key>
+               <string>-Djava.library.path=$JAVAROOT/libs 
+                       -Dorg.eclipse.swt.internal.carbon.noFocusRing 
+                       -Dorg.eclipse.swt.internal.carbon.smallFonts</string>
+               <key>WorkingDirectory</key>
+               <string>$APP_PACKAGE/Contents/Resources/</string>
+       </dict>
+</dict>
+</plist>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]