]> git.mxchange.org Git - jfinancials-war.git/commitdiff
removed genfiles.properties
authorRoland Häder <roland@mxchange.org>
Sat, 8 Jul 2017 17:24:17 +0000 (19:24 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 10 Jul 2017 17:54:52 +0000 (19:54 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml
nbproject/genfiles.properties [deleted file]
nbproject/project.properties
nbproject/project.xml

index 8e7c5a9b0467d4cb648ca0999d337f4e439f8999..2306abde6cb4b0c675578d3fd3dd8b8eecbe086c 100644 (file)
@@ -884,9 +884,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.jfinancials-lib}/build.xml" inheritall="false" target="jar">
             <property name="deploy.on.save" value="false"/>
         </ant>
-        <ant antfile="${project.jfinancials-mailer}/build.xml" inheritall="false" target="jar">
-            <property name="deploy.on.save" value="false"/>
-        </ant>
     </target>
     <target depends="init" if="dist.ear.dir" name="deps-ear-jar" unless="no.deps">
         <ant antfile="${project.jfinancials-core}/build.xml" inheritall="false" target="jar">
@@ -895,9 +892,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.jfinancials-lib}/build.xml" inheritall="false" target="jar">
             <property name="deploy.on.save" value="false"/>
         </ant>
-        <ant antfile="${project.jfinancials-mailer}/build.xml" inheritall="false" target="jar">
-            <property name="deploy.on.save" value="false"/>
-        </ant>
     </target>
     <target depends="init, deps-module-jar, deps-ear-jar" name="deps-jar" unless="no.deps"/>
     <target depends="init,deps-jar" name="-pre-pre-compile">
@@ -1460,7 +1454,6 @@ exists or setup the property manually. For example like this:
     <target depends="init" name="deps-clean" unless="no.deps">
         <ant antfile="${project.jfinancials-core}/build.xml" inheritall="false" target="clean"/>
         <ant antfile="${project.jfinancials-lib}/build.xml" inheritall="false" target="clean"/>
-        <ant antfile="${project.jfinancials-mailer}/build.xml" inheritall="false" target="clean"/>
     </target>
     <target depends="init" name="do-clean">
         <condition property="build.dir.to.clean" value="${build.web.dir}">
diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties
deleted file mode 100644 (file)
index 1962f98..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=d8bc4ea8
-build.xml.script.CRC32=be5f34f7
-build.xml.stylesheet.CRC32=651128d4@1.68.1.1
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=d693708d
-nbproject/build-impl.xml.script.CRC32=dc4b8e34
-nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1
index bb6f4d2b072fd3198ecfb4e80e4babcc6e9cb31f..a3b50ae824f4bb3d65fdc078db91a72ffcd61715 100644 (file)
@@ -79,7 +79,6 @@ javac.classpath=\
     ${file.reference.juser-lib.jar}:\
     ${reference.jfinancials-core.jar}:\
     ${reference.jfinancials-lib.jar}:\
-    ${reference.jfinancials-mailer.jar}:\
     ${file.reference.cdi-api.jar}:\
     ${file.reference.gf-client.jar}:\
     ${libs.Apache_POI_3.15.classpath}:\
@@ -114,11 +113,9 @@ persistence.xml.dir=${conf.dir}
 platform.active=default_platform
 project.jfinancials-core=../../NetBeansProjects/jfinancials-core
 project.jfinancials-lib=../jfinancials-lib
-project.jfinancials-mailer=../../NetBeansProjects/jfinancials-mailer
 project.license=agpl30
 reference.jfinancials-core.jar=${project.jfinancials-core}/dist/jfinancials-core.jar
 reference.jfinancials-lib.jar=${project.jfinancials-lib}/dist/jfinancials-lib.jar
-reference.jfinancials-mailer.jar=${project.jfinancials-mailer}/dist/jfinancials-mailer.jar
 resource.dir=setup
 run.test.classpath=\
     ${javac.test.classpath}:\
index 167417cde884c93db03ed8198a6707fbbc9980cd..7b0cde9640b3266e04e65b5a73b9a12eef374d76 100644 (file)
@@ -51,9 +51,6 @@
                 <library dirs="200">
                     <file>${reference.jfinancials-lib.jar}</file>
                 </library>
-                <library dirs="200">
-                    <file>${reference.jfinancials-mailer.jar}</file>
-                </library>
                 <library dirs="200">
                     <file>${file.reference.cdi-api.jar}</file>
                 </library>
                 <clean-target>clean</clean-target>
                 <id>jar</id>
             </reference>
-            <reference>
-                <foreign-project>jfinancials-mailer</foreign-project>
-                <artifact-type>jar</artifact-type>
-                <script>build.xml</script>
-                <target>jar</target>
-                <clean-target>clean</clean-target>
-                <id>jar</id>
-            </reference>
         </references>
     </configuration>
 </project>