]> git.mxchange.org Git - jfinancials-swing.git/commitdiff
switched to jcontacts as this is the model jar
authorRoland Haeder <roland@mxchange.org>
Thu, 1 Oct 2015 13:34:35 +0000 (15:34 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 1 Oct 2015 13:34:35 +0000 (15:34 +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 5b330dbaac642a08c752221b80c0404ecb714e4b..5b17c86b8d11fbb88c7cf1c94a9509a5bb5b4c13 100644 (file)
@@ -30,7 +30,7 @@ dist.jar=${dist.dir}/addressbook-swing.jar
 dist.javadoc.dir=${dist.dir}/javadoc
 endorsed.classpath=
 excludes=
-file.reference.jcontacts-lib.jar=lib/jcontacts-lib.jar
+file.reference.jcontacts.jar=lib/jcontacts.jar
 file.reference.jcore-logger-lib.jar=lib/jcore-logger-lib.jar
 file.reference.jcore-swing.jar=lib/jcore-swing.jar
 file.reference.jcore.jar=lib/jcore.jar
@@ -42,7 +42,7 @@ javac.classpath=\
     ${file.reference.jcore.jar}:\
     ${file.reference.jcore-swing.jar}:\
     ${file.reference.jcore-logger-lib.jar}:\
-    ${file.reference.jcontacts-lib.jar}:\
+    ${file.reference.jcontacts.jar}:\
     ${reference.addressbook-lib.jar}:\
     ${libs.jpa20-persistence.classpath}
 # Space-separated list of extra javac options
@@ -100,7 +100,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-logger-lib.jar=../jcore-logger-lib/src/
 source.reference.jcore-swing.jar=../jcore-swing/src
 source.reference.jcore.jar=../jcore/src