move configuration of build to hudson job configs, 
remove unnecessary directory creation

Change-Id: I1c700b39b79370aab7c59bac7511dae0917a03b3
diff --git a/development/org.eclipse.wst.sse.sieditor.repository/pom.xml b/development/org.eclipse.wst.sse.sieditor.repository/pom.xml
index a3525f6..b396596 100644
--- a/development/org.eclipse.wst.sse.sieditor.repository/pom.xml
+++ b/development/org.eclipse.wst.sse.sieditor.repository/pom.xml
@@ -27,18 +27,9 @@
 		</plugins>
 	</build>
 
-	<properties>
-		<snapshotRepository>/home/data/httpd/download.eclipse.org/webtools/incubator/repository/sieditor/snapshots</snapshotRepository>
-	</properties>
-
 	<profiles>
 		<profile>
 			<id>build-at-eclipse</id>
-			<activation>
-				<file>
-					<exists>/home/data/httpd/download.eclipse.org/webtools/incubator/repository/sieditor/snapshots</exists>
-				</file>
-			</activation>
 			<build>
 				<plugins>
 					<plugin>
@@ -52,7 +43,6 @@
 								</goals>
 								<configuration>
 									<tasks>
-										<mkdir dir="${snapshotRepository}"/>
 										<delete includeemptydirs="false">
 											<fileset dir="${snapshotRepository}">
 												<include name="**" />