|
Revision 521, 0.6 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.webservice.bridgerest" default="dist" basedir="."> |
|---|
| 3 | |
|---|
| 4 | <property name="jar.name" value="../dist/org.bridgedb.webservice.bridgerest.jar"/> |
|---|
| 5 | |
|---|
| 6 | <path id="absolute.deps"> |
|---|
| 7 | <pathelement location="../dist/org.bridgedb.jar"/> |
|---|
| 8 | <pathelement location="../dist/org.bridgedb.bio.jar"/> |
|---|
| 9 | <!--TODO make sure corelib build is called first --> |
|---|
| 10 | </path> |
|---|
| 11 | |
|---|
| 12 | <!-- transient deps are optional, they are used only in the manifest classpath --> |
|---|
| 13 | <path id="transient.deps"> |
|---|
| 14 | </path> |
|---|
| 15 | |
|---|
| 16 | <!-- test deps are only used for testing --> |
|---|
| 17 | <path id="test.deps"> |
|---|
| 18 | </path> |
|---|
| 19 | |
|---|
| 20 | <import file="../build-common.xml" /> |
|---|
| 21 | |
|---|
| 22 | </project> |
|---|