Skip to content

Commit

Permalink
Revert: Move artifacts to Frameworks directory in bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jul 26, 2019
1 parent e708db5 commit 78803c1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cli/osx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/duck.bundle/Contents/Frameworks</outputDirectory>
<outputDirectory>${project.build.directory}/duck.bundle/Contents/Resources</outputDirectory>
<includeTypes>jar</includeTypes>
<includeScope>runtime</includeScope>
<stripClassifier>true</stripClassifier>
Expand Down Expand Up @@ -80,7 +80,7 @@
<type>${project.packaging}</type>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/duck.bundle/Contents/Frameworks</outputDirectory>
<outputDirectory>${project.build.directory}/duck.bundle/Contents/Resources</outputDirectory>
</configuration>
</execution>
<execution>
Expand Down
1 change: 0 additions & 1 deletion codesign.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
line="codesign ${codesign.options} --sign '${codesign.certificate}' --keychain ${codesign.keychain} -v"/>
<fileset dir="${bundle}/${bundle.frameworks}">
<include name="*.dylib"/>
<include name="*.jar"/>
</fileset>
<srcfile/>
</apply>
Expand Down
4 changes: 2 additions & 2 deletions osx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/Cyberduck.app/Contents/Frameworks</outputDirectory>
<outputDirectory>${project.build.directory}/Cyberduck.app/Contents/Resources</outputDirectory>
<includeTypes>jar</includeTypes>
<includeScope>runtime</includeScope>
<stripClassifier>true</stripClassifier>
Expand Down Expand Up @@ -100,7 +100,7 @@
<type>${project.packaging}</type>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/Cyberduck.app/Contents/Frameworks</outputDirectory>
<outputDirectory>${project.build.directory}/Cyberduck.app/Contents/Resources</outputDirectory>
</configuration>
</execution>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion setup/app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<key>StartOnMainThread</key>
<true/>
<key>WorkingDirectory</key>
<string>$APP_PACKAGE/Contents/Frameworks</string>
<string>$APP_PACKAGE/Contents/Resources</string>
<key>VMOptions</key>
<string>-client -Djava.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.boot.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.nounpack=true -Djava.awt.headless=true -Dsun.jnu.encoding=utf-8 -Dfile.encoding=utf-8 -Dsun.io.useCanonCaches=false -Djdk.tls.useExtendedMasterSecret=false -Dorg.bouncycastle.asn1.allow_unsafe_integer=true -Xverify:none -XX:+UseG1GC -XX:+UseStringDeduplication</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion setup/pkg/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<key>VMOptions</key>
<string>-client -Djava.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.boot.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.nounpack=true -Djava.awt.headless=true -Dsun.jnu.encoding=utf-8 -Dfile.encoding=utf-8 -Dsun.io.useCanonCaches=false -Djdk.tls.useExtendedMasterSecret=false -Dorg.bouncycastle.asn1.allow_unsafe_integer=true -Xverify:none</string>
<key>WorkingDirectory</key>
<string>$APP_PACKAGE/Contents/Frameworks</string>
<string>$APP_PACKAGE/Contents/Resources</string>
</dict>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
Expand Down

0 comments on commit 78803c1

Please sign in to comment.