Skip to content

Commit a41ad04

Browse files
committed
Add a taskdef and target for changing back to using
static jars for all dependencies.
1 parent 48b4059 commit a41ad04

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ along with this software. If not, see <http://www.gnu.org/licenses/>.
5959
uri="antlib:org.apache.ivy.ant"
6060
classpathref="ivy.lib.path"/>
6161

62+
<taskdef classname="gate.util.ant.ExpandIvy" name="expandivy">
63+
<classpath>
64+
<pathelement location="${gate.jar}" />
65+
<fileset dir="${gate.lib}" includes="*.jar" />
66+
</classpath>
67+
</taskdef>
68+
<target name="expandivy">
69+
<expandivy dir="." />
70+
</target>
71+
6272

6373
<target name="initivy">
6474
<ivy:configure file="${build.dir}/ivysettings.xml"/>

0 commit comments

Comments
 (0)