Skip to content

Commit

Permalink
Added bnd based wrapping task definition java-native-access#7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tisham Dhar authored and Tisham Dhar committed Jul 8, 2011
1 parent b6787f8 commit d32f34d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
<target name="init" depends="-setup"/>
<target name="compile-test-single" depends="compile-tests"/>
<target name="compile-single" depends="compile"/>

<!-- Bnd wrapping task definition -->
<taskdef name="bnd-wrap"
classname="aQute.bnd.ant.WrapTask"
classpath="lib/bnd.jar"/>

<target name="-dynamic-properties">
<echo>Java version ${java.version}, compatibility: ${compatibility}</echo>
Expand Down

0 comments on commit d32f34d

Please sign in to comment.