]> git.mxchange.org Git - addressbook-ejb.git/commitdiff
removed invalid juser-core reference
authorRoland Häder <roland@mxchange.org>
Thu, 6 Feb 2020 20:20:36 +0000 (21:20 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 6 Feb 2020 20:20:36 +0000 (21:20 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml

index 8695d23a39a523ef43aaad5e5cd8aaf70b329d8a..e8e6cde7a2836c3f0252d01e34f0dc9056b99f8d 100644 (file)
@@ -815,9 +815,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.addressbook-mailer-lib}/build.xml" inheritall="false" target="jar">
             <property name="deploy.on.save" value="false"/>
         </ant>
-        <ant antfile="${project.juser-core}/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.addressbook-core}/build.xml" inheritall="false" target="jar">
@@ -829,9 +826,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.addressbook-mailer-lib}/build.xml" inheritall="false" target="jar">
             <property name="deploy.on.save" value="false"/>
         </ant>
-        <ant antfile="${project.juser-core}/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"/>
     <target depends="init,deps-jar" name="-pre-pre-compile">
@@ -1337,7 +1331,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.addressbook-core}/build.xml" inheritall="false" target="clean"/>
         <ant antfile="${project.addressbook-lib}/build.xml" inheritall="false" target="clean"/>
         <ant antfile="${project.addressbook-mailer-lib}/build.xml" inheritall="false" target="clean"/>
-        <ant antfile="${project.juser-core}/build.xml" inheritall="false" target="clean"/>
     </target>
     <target depends="init" name="-do-clean">
         <delete dir="${build.dir}"/>