[143900] build script clean up is needed
diff --git a/releng.wtpbuilder/components/wst-sdk/customTargets.xml b/releng.wtpbuilder/components/wst-sdk/customTargets.xml
index 69a96ba..866bca1 100644
--- a/releng.wtpbuilder/components/wst-sdk/customTargets.xml
+++ b/releng.wtpbuilder/components/wst-sdk/customTargets.xml
@@ -1,7 +1,6 @@
 <project name="Build specific targets and properties"
          default="noDefault">
-	<property name="postingDirectory"
-              value="${buildDirectory}" />
+
 
 	<!-- ===================================================================== -->
 	<!-- Run a given ${target} on all elements being built -->
@@ -42,20 +41,11 @@
 			value="wtp-wst-sdk-${buildLabel}.zip" />
 
 		<ant antfile="${wtp.builder.home}/scripts/build/buildutilities.xml" target="unpackUpdateJarsAndCreateZippedPackages">
-			<property name="postingDirectory" value="${postingDirectory}"/>
 			<property name="buildDirectory" value="${buildDirectory}"/>
 			<property name="buildLabel" value="${buildLabel}"/>
 			<property name="archiveName" value="${archiveName}"/>
 		</ant>
-
-
-		<ant antfile="${wtp.builder.home}/scripts/build/buildutilities.xml" target="createChecksums">
-			<property name="postingDirectory" value="${postingDirectory}"/>
-			<property name="buildLabel" value="${buildLabel}"/>
-			<property name="archiveName" value="${archiveName}"/>
-		</ant>
-
-
+	    
 	</target>