martinc 2004/12/07 22:33:13
Modified: chain build.xml project.xml
Log:
Now that the MyFaces version of the JSF API is available at ibiblio, change
the Maven and Ant builds to depend on that, rather than the JSF API RI,
which cannot be made available in the same way.
This change should allow the nightly builds of Chain to succeed - or at
least not fail so early because the dependencies were not available.
Revision Changes Path
1.11 +2 -4 jakarta-commons/chain/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 30 Nov 2004 05:50:07 -0000 1.10
+++ build.xml 8 Dec 2004 06:33:13 -0000 1.11
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--build.xml generated by maven from project.xml version 1.0
- on date November 29 2004, time 2148-->
+ on date December 7 2004, time 2226-->
<project default="jar" name="commons-chain" basedir=".">
<property name="defaulttargetdir" value="target">
@@ -156,9 +156,7 @@
</get>
<get dest="${libdir}/portlet-api-1.0.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/portlet-api/jars/portlet-api-1.0.jar">
</get>
- <get dest="${libdir}/jsf-api-1.0.jar" usetimestamp="true"
ignoreerrors="true" src="http://www.ibiblio.org/maven/jsf/jars/jsf-api-1.0.jar">
- </get>
- <get dest="${libdir}/jsf-impl-1.0.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/jsf/jars/jsf-impl-1.0.jar">
+ <get dest="${libdir}/myfaces-jsf-api-1.0.8-beta.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/myfaces/jars/myfaces-jsf-api-1.0.8-beta.jar">
</get>
<get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
</get>
1.12 +4 -10 jakarta-commons/chain/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.xml 30 Nov 2004 05:50:08 -0000 1.11
+++ project.xml 8 Dec 2004 06:33:13 -0000 1.12
@@ -81,16 +81,10 @@
<url>http://portals.apache.org/pluto</url>
</dependency>
<dependency>
- <groupId>jsf</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.0</version>
- <url>http://java.sun.com/j2ee/javaserverfaces/download.html</url>
- </dependency>
- <dependency>
- <groupId>jsf</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.0</version>
- <url>http://java.sun.com/j2ee/javaserverfaces/download.html</url>
+ <groupId>myfaces</groupId>
+ <artifactId>myfaces-jsf-api</artifactId>
+ <version>1.0.8-beta</version>
+ <url>http://incubator.apache.org/myfaces</url>
</dependency>
<dependency>
<groupId>junit</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]