Skip to content

Commit

Permalink
LPS-55630 Remove useless deploy target override
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou authored and brianchandotcom committed May 22, 2015
1 parent 9c7756e commit 6974d2c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions support-resin/build.xml
Expand Up @@ -18,10 +18,4 @@
/>
</sequential>
</macrodef>

<target name="deploy" depends="jar">
<delete file="${deploy.dir}/${ant.project.name}.jar" />

<antcall target="build-common-java.deploy" />
</target>
</project>
6 changes: 0 additions & 6 deletions support-tomcat/build.xml
Expand Up @@ -18,10 +18,4 @@
/>
</sequential>
</macrodef>

<target name="deploy">
<delete file="${deploy.dir}/support-catalina.jar" />

<antcall target="build-common-java.deploy" />
</target>
</project>
6 changes: 0 additions & 6 deletions support-websphere/build.xml
Expand Up @@ -18,10 +18,4 @@
/>
</sequential>
</macrodef>

<target name="deploy" depends="jar">
<delete file="${deploy.dir}/${ant.project.name}.jar" />

<antcall target="build-common-java.deploy" />
</target>
</project>

0 comments on commit 6974d2c

Please sign in to comment.