[bluecove] r3018 committed - build-master native.build.skip=true correction to unless in native bui...

1 view
Skip to first unread message

codesite...@google.com

unread,
Sep 14, 2009, 1:53:00 PM9/14/09
to bluecove...@googlegroups.com
Revision: 3018
Author: skarzhevskyy
Date: Mon Sep 14 10:52:15 2009
Log: build-master native.build.skip=true correction to unless in native
build
http://code.google.com/p/bluecove/source/detail?r=3018

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}"/>

Reply all
Reply to author
Forward
0 new messages