test
diff --git a/bundles/org.eclipse.stem.internal.data/pom.xml b/bundles/org.eclipse.stem.internal.data/pom.xml
deleted file mode 100644
index 3fae5ee..0000000
--- a/bundles/org.eclipse.stem.internal.data/pom.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<artifactId>org.eclipse.stem.tycho.internaldata</artifactId>
-	<packaging>pom</packaging>
-
-	<parent>
-		<groupId>org.eclipse.stem.tycho</groupId>
-		<artifactId>org.eclipse.stem.tycho.bundles</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
-	</parent>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-antrun-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>ant-magic</id>
-						<phase>prepare-package</phase>
-						<goals>
-							<goal>run</goal>
-						</goals>
-						<configuration>
-							<tasks>
-								<property name="compile_classpath" refid="maven.compile.classpath" />
-								<property name="outputDir" value="${project.build.outputDirectory}" />
-								<property name="sourceDir" value="${project.build.sourceDirectory}" />
-								<ant
-									antfile="update.xml"
-									target="update_all" />
-							</tasks>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-	
-</project>
\ No newline at end of file
diff --git a/bundles/pom.xml b/bundles/pom.xml
index fff015c..d60a8fe 100755
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modules>
-		<module>org.eclipse.stem.internal.data</module>
+		
 		<module>org.apache.commons.math3</module>
 		<module>org.eclipse.stem.analysis</module>
 		<module>org.eclipse.stem.analysis.automaticexperiment</module>
@@ -39,9 +39,8 @@
 		<module>org.eclipse.stem.gis</module>
 		<module>org.eclipse.stem.graphgenerators</module>
 		<module>org.eclipse.stem.graphsynchronizer</module>
-		<!--
-		<module>org.eclipse.stem.internal.data.geography</module>
-		  -->
+		
+		<module>org.eclipse.stem.internal.data</module>
 		<module>org.eclipse.stem.internal.data.geography</module>
 		<module>org.eclipse.stem.internal.data.geography.infrastructure.transportation</module>
 		<module>org.eclipse.stem.internal.data.geography.models</module>
@@ -108,7 +107,7 @@
 		<module>org.eclipse.stem.tests.diseasemodels.forcing</module>
 		<module>org.eclipse.stem.tests.diseasemodels.multipopulation</module>
 		<module>org.eclipse.stem.tests.graphgenerators</module>
-		<!-- <module>org.eclipse.stem.tests.internal.data</module> --> 
+		<module>org.eclipse.stem.tests.internal.data</module> 
 		
 		<module>org.eclipse.stem.tests.interventions</module>
 		<module>org.eclipse.stem.tests.jobs</module>
diff --git a/releng/org.eclipse.stem.tycho.product/pom.xml b/releng/org.eclipse.stem.tycho.product/pom.xml
index 0af4cfe..5f7787c 100755
--- a/releng/org.eclipse.stem.tycho.product/pom.xml
+++ b/releng/org.eclipse.stem.tycho.product/pom.xml
@@ -13,6 +13,28 @@
 
 	<build>
 		<plugins>
+		<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>ant-magic</id>
+						<phase>prepare-package</phase>
+						<goals>
+							<goal>run</goal>
+						</goals>
+						<configuration>
+							<tasks>
+								<property name="compile_classpath" refid="maven.compile.classpath" />
+								<property name="outputDir" value="${project.build.outputDirectory}" />
+								<property name="sourceDir" value="${project.build.sourceDirectory}" />
+								<ant
+									antfile="update.xml"
+									target="update_all" />
+							</tasks>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
 			<plugin>
 				<artifactId>maven-antrun-plugin</artifactId>
 				<executions>