[Tynstep-svn] r133 - trunk

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Sat Jun 12 09:31:16 MST 2010


Author: ChrisBurrell
Date: 2010-06-12 09:31:16 -0700 (Sat, 12 Jun 2010)
New Revision: 133

Modified:
   trunk/pom.xml
Log:
removing dependency from gwt-presenter in parent project

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-06-12 16:31:04 UTC (rev 132)
+++ trunk/pom.xml	2010-06-12 16:31:16 UTC (rev 133)
@@ -32,7 +32,9 @@
 		<repository>
 			<id>mvp4g repository</id>
 			<url>https://mvp4g.googlecode.com/svn/maven2/snapshots/</url>
-			<snapshots><enabled>true</enabled></snapshots>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
 		</repository>
 	</repositories>
 
@@ -97,12 +99,6 @@
 			</dependency>
 
 			<dependency>
-				<groupId>net.customware.gwt.presenter</groupId>
-				<artifactId>gwt-presenter</artifactId>
-				<version>1.1.0-SNAPSHOT</version>
-			</dependency>
-
-			<dependency>
 				<groupId>com.google.code.gwt-log</groupId>
 				<artifactId>gwt-log</artifactId>
 				<version>2.6.2</version>




More information about the Tynstep-svn mailing list