File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ Implementation-Name: QueueIt/Security/
2+ Implementation-Title: QueueIt.Security
3+ Implementation-Version: 1.3.29
4+ Implementation-Vendor: Queue-it
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ dist.jar=${dist.dir}/QueueIt.Security.jar
2929dist.javadoc.dir =${dist.dir}/javadoc
3030endorsed.classpath =
3131excludes =
32- file.reference.queueit-security =test/net/queueit/security
3332includes =**
3433jar.archive.disabled =${jnlp.enabled}
3534jar.compress =false
@@ -46,8 +45,7 @@ javac.target=1.7
4645javac.test.classpath =\
4746 ${javac.classpath}:\
4847 ${build.classes.dir}:\
49- ${libs.junit_4.classpath}:\
50- ${file.reference.queueit-security}
48+ ${libs.junit_4.classpath}
5149javac.test.processorpath =\
5250 ${javac.test.classpath}
5351javadoc.additionalparam =
@@ -86,3 +84,4 @@ run.test.classpath=\
8684source.encoding =UTF-8
8785src.dir =src
8886test.src.dir =test
87+ manifest.file =manifest.txt
You can’t perform that action at this time.
0 commit comments