Skip to content

Commit

Permalink
LPS-55630 Now no one is overriding jar target, we can safely change t…
Browse files Browse the repository at this point in the history
…arget depending to marcodef invoking.
  • Loading branch information
shuyangzhou authored and brianchandotcom committed May 19, 2015
1 parent bf9e081 commit 2f7263c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-common-java.xml
Expand Up @@ -185,7 +185,9 @@
<compile-java />
</target>

<target name="deploy" depends="check-deploy-uptodate,jar" unless="${deploy.uptodate}">
<target name="deploy" depends="check-deploy-uptodate" unless="${deploy.uptodate}">
<jar-marco />

<copy file="${jar.file}.jar" todir="${deploy.dir}" preservelastmodified="true" />
</target>

Expand Down

0 comments on commit 2f7263c

Please sign in to comment.