Skip to content

Commit d3d04ef

Browse files
committed
Fix mac package
1 parent 77a9d0d commit d3d04ef

File tree

1 file changed

+1
-15
lines changed
  • weasis-distributions/script/resources/macosx

1 file changed

+1
-15
lines changed

weasis-distributions/script/resources/macosx/Info.plist

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
55
<key>LSMinimumSystemVersion</key>
@@ -36,20 +36,6 @@
3636
<string>DEPLOY_BUNDLE_CFBUNDLE_VERSION</string>
3737
<key>NSHumanReadableCopyright</key>
3838
<string>DEPLOY_BUNDLE_COPYRIGHT</string>
39-
<key>JavaMainClassName</key>
40-
<string>DEPLOY_LAUNCHER_CLASS</string>
41-
<key>JavaAppClasspath</key>
42-
<string>app.classpath=$APPDIR/Java/felix.jar:$APPDIR/Java/substance.jar:$APPDIR/Java/weasis-launcher.jar</string>
43-
<key>JavaMainJarName</key>
44-
<string>DEPLOY_MAIN_JAR_NAME</string>
45-
<key>JavaOptions</key>
46-
<array>
47-
DEPLOY_JAVA_OPTIONS
48-
</array>
49-
<key>ArgOptions</key>
50-
<array>
51-
DEPLOY_ARGUMENTS
52-
</array>
5339
<key>NSHighResolutionCapable</key>
5440
<string>true</string>
5541
<key>UTImportedTypeDeclarations</key>

0 commit comments

Comments
 (0)