Skip to content

Commit

Permalink
Added classpath to manifest. Resolves #247
Browse files Browse the repository at this point in the history
  • Loading branch information
Mangara committed Aug 5, 2017
1 parent 223d54a commit 15c6675
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
5 changes: 4 additions & 1 deletion manifest.mf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build

Class-Path:
lib/JCommander.jar
lib/orange-extensions-1.3.0.jar
lib/MiniWeb-v1.1.jar
16 changes: 13 additions & 3 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
file.reference.JavaDiffUtils.jar=test\\JavaDiffUtils.jar
file.reference.MiniWeb-v1.1.jar=lib\\MiniWeb-v1.1.jar
javac.external.vm=false
#Wed Jun 14 10:18:47 EDT 2017
jnlp.offline-allowed=false
javadoc.splitindex=true
Expand All @@ -8,7 +9,13 @@ javadoc.author=false
build.sysclasspath=ignore
javac.target=1.8
build.generated.dir=${build.dir}/generated
run.classpath=${javac.classpath}\:${build.classes.dir}
# Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found.
manifest.custom.application.library.allowable.codebase=
# Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts.
manifest.custom.caller.allowable.codebase=
run.classpath=\
${javac.classpath}:\
${build.classes.dir}
debug.test.classpath=${run.test.classpath}
jnlp.descriptor=application
build.dir=build
Expand All @@ -33,7 +40,9 @@ javac.source=1.8
run.jvmargs=
manifest.custom.permissions=
javac.test.processorpath=${javac.test.classpath}
run.test.classpath=${javac.test.classpath}\:${build.test.classes.dir}
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
build.generated.sources.dir=${build.dir}/generated-sources
jnlp.signing=
javadoc.notree=false
Expand Down Expand Up @@ -65,7 +74,8 @@ excludes=
application.title=Publy
jnlp.codebase.type=no.codebase
file.reference.JCommander.jar=lib\\JCommander.jar
javac.processorpath=${javac.classpath}
javac.processorpath=\
${javac.classpath}
build.test.results.dir=${build.dir}/test/results
endorsed.classpath=
javadoc.use=true
Expand Down

0 comments on commit 15c6675

Please sign in to comment.