summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Info.plist
blob: e06c8a6e60f80c50e8ac255c3044292fd543eaca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleExecutable</key>
	<string>qpidmc</string>
	<key>CFBundleGetInfoString</key>
	<string>Apache Qpid Management Console for Mac OS X</string>
	<key>CFBundleIconFile</key>
	<string>Console.icns</string>
	<key>CFBundleIdentifier</key>
	<string>org.apache.qpid.management.ui</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Qpid Management Console</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>3.4</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>3.4</string>
	<key>Qpid Management Console</key>
	<array>
		<string>-consoleLog</string>
		<string>-showlocation</string>
		<!-- WARNING:
		If you try to add a single VM argument (-vmargs) here,
		*all* vmargs specified in qpidmc.ini will be ignored.
		We recommend to add all arguments in MacOS/qpidmc.ini  -->
	</array>
</dict>
</plist>