change folder name to edu.uci.ics.genomix.pregelix
git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@3307 123451ca-8445-de46-9d55-352943316053
diff --git a/genomix/genomix-pregelix/pom.xml b/genomix/genomix-pregelix/pom.xml
index 7544d7c..c429105 100644
--- a/genomix/genomix-pregelix/pom.xml
+++ b/genomix/genomix-pregelix/pom.xml
@@ -64,7 +64,7 @@
<configuration>
<programs>
<program>
- <mainClass>edu.uci.ics.pregelix.example.Client</mainClass>
+ <mainClass>edu.uci.ics.genomix.pregelix.example.Client</mainClass>
<name>pregelix</name>
</program>
</programs>
@@ -128,13 +128,6 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>edu.uci.ics.hyracks</groupId>
- <artifactId>pregelix-example</artifactId>
- <version>0.2.4-SNAPSHOT</version>
- <type>jar</type>
- <scope>compile</scope>
- </dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>genomix-data</artifactId>