]> git.mxchange.org Git - jshop-core.git/commitdiff
switched to jcontacts as this is the model jar
authorRoland Haeder <roland@mxchange.org>
Thu, 1 Oct 2015 13:35:37 +0000 (15:35 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 1 Oct 2015 13:35:37 +0000 (15:35 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcontacts-lib.jar [deleted file]
lib/jcontacts.jar [new file with mode: 0644]
nbproject/project.properties

diff --git a/lib/jcontacts-lib.jar b/lib/jcontacts-lib.jar
deleted file mode 100644 (file)
index 6059126..0000000
Binary files a/lib/jcontacts-lib.jar and /dev/null differ
diff --git a/lib/jcontacts.jar b/lib/jcontacts.jar
new file mode 100644 (file)
index 0000000..b2e362b
Binary files /dev/null and b/lib/jcontacts.jar differ
index 2bf8614d58adc9a91e1d616d2ae1686634f7ddd9..5126e918e3740843b065f166a3e12c21103a17fc 100644 (file)
@@ -30,8 +30,8 @@ dist.jar=${dist.dir}/jshop-core.jar
 dist.javadoc.dir=${dist.dir}/javadoc
 endorsed.classpath=
 excludes=
-file.reference.commons-codec-1.10.jar=lib\\commons-codec-1.10.jar
-file.reference.jcontacts-lib.jar=lib/jcontacts-lib.jar
+file.reference.commons-codec-1.10.jar=lib/commons-codec-1.10.jar
+file.reference.jcontacts.jar=lib/jcontacts.jar
 file.reference.jcore.jar=lib/jcore.jar
 file.reference.jcoreee.jar=lib/jcoreee.jar
 includes=**
@@ -41,9 +41,9 @@ jar.index=${jnlp.enabled}
 javac.classpath=\
     ${file.reference.jcore.jar}:\
     ${file.reference.jcoreee.jar}:\
-    ${file.reference.jcontacts-lib.jar}:\
-    ${file.reference.commons-codec-1.10.jar}:\
-    ${libs.javaee-api-7.0.classpath}
+    ${file.reference.jcontacts.jar}:\
+    ${libs.javaee-api-7.0.classpath}:\
+    ${file.reference.commons-codec-1.10.jar}
 # Space-separated list of extra javac options
 javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
 javac.deprecation=true
@@ -95,7 +95,7 @@ run.test.classpath=\
     ${javac.test.classpath}:\
     ${build.test.classes.dir}
 source.encoding=UTF-8
-source.reference.jcontacts-lib.jar=../jcontacts-lib/src/
+source.reference.jcontacts.jar=../jcontacts/src/
 source.reference.jcore.jar=../jcore/src/
 source.reference.jcoreee.jar=../jcoreee/src/
 src.dir=src