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

Peter Muir peter at bleepbleep.org.uk
Tue Mar 20 13:59:00 EDT 2007


  User: pmuir   
  Date: 07/03/20 13:59:00

  Modified:    seam-ui-cdk  pom.xml
  Log:
  Port more tags to CDK
  
  Revision  Changes    Path
  1.2       +91 -7     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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pom.xml	19 Mar 2007 20:48:17 -0000	1.1
  +++ pom.xml	20 Mar 2007 17:59:00 -0000	1.2
  @@ -8,6 +8,47 @@
   	<url>http://jboss.com/products/seam</url>
   	<version>${seam.version}</version>
   	<packaging>pom</packaging>
  +	<pluginRepositories>
  +		<pluginRepository>
  +			<releases>
  +				<enabled>false</enabled>
  +			</releases>
  +			<snapshots>
  +				<enabled>true</enabled>
  +				<updatePolicy>always</updatePolicy>
  +			</snapshots>
  +			<id>maven.exadel.com</id>
  +			<name>Exadel Repository for Maven Snapshots</name>
  +			<url>http://maven.exadel.com/</url>
  +		</pluginRepository>
  +	</pluginRepositories>
  +	<repositories>
  +		<repository>
  +			<releases />
  +			<snapshots>
  +				<enabled>false</enabled>
  +				<updatePolicy>never</updatePolicy>
  +			</snapshots>
  +			<id>maven-repository.dev.java.net</id>
  +			<name>Java.net Repository for Maven</name>
  +			<url>
  +				https://maven-repository.dev.java.net/nonav/repository
  +			</url>
  +			<layout>legacy</layout>
  +		</repository>
  +		<repository>
  +			<releases>
  +				<enabled>false</enabled>
  +			</releases>
  +			<snapshots>
  +				<enabled>true</enabled>
  +				<updatePolicy>always</updatePolicy>
  +			</snapshots>
  +			<id>maven.exadel.com</id>
  +			<name>Exadel Repository for Maven Snapshots</name>
  +			<url>http://maven.exadel.com/</url>
  +		</repository>
  +	</repositories>
   	<build>
   		<plugins>
   			<plugin>
  @@ -38,18 +79,14 @@
   			<artifactId>jboss-seam</artifactId>
   			<scope>system</scope>
   			<version>transient</version>
  -			<systemPath>
  -				${seam.dir}/jboss-seam.jar
  -			</systemPath>
  +			<systemPath>${seam.dir}/jboss-seam.jar</systemPath>
   		</dependency>
   		<dependency>
   			<groupId>org.jboss.seam</groupId>
   			<artifactId>antlr</artifactId>
   			<scope>system</scope>
   			<version>transient</version>
  -			<systemPath>
  -				${seam.dir}/lib/antlr-2.7.6.jar
  -			</systemPath>
  +			<systemPath>${seam.dir}/lib/antlr-2.7.6.jar</systemPath>
   		</dependency>
   		<dependency>
   			<groupId>org.jboss.seam</groupId>
  @@ -65,7 +102,54 @@
   			<artifactId>myfaces-api</artifactId>
   			<version>transient</version>
   			<scope>system</scope>
  -			<systemPath>${seam.dir}/lib/myfaces-api-1.1.4.jar</systemPath>
  +			<systemPath>
  +				${seam.dir}/lib/myfaces-api-1.1.4.jar
  +			</systemPath>
  +		</dependency>
  +		<dependency>
  +			<groupId>org.jboss.seam</groupId>
  +			<artifactId>jbpm</artifactId>
  +			<version>transient</version>
  +			<scope>system</scope>
  +			<systemPath>
  +				${seam.dir}/lib/jbpm-3.1.4.jar
  +			</systemPath>
  +		</dependency>
  +		<dependency>
  +			<groupId>org.jboss.seam</groupId>
  +			<artifactId>jboss-cache-jdk50</artifactId>
  +			<version>transient</version>
  +			<scope>system</scope>
  +			<systemPath>
  +				${seam.dir}/lib/jboss-cache-jdk50.jar
  +			</systemPath>
  +		</dependency>
  +		<dependency>
  +			<groupId>org.jboss.seam</groupId>
  +			<artifactId>jgroups</artifactId>
  +			<version>transient</version>
  +			<scope>system</scope>
  +			<systemPath>
  +				${seam.dir}/lib/jgroups.jar
  +			</systemPath>
  +		</dependency>
  +		<dependency>
  +			<groupId>org.jboss.seam</groupId>
  +			<artifactId>jboss-ejb3-all</artifactId>
  +			<version>transient</version>
  +			<scope>system</scope>
  +			<systemPath>
  +				${seam.dir}/lib/jboss-ejb3-all.jar
  +			</systemPath>
  +		</dependency>
  +		<dependency>
  +			<groupId>org.jboss.seam</groupId>
  +			<artifactId>hibernate-all</artifactId>
  +			<version>transient</version>
  +			<scope>system</scope>
  +			<systemPath>
  +				${seam.dir}/lib/hibernate-all.jar
  +			</systemPath>
   		</dependency>
   	</dependencies>
   	<modules>
  
  
  



More information about the jboss-cvs-commits mailing list