forked from craigwblake/redline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.xml
executable file
·20 lines (16 loc) · 1.11 KB
/
build.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0' encoding='UTF-8' ?>
<project name='redline' default='install' xmlns:imp='antlib:org.freecompany.imp'>
<property name='imp.deploy.host' value='repository.freecompany.org'/>
<property name='imp.deploy.location' value='/external/repositories/brimstone'/>
<property name='imp.jar.manifest.mainclass' value='org.freecompany.redline.Scanner'/>
<property name='imp.module.javadoc' value='http://www.freecompany.org/redline/javadoc/'/>
<property name='imp.junit.fork' value='true'/>
<property name='imp.junit.usefile' value='false'/>
<imp:index group='org/freecompany/redline' types='jar,module,rpm,bundle,source,site'>
<imp:dependency types='compile,test' uri='urn:brimstone:ant/ant-1.6.5.jar'/>
<imp:dependency types='compile,test' uri='urn:brimstone:ant/ant-junit-1.6.5.jar'/>
<imp:dependency types='compile,test' uri='urn:brimstone:junit/junit-3.8.1.jar'/>
<imp:dependency types='compile,test,run' uri='urn:brimstone:org/freecompany/util/util-text-0.3.5.jar'/>
<imp:dependency types='compile,test,run' uri='urn:brimstone:org/freecompany/util/util-xml-editor-0.0.6.module'/>
</imp:index>
</project>