Skip to content

Commit 926e06e

Browse files
author
gk_brown
committed
Add deploy-related exclusions to bundled JRE.
git-svn-id: https://svn.java.net/svn/appbundler~svn@24 07572b26-92e5-4d45-f66a-c18421440a21
1 parent 102c0be commit 926e06e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appbundler/src/com/oracle/appbundler/AppBundlerTask.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,14 @@ public void addConfiguredRuntime(FileSet runtime) throws BuildException {
140140

141141
runtime.appendExcludes(new String[] {
142142
"bin/",
143-
"jre/bin/"
143+
"jre/bin/",
144+
"jre/lib/deploy/",
145+
"jre/lib/deploy.jar",
146+
"jre/lib/javaws.jar",
147+
"jre/lib/libdeploy.dylib",
148+
"jre/lib/libnpjp2.dylib",
149+
"jre/lib/plugin.jar",
150+
"jre/lib/security/javaws.policy"
144151
});
145152
}
146153

0 commit comments

Comments
 (0)