Displaying differences for changeset
 
display as  

build.xml

@@ -11,6 +11,13 @@
     <description>Builds, tests, and runs the project csip-erosion.</description>
     <import file="../csip-core/jenkins-build.xml"/>
     <import file="nbproject/build-impl.xml"/>
+    
+    <target name="-post-dist"> 
+        <antcall target="-create-versioned-war"/>
+        <!--<basename property="war.base" file="${dist.war}" suffix=".war"/>-->
+        <copy file="${dist.dir}/${war.base}##${suffix}.war" tofile="${dist.dir}/NRCS_ConservationResourcesEROSION##${suffix}.war"/>
+        <echo>Copied: NRCS_ConservationResourcesEROSION##${suffix}.war</echo>
+    </target>     
     <!--
 
     There exist several targets which are by default empty and which can be