]> git.mxchange.org Git - jfinancials-war.git/commitdiff
cleared double-reference of remote-interface project
authorRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 12:17:55 +0000 (14:17 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 12:17:55 +0000 (14:17 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml
nbproject/project.properties
nbproject/project.xml

index 8f59a06ef72aea07e2c7a72927fab221cb798b60..ca5ec8706b8467de192dd04d995108fad382f773 100644 (file)
@@ -881,9 +881,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-lib-1}/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>
@@ -892,9 +889,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-lib-1}/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>
@@ -1459,7 +1453,6 @@ exists or setup the property manually. For example like this:
             -->
     <target depends="init" name="deps-clean" unless="no.deps">
         <ant antfile="${project.jfinancials-lib}/build.xml" inheritall="false" target="clean"/>
-        <ant antfile="${project.jfinancials-lib-1}/build.xml" inheritall="false" target="clean"/>
         <ant antfile="${project.jfinancials-mailer}/build.xml" inheritall="false" target="clean"/>
     </target>
     <target depends="init" name="do-clean">
index 8435e4865647ab27429df3b3d07e2f9ed15d1a97..a86a2bf6e1ecc8f020217de4e914304a45a2a1bb 100644 (file)
@@ -113,10 +113,8 @@ lib.dir=${web.docbase.dir}/WEB-INF/lib
 persistence.xml.dir=${conf.dir}
 platform.active=default_platform
 project.jfinancials-lib=../jfinancials-lib
-project.jfinancials-lib-1=../../NetBeansProjects/jfinancials-lib
 project.jfinancials-mailer=../../NetBeansProjects/jfinancials-mailer
 project.license=agpl30
-reference.jfinancials-lib-1.jar=${project.jfinancials-lib-1}/dist/jfinancials-lib.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
index 8e7bad0a06f017a76dd6a3626b3038a97c4e9530..1fa48f3bc60573e035891c402b48a8f1b215c39a 100644 (file)
                 <clean-target>clean</clean-target>
                 <id>jar</id>
             </reference>
-            <reference>
-                <foreign-project>jfinancials-lib-1</foreign-project>
-                <artifact-type>jar</artifact-type>
-                <script>build.xml</script>
-                <target>jar</target>
-                <clean-target>clean</clean-target>
-                <id>jar</id>
-            </reference>
             <reference>
                 <foreign-project>jfinancials-mailer</foreign-project>
                 <artifact-type>jar</artifact-type>