dlestrat 2004/11/29 13:14:25 Modified: etc/project-dependencies myfaces-deps.xml Log: http://nagoya.apache.org/jira/browse/JS2-23#action_55991 Revision Changes Path 1.2 +6 -21 jakarta-jetspeed-2/etc/project-dependencies/myfaces-deps.xml Index: myfaces-deps.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/etc/project-dependencies/myfaces-deps.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- myfaces-deps.xml 17 Nov 2004 01:07:14 -0000 1.1 +++ myfaces-deps.xml 29 Nov 2004 21:14:25 -0000 1.2 @@ -1,32 +1,17 @@ <dependency> - <groupId>myfaces</groupId> - <artifactId>myfaces-jsf-api</artifactId> - <version>1.0.8</version> - <properties> - <war.bundle>true</war.bundle> - </properties> -</dependency> -<dependency> <groupId>myfaces</groupId> <artifactId>myfaces</artifactId> - <version>1.0.8</version> + <version>1.0.8-PATCHED</version> <properties> <war.bundle>true</war.bundle> </properties> </dependency> + <dependency> - <groupId>myfaces</groupId> - <artifactId>myfaces-impl</artifactId> - <version>1.0.8</version> - <properties> - <war.bundle>true</war.bundle> - </properties> -</dependency> -<dependency> - <groupId>myfaces</groupId> - <artifactId>myfaces-extensions</artifactId> - <version>1.0.8</version> + <groupId>jspapi</groupId> + <artifactId>jsp-api</artifactId> + <version>2.0-20040521</version> <properties> - <war.bundle>true</war.bundle> + <war.bundle>true</war.bundle> </properties> </dependency>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]