buildframework/helium/tools/publish/nwiki.ant.xml
changeset 640 ac0bbc1e5d79
parent 628 7c4a911dc066
--- a/buildframework/helium/tools/publish/nwiki.ant.xml	Mon Sep 06 09:57:24 2010 +0100
+++ b/buildframework/helium/tools/publish/nwiki.ant.xml	Mon Sep 13 13:11:19 2010 +0800
@@ -90,7 +90,8 @@
               - nwiki.domain is typically nwiki.nokia.com
               - location could be, MBPVancouver for example
     -->
-    <target name="create-wiki-bom" depends="remove-build-version-dots,get-nwiki-username,get-nwiki-password" if="publish">
+    <target name="create-wiki-bom" depends="remove-build-version-dots,get-nwiki-username,get-nwiki-password" if="internal.publish.enabled">
+        
         <loadfile property="temp-bom-data" srcfile="${prep.log.dir}/${build.name}_${build.version}_BOM.txt" failonerror="false">
         </loadfile>
         <if>
@@ -109,7 +110,8 @@
               - nwiki.domain is typically nwiki.nokia.com
               - location could be, MBPVancouver for example
     -->
-    <target name="create-wiki-bom-delta" depends="remove-build-version-dots,get-nwiki-username,get-nwiki-password" if="publish">
+    <target name="create-wiki-bom-delta" depends="remove-build-version-dots,get-nwiki-username,get-nwiki-password" if="internal.publish.enabled">
+        
         <loadfile property="temp-bom-delta-data" srcfile="${prep.log.dir}/${build.name}_${build.version}_BOM_delta.txt" failonerror="false">
         </loadfile>