]> git.mxchange.org Git - pizzaservice-lib.git/commitdiff
Cleanups:
authorRoland Haeder <roland@mxchange.org>
Sat, 21 May 2016 12:09:30 +0000 (14:09 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 25 May 2016 17:12:05 +0000 (19:12 +0200)
- removed JPA as this is really not needed in lib (remote interface) projects
- converted CRLF->LF

Signed-off-by: Roland Häder <roland@mxchange.org>
lib/jratecalc-core.jar [deleted file]
nbproject/build-impl.xml
nbproject/project.properties
nbproject/project.xml

diff --git a/lib/jratecalc-core.jar b/lib/jratecalc-core.jar
deleted file mode 100644 (file)
index e00fc8b..0000000
Binary files a/lib/jratecalc-core.jar and /dev/null differ
index 3dd2e2001ff66b3c4417dd39fb852f542ee31755..2481de64f7bb4698b9c1009939fa07b908bfc3de 100644 (file)
@@ -28,9 +28,9 @@ is divided into following sections:
                </condition>
        </fail>
        <target depends="test,jar,javadoc" description="Build and test whole project." name="default"/>
-       <!-- 
+       <!--
                ======================
-               INITIALIZATION SECTION 
+               INITIALIZATION SECTION
                ======================
        -->
        <target name="-pre-init">
index cd9f8cda6d3d0e1ff14b8f6983cfc3a640a8ebc8..3f214c5e81181c20715c6d1f716588a97d2312f6 100644 (file)
@@ -34,7 +34,7 @@ file.reference.cdi-api.jar=lib/cdi-api.jar
 file.reference.jcore-logger-lib.jar=lib/jcore-logger-lib.jar
 file.reference.jcoreee.jar=lib/jcoreee.jar
 file.reference.jcountry-core.jar=lib/jcountry-core.jar
-file.reference.jcountry-lib.jar=lib\\jcountry-lib.jar
+file.reference.jcountry-lib.jar=lib/jcountry-lib.jar
 file.reference.jcustomer-core.jar=lib/jcustomer-core.jar
 file.reference.jcustomer-lib.jar=lib/jcustomer-lib.jar
 file.reference.jshop-core.jar=lib/jshop-core.jar
@@ -97,6 +97,7 @@ jnlp.signing.keystore=
 manifest.custom.codebase=
 # Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions)
 manifest.custom.permissions=
+manifest.file=manifest.mf
 meta.inf.dir=${src.dir}/META-INF
 mkdist.disabled=true
 platform.active=default_platform
@@ -104,10 +105,6 @@ project.license=gpl30
 run.classpath=\
     ${javac.classpath}:\
     ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
 run.test.classpath=\
     ${javac.test.classpath}:\
     ${build.test.classes.dir}
index 791a9c14b47ce595c2f9dfdea46ea0cc74a05ca7..9ec33cc39034360747f878f951f1954d70c274c1 100644 (file)
@@ -14,6 +14,5 @@
         <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
             <definitions>.\lib\nblibraries.properties</definitions>
         </libraries>
-        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1"/>
     </configuration>
 </project>