buildframework/helium/tools/publish/nwiki.ant.xml
changeset 628 7c4a911dc066
parent 217 0f5e3a7fb6af
--- a/buildframework/helium/tools/publish/nwiki.ant.xml	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/tools/publish/nwiki.ant.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -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>