Modified:
/trunk/bluecove-bluez/pom.xml
/trunk/bluecove-gpl/pom.xml
=======================================
--- /trunk/bluecove-bluez/pom.xml Mon Sep 14 09:52:56 2009
+++ /trunk/bluecove-bluez/pom.xml Mon Sep 14 10:52:15 2009
@@ -297,7 +297,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks unless="native.build.skip">
+ <tasks unless="${native.build.skip}">
<ant
antfile="${basedir}/build.xml" target="compile-native-lib">
<property name="basedir"
value="${basedir}"/>
<property name="buildEnv"
value="${buildEnv}"/>
=======================================
--- /trunk/bluecove-gpl/pom.xml Mon Sep 14 09:52:56 2009
+++ /trunk/bluecove-gpl/pom.xml Mon Sep 14 10:52:15 2009
@@ -208,7 +208,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks unless="native.build.skip">
+ <tasks unless="${native.build.skip}">
<ant
antfile="${basedir}/build.xml" target="compile-native-lib">
<property name="basedir"
value="${basedir}"/>
<property name="buildEnv"
value="${buildEnv}"/>