Skip to content

Commit d637237

Browse files
authored
Update build.xml
This package contains external dependencies, that need to be copied into the lib folder.
1 parent b6ca324 commit d637237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
<target name="resolve" depends="init-ivy">
125125
<ivy:retrieve type="jar,bundle" sync="true" haltonfailure="false" />
126-
<!--ivy:retrieve pattern="lib/[artifact]-[revision].[ext]" conf="lib" type="jar,bundle" sync="true" /-->
126+
<ivy:retrieve pattern="lib/[artifact]-[revision].[ext]" conf="lib" type="jar,bundle" sync="true" />
127127
</target>
128128

129129
<!-- <target name="report">-->

0 commit comments

Comments
 (0)