root/trunk/org.bridgedb.bio/build.xml

Revision 521, 0.7 KB (checked in by martijn, 11 months ago)

Use bnd to generate OSGi headers. Merge common build file bits in build-common.xml

  • Property svn:eol-style set to native
Line 
1<?xml version="1.0"?>
2<project name="org.bridgedb.bio" default="dist" basedir=".">
3       
4        <property name="jar.name" value="../dist/org.bridgedb.bio.jar"/>
5
6        <!-- absolute deps are used for building, testing and in the manifest classpath -->
7        <path id="absolute.deps">
8                <pathelement location="../dist/org.bridgedb.jar"/>
9        </path>
10
11        <!-- transient deps are optional, they are used only in the manifest classpath -->
12        <path id="transient.deps">
13                <!-- None -->
14        </path>
15
16        <!-- test deps are only used for testing -->
17        <path id="test.deps">
18                <pathelement location="../org.bridgedb/build-lib/junit4.jar"/>
19                <pathelement location="../org.bridgedb/build-lib/hamcrest-core.jar"/>
20        </path>
21
22        <import file="../build-common.xml" />
23
24</project>
Note: See TracBrowser for help on using the browser.