Skip to content

Commit be590ce

Browse files
author
Fabian Yamaguchi
committed
Introduced group-id.
1 parent edb9a5f commit be590ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<?xml version="1.0"?>
22

33
<project xmlns:ivy="antlib:org.apache.ivy.ant" default="compile" name="Soot Build File">
4-
<property file="ant.settings"/>
4+
5+
<groupId>soot</groupId>
6+
7+
<property file="ant.settings"/>
58

69
<property name="ivy.install.version" value="2.1.0-rc2" />
710
<condition property="ivy.home" value="${env.IVY_HOME}">

0 commit comments

Comments
 (0)