This commit is contained in:
Keith Donald
2008-10-20 15:48:47 +00:00
parent 3d1fee3d36
commit d6bee20034
3 changed files with 10 additions and 5 deletions

View File

@@ -43,7 +43,7 @@
<repositories>
<!-- Where the el-api is located -->
<repository>
<id>java.net</id>
<id>maven2.java.net</id>
<url>http://download.java.net/maven/2</url>
</repository>
</repositories>

View File

@@ -92,14 +92,19 @@
<repositories>
<!-- Where the el-api is located -->
<repository>
<id>java.net</id>
<id>maven2.java.net</id>
<url>http://download.java.net/maven/2</url>
</repository>
<!-- Where the JSF RI api/impl is located -->
<!-- Where the JSF RI api/impl and Facelets are located -->
<repository>
<id>java.net</id>
<id>maven1.java.net</id>
<url>http://download.java.net/maven/1</url>
<layout>legacy</layout>
</repository>
<!-- Where Rich Faces is located -->
<repository>
<id>maven2.jboss.org</id>
<url>http://repository.jboss.org/maven2</url>
</repository>
</repositories>
<properties>

View File

@@ -129,7 +129,7 @@
<repositories>
<!-- Where the el-api is located -->
<repository>
<id>java.net</id>
<id>maven2.java.net</id>
<url>http://download.java.net/maven/2</url>
</repository>
</repositories>