[jboss-cvs] jboss-seam/seam-ui-cdk ...

Peter Muir peter at bleepbleep.org.uk
Wed Mar 28 08:52:13 EDT 2007


  User: pmuir   
  Date: 07/03/28 08:52:13

  Modified:    seam-ui-cdk  pom.xml
  Log:
  More ui examples, better ant integration for cdk, lots of fixes to button and link
  
  Revision  Changes    Path
  1.3       +18 -0     jboss-seam/seam-ui-cdk/pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-ui-cdk/pom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- pom.xml	20 Mar 2007 17:59:00 -0000	1.2
  +++ pom.xml	28 Mar 2007 12:52:13 -0000	1.3
  @@ -151,6 +151,24 @@
   				${seam.dir}/lib/hibernate-all.jar
   			</systemPath>
   		</dependency>
  +		<dependency>
  +			<groupId>org.jboss.seam</groupId>
  +			<artifactId>facelets</artifactId>
  +			<version>transient</version>
  +			<scope>system</scope>
  +			<systemPath>
  +				${seam.dir}/lib/jsf-facelets.jar
  +			</systemPath>
  +		</dependency>
  +		<dependency>
  +			<groupId>org.jboss.seam</groupId>
  +			<artifactId>el-api</artifactId>
  +			<version>transient</version>
  +			<scope>system</scope>
  +			<systemPath>
  +				${seam.dir}/lib/el-api.jar
  +			</systemPath>
  +		</dependency>
   	</dependencies>
   	<modules>
   		<module>jboss-seam-ui</module>
  
  
  



More information about the jboss-cvs-commits mailing list