Skip to content

Commit

Permalink
issue JPPF-541 fixing build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lolocohen committed Jul 27, 2018
1 parent 9ffa6dc commit 01626c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JPPF/bin/build-libs.xml
Expand Up @@ -124,7 +124,7 @@
<local name="url"/>
<property name="url" value="http://repo.maven.apache.org/maven2/${path}/@{a}/@{v}/@{a}-@{v}.@{p}"/>
<echo message="downloading ${url} to @{dest}/@{a}-@{v}.@{p}"/>
<get src="${url}" dest="@{dest}" quiet="true" ignoreerrors="true"/>
<get src="${url}" dest="@{dest}" ignoreerrors="true"/>
</sequential>
</sequential>
</macrodef>
Expand Down
2 changes: 1 addition & 1 deletion admin-web/bin/build-libs.xml
Expand Up @@ -125,7 +125,7 @@
<local name="url"/>
<property name="url" value="http://repo.maven.apache.org/maven2/${path}/@{a}/@{v}/@{a}-@{v}.@{p}"/>
<echo message="downloading ${url} to @{dest}/@{a}-@{v}.@{p}"/>
<get src="${url}" dest="@{dest}" quiet="true" ignoreerrors="true"/>
<get src="${url}" dest="@{dest}" ignoreerrors="true"/>
</sequential>
</sequential>
</macrodef>
Expand Down

0 comments on commit 01626c3

Please sign in to comment.