[jbosstools-commits] JBoss Tools SVN: r21010 - trunk.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Mar 24 13:06:55 EDT 2010


Author: nickboldt
Date: 2010-03-24 13:06:54 -0400 (Wed, 24 Mar 2010)
New Revision: 21010

Modified:
   trunk/parent-pom.xml
Log:
fix trailing slashes on repos

Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml	2010-03-24 16:41:08 UTC (rev 21009)
+++ trunk/parent-pom.xml	2010-03-24 17:06:54 UTC (rev 21010)
@@ -67,7 +67,7 @@
 	<repositories>
 		<repository>
 			<id>galileo</id>
-			<url>http://download.eclipse.org/releases/galileo</url>
+			<url>http://download.eclipse.org/releases/galileo/</url>
 			<layout>p2</layout>
 			<snapshots>
 				<enabled>true</enabled>
@@ -89,7 +89,7 @@
 		</repository>
 		<repository>
 			<id>webtools</id>
-			<url>http://download.eclipse.org/webtools/updates</url>
+			<url>http://download.eclipse.org/webtools/updates/</url>
 			<layout>p2</layout>
 			<snapshots>
 				<enabled>true</enabled>
@@ -169,7 +169,7 @@
 	<pluginRepositories>
 		<pluginRepository>
 			<id>tycho</id>
-			<url>http://repository.sonatype.org/content/repositories/all-001//
+			<url>http://repository.sonatype.org/content/repositories/all-001/
 			</url>
 			<releases>
 				<enabled>true</enabled>



More information about the jbosstools-commits mailing list