[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r28 - in trunk: a4j-portlet and 15 other directories.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Thu Mar 8 12:03:49 EST 2007


Author: alexsmirnov
Date: 2007-03-08 12:03:49 -0500 (Thu, 08 Mar 2007)
New Revision: 28

Added:
   trunk/a4j-portlet/pom.xml
   trunk/a4j-seam/pom.xml
   trunk/a4j-trinidad/pom.xml
   trunk/gwtjsf/pom.xml
   trunk/samples/pom.xml
Removed:
   trunk/a4j-portlet/pom.xml.prev
   trunk/a4j-seam/pom.xml.prev
   trunk/a4j-trinidad/pom.xml.prev
   trunk/cdk/compiler/pom.xml.next
   trunk/cdk/compiler/pom.xml.prev
   trunk/cdk/generator/pom.xml.next
   trunk/cdk/generator/pom.xml.prev
   trunk/cdk/maven-archetype-jsf-component/pom.xml.next
   trunk/cdk/maven-archetype-jsf-component/pom.xml.prev
   trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml.prev
   trunk/cdk/maven-archetype-jsfwebapp/pom.xml.next
   trunk/cdk/maven-archetype-jsfwebapp/pom.xml.prev
   trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml.prev
   trunk/cdk/maven-cdk-plugin/pom.xml.next
   trunk/cdk/maven-cdk-plugin/pom.xml.prev
   trunk/cdk/pom.xml.next
   trunk/cdk/pom.xml.prev
   trunk/framework/pom.xml.next
   trunk/framework/pom.xml.prev
   trunk/gwtjsf/pom.xml.prev
   trunk/pom.xml.next
   trunk/pom.xml.prev
   trunk/samples/cdk/pom.xml.prev
   trunk/samples/pom.xml.prev
   trunk/test/pom.xml.next
   trunk/test/pom.xml.prev
Modified:
   trunk/pom.xml
Log:
Switch to development version 1.1.1-SNAPSHOT

Added: trunk/a4j-portlet/pom.xml
===================================================================
--- trunk/a4j-portlet/pom.xml	                        (rev 0)
+++ trunk/a4j-portlet/pom.xml	2007-03-08 17:03:49 UTC (rev 28)
@@ -0,0 +1,49 @@
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>master</artifactId>
+    <groupId>org.ajax4jsf</groupId>
+    <version>1.1.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.ajax4jsf</groupId>
+  <artifactId>a4j-portlet</artifactId>
+  <name>ajax4jsf portlet brige</name>
+  <url>http://maven.apache.org</url>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>portlet-api</groupId>
+      <artifactId>portlet-api</artifactId>
+      <version>1.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.faces</groupId>
+      <artifactId>jsf-api</artifactId>
+      <version>1.2_02</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.5</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet.jsp</groupId>
+      <artifactId>jsp-api</artifactId>
+      <version>2.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+       <groupId>org.ajax4jsf</groupId>
+       <artifactId>ajax4jsf</artifactId>
+       <version>${project.version}</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: trunk/a4j-portlet/pom.xml.prev
===================================================================
--- trunk/a4j-portlet/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/a4j-portlet/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,49 +0,0 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>master</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf</groupId>
-  <artifactId>a4j-portlet</artifactId>
-  <name>ajax4jsf portlet brige</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>portlet-api</groupId>
-      <artifactId>portlet-api</artifactId>
-      <version>1.0</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.faces</groupId>
-      <artifactId>jsf-api</artifactId>
-      <version>1.2_02</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet.jsp</groupId>
-      <artifactId>jsp-api</artifactId>
-      <version>2.1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-       <groupId>org.ajax4jsf</groupId>
-       <artifactId>ajax4jsf</artifactId>
-       <version>${project.version}</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Added: trunk/a4j-seam/pom.xml
===================================================================
--- trunk/a4j-seam/pom.xml	                        (rev 0)
+++ trunk/a4j-seam/pom.xml	2007-03-08 17:03:49 UTC (rev 28)
@@ -0,0 +1,46 @@
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>master</artifactId>
+    <groupId>org.ajax4jsf</groupId>
+    <version>1.1.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.ajax4jsf</groupId>
+  <artifactId>a4j-seam</artifactId>
+  <name>ajax4jsf and JBOSS Seam compability library</name>
+  <url>https://ajax4jsf.dev.java.net</url>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-source</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+
+		</plugins>
+	</build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+	<dependency>
+		<groupId>org.ajax4jsf</groupId>
+		<artifactId>ajax4jsf</artifactId>
+		<version>${project.version}</version>
+	</dependency>
+	<dependency>
+		<groupId>jboss</groupId>
+		<artifactId>seam</artifactId>
+		<version>1.1</version>
+	</dependency>
+   </dependencies>
+</project>
\ No newline at end of file

Deleted: trunk/a4j-seam/pom.xml.prev
===================================================================
--- trunk/a4j-seam/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/a4j-seam/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,46 +0,0 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>master</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf</groupId>
-  <artifactId>a4j-seam</artifactId>
-  <name>ajax4jsf and JBOSS Seam compability library</name>
-  <url>https://ajax4jsf.dev.java.net</url>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-source-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-source</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-
-		</plugins>
-	</build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-	<dependency>
-		<groupId>org.ajax4jsf</groupId>
-		<artifactId>ajax4jsf</artifactId>
-		<version>${project.version}</version>
-	</dependency>
-	<dependency>
-		<groupId>jboss</groupId>
-		<artifactId>seam</artifactId>
-		<version>1.1</version>
-	</dependency>
-   </dependencies>
-</project>
\ No newline at end of file

Added: trunk/a4j-trinidad/pom.xml
===================================================================
--- trunk/a4j-trinidad/pom.xml	                        (rev 0)
+++ trunk/a4j-trinidad/pom.xml	2007-03-08 17:03:49 UTC (rev 28)
@@ -0,0 +1,53 @@
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>master</artifactId>
+    <groupId>org.ajax4jsf</groupId>
+    <version>1.1.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.ajax4jsf</groupId>
+  <artifactId>a4j-trinidad</artifactId>
+  <name>ajax4jsf and MyFaces Trinidad compability library</name>
+  <url>https://ajax4jsf.dev.java.net</url>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-source</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+
+		</plugins>
+	</build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+	<dependency>
+		<groupId>org.ajax4jsf</groupId>
+		<artifactId>ajax4jsf</artifactId>
+		<version>${project.version}</version>
+	</dependency>
+  	<dependency>
+  	    <groupId>org.apache.myfaces.trinidad</groupId>
+  	    <artifactId>trinidad-api</artifactId>
+  	    <version>incubator-m1-SNAPSHOT</version>
+	</dependency>
+  </dependencies>
+	  <repositories>
+	    <repository>
+	      <id>apache.snapshots</id>
+	      <name>Apache Snapshot Repository</name>
+	      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+	    </repository>
+	  </repositories>
+</project>
\ No newline at end of file

Deleted: trunk/a4j-trinidad/pom.xml.prev
===================================================================
--- trunk/a4j-trinidad/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/a4j-trinidad/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,53 +0,0 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>master</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf</groupId>
-  <artifactId>a4j-trinidad</artifactId>
-  <name>ajax4jsf and MyFaces Trinidad compability library</name>
-  <url>https://ajax4jsf.dev.java.net</url>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-source-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-source</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-
-		</plugins>
-	</build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-	<dependency>
-		<groupId>org.ajax4jsf</groupId>
-		<artifactId>ajax4jsf</artifactId>
-		<version>${project.version}</version>
-	</dependency>
-  	<dependency>
-  	    <groupId>org.apache.myfaces.trinidad</groupId>
-  	    <artifactId>trinidad-api</artifactId>
-  	    <version>incubator-m1-SNAPSHOT</version>
-	</dependency>
-  </dependencies>
-	  <repositories>
-	    <repository>
-	      <id>apache.snapshots</id>
-	      <name>Apache Snapshot Repository</name>
-	      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-	    </repository>
-	  </repositories>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/compiler/pom.xml.next
===================================================================
--- trunk/cdk/compiler/pom.xml.next	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/compiler/pom.xml.next	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,63 +0,0 @@
-<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <artifactId>cdk</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf.cdk</groupId>
-  <artifactId>compiler</artifactId>
-  <name>JSF Renderers templates complier</name>
-  <url>https://ajax4jsf.dev.java.net/cdk/compiler</url>
-	  <build>
-	    <plugins>
-	      <plugin>
-	        <groupId>org.apache.maven.plugins</groupId>
-	        <artifactId>maven-compiler-plugin</artifactId>
-	        <inherited>true</inherited>
-	        <configuration>
-	          <source>1.5</source>
-	          <target>1.5</target>
-	        </configuration>
-	      </plugin>
-	    </plugins>
-	  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging-api</artifactId>
-      <version>1.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity-dep</artifactId>
-      <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.7.0</version>
-    </dependency>
-    <dependency>
-      <groupId>javax.el</groupId>
-      <artifactId>el-api</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>el-impl</groupId>
-      <artifactId>el-impl</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.6.5</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/compiler/pom.xml.prev
===================================================================
--- trunk/cdk/compiler/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/compiler/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,63 +0,0 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>cdk</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf.cdk</groupId>
-  <artifactId>compiler</artifactId>
-  <name>JSF Renderers templates complier</name>
-  <url>https://ajax4jsf.dev.java.net/cdk/compiler</url>
-	  <build>
-	    <plugins>
-	      <plugin>
-	        <groupId>org.apache.maven.plugins</groupId>
-	        <artifactId>maven-compiler-plugin</artifactId>
-	        <inherited>true</inherited>
-	        <configuration>
-	          <source>1.5</source>
-	          <target>1.5</target>
-	        </configuration>
-	      </plugin>
-	    </plugins>
-	  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging-api</artifactId>
-      <version>1.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity-dep</artifactId>
-      <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.7.0</version>
-    </dependency>
-    <dependency>
-      <groupId>javax.el</groupId>
-      <artifactId>el-api</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>el-impl</groupId>
-      <artifactId>el-impl</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.6.5</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/generator/pom.xml.next
===================================================================
--- trunk/cdk/generator/pom.xml.next	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/generator/pom.xml.next	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,92 +0,0 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <artifactId>cdk</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf.cdk</groupId>
-  <artifactId>generator</artifactId>
-  <name>Java Server Faces component generator</name>
-  <url>https://ajax4jsf.dev.java.net/cdk/generator</url>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <inherited>true</inherited>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <!-- plugin>
-        <groupId>net.sf.dtddoc</groupId>
-        <artifactId>dtddoc-maven-plugin</artifactId>
-        <configuration>
-          <docTitle>JSF Component generator configuration file format</docTitle>
-          <sourceDirectory>src/main/resources/META-INF/schema</sourceDirectory>
-        </configuration>
-      </plugin -->
-    </plugins>
-  </reporting>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.6.5</version>
-    </dependency>
-    <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity-dep</artifactId>
-      <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.6</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-digester</groupId>
-      <artifactId>commons-digester</artifactId>
-      <version>1.5</version>
-    </dependency>
-    <dependency>
-      <groupId>javax.faces</groupId>
-      <artifactId>jsf-api</artifactId>
-      <version>1.2_03</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>qdox</groupId>
-      <artifactId>qdox</artifactId>
-      <version>1.6</version>
-    <!--
-          <version>1.6-SNAPSHOT</version>
-    -->
-    </dependency>
-    <dependency>
-      <groupId>org.ajax4jsf.cdk</groupId>
-      <artifactId>compiler</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/generator/pom.xml.prev
===================================================================
--- trunk/cdk/generator/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/generator/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,92 +0,0 @@
-<?xml version="1.0"?>
-<project  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <artifactId>cdk</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf.cdk</groupId>
-  <artifactId>generator</artifactId>
-  <name>Java Server Faces component generator</name>
-  <url>https://ajax4jsf.dev.java.net/cdk/generator</url>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <inherited>true</inherited>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <!-- plugin>
-        <groupId>net.sf.dtddoc</groupId>
-        <artifactId>dtddoc-maven-plugin</artifactId>
-        <configuration>
-          <docTitle>JSF Component generator configuration file format</docTitle>
-          <sourceDirectory>src/main/resources/META-INF/schema</sourceDirectory>
-        </configuration>
-      </plugin -->
-    </plugins>
-  </reporting>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.6.5</version>
-    </dependency>
-    <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity-dep</artifactId>
-      <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.6</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-digester</groupId>
-      <artifactId>commons-digester</artifactId>
-      <version>1.5</version>
-    </dependency>
-    <dependency>
-      <groupId>javax.faces</groupId>
-      <artifactId>jsf-api</artifactId>
-      <version>1.2_03</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>qdox</groupId>
-      <artifactId>qdox</artifactId>
-      <version>1.6</version>
-    <!--
-          <version>1.6-SNAPSHOT</version>
-    -->
-    </dependency>
-    <dependency>
-      <groupId>org.ajax4jsf.cdk</groupId>
-      <artifactId>compiler</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/maven-archetype-jsf-component/pom.xml.next
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/pom.xml.next	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/maven-archetype-jsf-component/pom.xml.next	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,12 +0,0 @@
-<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <artifactId>cdk</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf.cdk</groupId>
-  <artifactId>maven-archetype-jsf-component</artifactId>
-  <name>Archetype - maven-archetype-jsf-component</name>
-  <url>https://ajax4jsf.dev.java.net/cdk/maven-archetype-jsf-component</url>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/maven-archetype-jsf-component/pom.xml.prev
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/maven-archetype-jsf-component/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,12 +0,0 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>cdk</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf.cdk</groupId>
-  <artifactId>maven-archetype-jsf-component</artifactId>
-  <name>Archetype - maven-archetype-jsf-component</name>
-  <url>https://ajax4jsf.dev.java.net/cdk/maven-archetype-jsf-component</url>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml.prev
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,109 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>${groupId}</groupId>
-  <artifactId>${artifactId}</artifactId>
-  <version>${version}</version>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.ajax4jsf.cdk</groupId>
-				<artifactId>maven-cdk-plugin</artifactId>
-				  <version>1.1.0-SNAPSHOT</version>
-				<configuration>
-					<library>
-					<prefix>${groupId}</prefix>
-					<taglib>
-						<shortName>${artifactId}</shortName>
-					</taglib>
-					</library>
-				</configuration>
-				<executions>
-					<execution>
-						<phase>generate-sources</phase>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-	<repositories>
-		<repository>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-				<updatePolicy>never</updatePolicy>
-			</snapshots>
-			<id>maven2-repository.dev.java.net</id>
-			<name>Java.net Repository for Maven</name>
-			<url>
-				https://maven2-repository.dev.java.net/nonav/repository
-			</url>
-			<layout>default</layout>
-		</repository>
-		<repository>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-				<updatePolicy>always</updatePolicy>
-			</snapshots>
-			<id>maven2-snapshots.ajax4jsf.org</id>
-			<name>Ajax4jsf Repository for Maven Snapshots</name>
-			<url>https://ajax4jsf.dev.java.net/nonav/snapshots</url>
-			<layout>default</layout>
-		</repository>
-	</repositories>
- <pluginRepositories>
-   <pluginRepository>
-			<id>maven2-snapshots.ajax4jsf.org</id>
-			<name>Ajax4jsf Repository for Maven Snapshots</name>
-			<url>https://ajax4jsf.dev.java.net/nonav/snapshots</url>
-     <releases>
-       <enabled>false</enabled>
-     </releases>
-     <snapshots>
-       <enabled>true</enabled>
-       <updatePolicy>always</updatePolicy>
-     </snapshots>
-   </pluginRepository>
- </pluginRepositories>
-<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.facelets</groupId>
-			<artifactId>jsf-facelets</artifactId>
-			<version>1.1.6</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-			<version>2.4</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>jsp-api</artifactId>
-			<version>2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.faces</groupId>
-			<artifactId>jsf-api</artifactId>
-			<version>1.1_02</version>
-		</dependency>
-		<dependency>
-			<groupId>org.ajax4jsf</groupId>
-			<artifactId>ajax4jsf</artifactId>
-			<version>1.1.0-SNAPSHOT</version>
-		</dependency>
-	</dependencies>
-</project>

Deleted: trunk/cdk/maven-archetype-jsfwebapp/pom.xml.next
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/pom.xml.next	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/maven-archetype-jsfwebapp/pom.xml.next	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,11 +0,0 @@
-<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <artifactId>cdk</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf.cdk</groupId>
-  <artifactId>maven-archetype-jsfwebapp</artifactId>
-  <name>Archetype for jsf webapp project</name>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/maven-archetype-jsfwebapp/pom.xml.prev
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/maven-archetype-jsfwebapp/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,11 +0,0 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>cdk</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf.cdk</groupId>
-  <artifactId>maven-archetype-jsfwebapp</artifactId>
-  <name>Archetype for jsf webapp project</name>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml.prev
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,124 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>${groupId}</groupId>
-	<artifactId>${artifactId}</artifactId>
-	<version>${version}</version>
-	<packaging>war</packaging>
-	<name>webapp Maven Webapp</name>
-	<url>http://maven.apache.org</url>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.mortbay.jetty</groupId>
-				<artifactId>maven-jetty-plugin</artifactId>
-				<configuration>
-					<scanIntervalSeconds>10</scanIntervalSeconds>
-					<connectors>
-						<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-							<port>8080</port>
-							<maxIdleTime>60000</maxIdleTime>
-						</connector>
-					</connectors>
-				</configuration>
-			</plugin>
-		</plugins>
-		<finalName>webapp</finalName>
-	</build>
-
-	<pluginRepositories>
-		<!-- Repository to get the jetty plugin -->
-		<pluginRepository>
-			<id>mortbay-repo</id>
-			<name>mortbay-repo</name>
-			<url>http://www.mortbay.org/maven2/snapshot</url>
-		</pluginRepository>
-	</pluginRepositories>
-
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>opensymphony</groupId>
-			<artifactId>oscache</artifactId>
-			<version>2.3</version>
-			<scope>runtime</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-			<version>2.4</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>jsp-api</artifactId>
-			<version>2.0</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>jstl</artifactId>
-			<version>1.1.2</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.faces</groupId>
-			<artifactId>jsf-api</artifactId>
-			<version>1.1_02</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.faces</groupId>
-			<artifactId>jsf-impl</artifactId>
-			<version>1.1_02</version>
-			<scope>runtime</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.ajax4jsf</groupId>
-			<artifactId>ajax4jsf</artifactId>
-			<version>1.1.0-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-logging</groupId>
-			<artifactId>commons-logging</artifactId>
-			<version>1.0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-beanutils</groupId>
-			<artifactId>commons-beanutils</artifactId>
-			<version>1.7.0</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-collections</groupId>
-			<artifactId>commons-collections-testframework</artifactId>
-			<version>3.1</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-digester</groupId>
-			<artifactId>commons-digester</artifactId>
-			<version>1.7</version>
-		</dependency>
-<!-- Dependencies for run JETTY-->
-		<dependency>
-			<groupId>tomcat</groupId>
-			<artifactId>jasper-compiler</artifactId>
-			<version>5.5.9</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>tomcat</groupId>
-			<artifactId>jasper-runtime</artifactId>
-			<version>5.5.9</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>tomcat</groupId>
-			<artifactId>jasper-compiler-jdt</artifactId>
-			<version>5.5.9</version>
-			<scope>compile</scope>
-		</dependency>
-
-	</dependencies>
-</project>

Deleted: trunk/cdk/maven-cdk-plugin/pom.xml.next
===================================================================
--- trunk/cdk/maven-cdk-plugin/pom.xml.next	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/maven-cdk-plugin/pom.xml.next	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,56 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>cdk</artifactId>
-		<groupId>org.ajax4jsf</groupId>
-		<version>1.1.1-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf.cdk</groupId>
-	<artifactId>maven-cdk-plugin</artifactId>
-	<packaging>maven-plugin</packaging>
-	<name>Maven plugin for JSF components code generation</name>
-	<url>https://ajax4jsf.dev.java.net/cdk/maven-cdk-plugin/</url>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-artifact</artifactId>
-			<version>2.0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-plugin-api</artifactId>
-			<version>2.0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-project</artifactId>
-			<version>2.0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-archiver</artifactId>
-			<version>2.2</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven.shared</groupId>
-			<artifactId>file-management</artifactId>
-			<version>1.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.codehaus.plexus</groupId>
-			<artifactId>plexus-velocity</artifactId>
-			<version>1.1.2</version>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.ajax4jsf.cdk</groupId>
-			<artifactId>generator</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-	</dependencies>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/maven-cdk-plugin/pom.xml.prev
===================================================================
--- trunk/cdk/maven-cdk-plugin/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/maven-cdk-plugin/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,59 +0,0 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>cdk</artifactId>
-		<groupId>org.ajax4jsf</groupId>
-		<version>1.1.0-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf.cdk</groupId>
-	<artifactId>maven-cdk-plugin</artifactId>
-	<packaging>maven-plugin</packaging>
-	<name>Maven plugin for JSF components code generation</name>
-	<url>https://ajax4jsf.dev.java.net/cdk/maven-cdk-plugin/</url>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-artifact</artifactId>
-			<version>2.0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-plugin-api</artifactId>
-			<version>2.0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-project</artifactId>
-			<version>2.0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-archiver</artifactId>
-			<version>2.2</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven.shared</groupId>
-			<artifactId>file-management</artifactId>
-			<version>1.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.codehaus.plexus</groupId>
-			<artifactId>plexus-velocity</artifactId>
-			<version>1.1.2</version>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.ajax4jsf.cdk</groupId>
-			<artifactId>generator</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-	</dependencies>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/pom.xml.next
===================================================================
--- trunk/cdk/pom.xml.next	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/pom.xml.next	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,37 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>master</artifactId>
-		<groupId>org.ajax4jsf</groupId>
-		<version>1.1.1-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf</groupId>
-	<artifactId>cdk</artifactId>
-	<packaging>pom</packaging>
-	<name>Components Development kit</name>
-	<version>1.1.1-SNAPSHOT</version>
-	<url>https://ajax4jsf.dev.java.net/cdk</url>
-	<dependencies />
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<version>2.0</version>
-					<configuration>
-						<source>1.5</source>
-						<target>1.5</target>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-	<modules>
-		<module>maven-cdk-plugin</module>
-		<module>compiler</module>
-		<module>generator</module>
-		<module>maven-archetype-jsf-component</module>
-		<module>maven-archetype-jsfwebapp</module>
-	</modules>
-</project>
\ No newline at end of file

Deleted: trunk/cdk/pom.xml.prev
===================================================================
--- trunk/cdk/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/cdk/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>master</artifactId>
-		<groupId>org.ajax4jsf</groupId>
-		<version>1.1.0-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf</groupId>
-	<artifactId>cdk</artifactId>
-	<packaging>pom</packaging>
-	<name>Components Development kit</name>
-	<version>1.1.0-SNAPSHOT</version>
-	<url>https://ajax4jsf.dev.java.net/cdk</url>
-	<dependencies />
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<version>2.0</version>
-					<configuration>
-						<source>1.5</source>
-						<target>1.5</target>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-	<modules>
-		<module>maven-cdk-plugin</module>
-		<module>compiler</module>
-		<module>generator</module>
-		<module>maven-archetype-jsf-component</module>
-		<module>maven-archetype-jsfwebapp</module>
-	</modules>
-</project>
\ No newline at end of file

Deleted: trunk/framework/pom.xml.next
===================================================================
--- trunk/framework/pom.xml.next	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/framework/pom.xml.next	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,345 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>master</artifactId>
-		<groupId>org.ajax4jsf</groupId>
-		<version>1.1.1-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf</groupId>
-	<artifactId>ajax4jsf</artifactId>
-	<name>Java Server Faces AJAX framework</name>
-	<url>https://ajax4jsf.dev.java.net</url>
-	<properties>
-		<jsfVersion>1.1</jsfVersion>
-	</properties>
-	<build>
-		<resources>
-			<resource>
-				<directory>src/main/resources</directory>
-			</resource>
-			<resource>
-				<directory>target/javascript</directory>
-			</resource>
-		</resources>
-		<plugins>
-			<plugin>
-				<groupId>org.ajax4jsf.cdk</groupId>
-				<artifactId>maven-cdk-plugin</artifactId>
-				<version>1.1.0-SNAPSHOT</version>
-				<executions>
-					<execution>
-						<phase>generate-sources</phase>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-					</execution>
-				</executions>
-				<configuration>
-					<library>
-						<prefix>org.ajax4jsf</prefix>
-						<jsfVersion>${jsfVersion}</jsfVersion>
-						<taglib>
-							<uri>
-								https://ajax4jsf.dev.java.net/ajax
-							</uri>
-							<shortName>a4j</shortName>
-						</taglib>
-					</library>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-antrun-plugin</artifactId>
-				<executions>
-					<execution>
-						<phase>generate-resources</phase>
-						<goals>
-							<goal>run</goal>
-						</goals>
-						<configuration>
-							<tasks>
-								<ant antfile="${basedir}/generatescript.xml" inheritRefs="true">
-									<target name="assembly" />
-									<property name="target-dir" value="${project.build.directory}/javascript">
-									</property>
-								</ant>
-							</tasks>
-							<resourceRoot>
-								${project.build.directory}/javascript
-							</resourceRoot>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>net.sourceforge.maven-taglib</groupId>
-				<artifactId>maven-taglib-plugin</artifactId>
-			</plugin>
-		</plugins>
-	</reporting>
-	<!--
-		<distributionManagement>
-		<relocation>
-		<groupId>org.ajax4jsf</groupId>
-		<artifactId>ajax4jsf</artifactId>
-		<version>1.0</version>
-		<message>
-		We have moved the 'framework' to name 'ajax4jsf'
-		</message>
-		</relocation>
-		</distributionManagement>
-	-->
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>opensymphony</groupId>
-			<artifactId>oscache</artifactId>
-			<version>2.3</version>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.facelets</groupId>
-			<artifactId>jsf-facelets</artifactId>
-			<version>1.1.12</version>
-			<optional>true</optional>
-		</dependency>
-		<dependency>
-			<groupId>javax.el</groupId>
-			<artifactId>el-api</artifactId>
-			<version>1.0</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>nekohtml</groupId>
-			<artifactId>nekohtml</artifactId>
-			<version>0.9.5</version>
-			<optional>true</optional>
-		</dependency>
-		<dependency>
-			<groupId>net.sf.json-lib</groupId>
-			<artifactId>json-lib</artifactId>
-			<version>0.9</version>
-			<optional>true</optional>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-lang</groupId>
-					<artifactId>commons-lang</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xom</groupId>
-					<artifactId>xom</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<!-- dependency>
-			<groupId>com.sdicons.jsontools</groupId>
-			<artifactId>jsontools-core </artifactId>
-			<version>1.5</version>
-			</dependency-->
-		<dependency>
-			<groupId>commons-logging</groupId>
-			<artifactId>commons-logging</artifactId>
-			<version>1.0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-			<version>1.2.14</version>
-			<optional>true</optional>
-		</dependency>
-		<dependency>
-			<groupId>commons-beanutils</groupId>
-			<artifactId>commons-beanutils</artifactId>
-			<version>1.6</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-digester</groupId>
-			<artifactId>commons-digester</artifactId>
-			<version>1.5</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-collections</groupId>
-			<artifactId>commons-collections</artifactId>
-			<version>2.1</version>
-		</dependency>
-	</dependencies>
-	<profiles>
-		<profile>
-			<id>jsf1_1</id>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-				<property>
-					<name>jsfVersion</name>
-					<value>1.1</value>
-				</property>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-compiler-plugin</artifactId>
-						<configuration>
-							<source>1.4</source>
-							<target>1.4</target>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-			<dependencies>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>servlet-api</artifactId>
-					<version>2.4</version>
-					<scope>provided</scope>
-				</dependency>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>jsp-api</artifactId>
-					<version>2.0</version>
-					<scope>provided</scope>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-api</artifactId>
-					<version>1.1_02</version>
-					<exclusions>
-						<!-- No longer presented in any repo -->
-						<exclusion>
-							<groupId>javax.servlet.jsp</groupId>
-							<artifactId>jsp-api</artifactId>
-						</exclusion>
-						<exclusion>
-							<groupId>javax.servlet.jsp.jstl</groupId>
-							<artifactId>jstl</artifactId>
-						</exclusion>
-					</exclusions>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-impl</artifactId>
-					<version>1.1_02</version>
-					<scope>runtime</scope>
-					<exclusions>
-						<!-- No longer presented in any repo -->
-						<exclusion>
-							<groupId>javax.servlet.jsp</groupId>
-							<artifactId>jsp-api</artifactId>
-						</exclusion>
-						<exclusion>
-							<groupId>javax.servlet.jsp.jstl</groupId>
-							<artifactId>jstl</artifactId>
-						</exclusion>
-					</exclusions>
-				</dependency>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>jstl</artifactId>
-					<version>1.0</version>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<id>jsf1_2</id>
-			<activation>
-				<property>
-					<name>jsfVersion</name>
-					<value>1.2</value>
-				</property>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-compiler-plugin</artifactId>
-						<version>2.0</version>
-						<configuration>
-							<source>1.5</source>
-							<target>1.5</target>
-						</configuration>
-					</plugin>
-			<!-- append JSF 1.2 related sources -->
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>build-helper-maven-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>add-source</id>
-						<phase>process-sources</phase>
-						<goals>
-							<goal>add-source</goal>
-						</goals>
-						<configuration>
-							<sources>
-								<source>
-									src/main/jsf12
-								</source>
-							</sources>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-				</plugins>
-			</build>
-			<dependencies>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>servlet-api</artifactId>
-					<version>2.5</version>
-					<scope>provided</scope>
-				</dependency>
-				<dependency>
-					<groupId>javax.servlet.jsp</groupId>
-					<artifactId>jsp-api</artifactId>
-					<version>2.1</version>
-					<scope>provided</scope>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-api</artifactId>
-					<version>1.2_03</version>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-impl</artifactId>
-					<version>1.2_03</version>
-					<scope>runtime</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<id>assembly</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>net.sourceforge.maven-taglib</groupId>
-						<artifactId>maven-taglib-plugin</artifactId>
-						<configuration>
-							<taglib.src.dir>
-								${project.build.directory}/generated-component/resources/META-INF
-							</taglib.src.dir>
-							<tldDocDir>
-								${project.build.directory}/tlddoc
-							</tldDocDir>
-						</configuration>
-
-						<executions>
-							<execution>
-								<id>attach-javadoc</id>
-								<goals>
-									<goal>taglibdocjar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-</project>
\ No newline at end of file

Deleted: trunk/framework/pom.xml.prev
===================================================================
--- trunk/framework/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/framework/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,350 +0,0 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>master</artifactId>
-		<groupId>org.ajax4jsf</groupId>
-		<version>1.1.0-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf</groupId>
-	<artifactId>ajax4jsf</artifactId>
-	<name>Java Server Faces AJAX framework</name>
-	<url>https://ajax4jsf.dev.java.net</url>
-	<properties>
-		<jsfVersion>1.1</jsfVersion>
-	</properties>
-	<build>
-		<resources>
-			<resource>
-				<directory>src/main/resources</directory>
-			</resource>
-			<resource>
-				<directory>target/javascript</directory>
-			</resource>
-		</resources>
-		<plugins>
-			<plugin>
-				<groupId>org.ajax4jsf.cdk</groupId>
-				<artifactId>maven-cdk-plugin</artifactId>
-				<version>1.1.0-SNAPSHOT</version>
-				<executions>
-					<execution>
-						<phase>generate-sources</phase>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-					</execution>
-				</executions>
-				<configuration>
-					<library>
-						<prefix>org.ajax4jsf</prefix>
-						<jsfVersion>${jsfVersion}</jsfVersion>
-						<taglib>
-							<uri>
-								https://ajax4jsf.dev.java.net/ajax
-							</uri>
-							<shortName>a4j</shortName>
-						</taglib>
-					</library>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-antrun-plugin</artifactId>
-				<executions>
-					<execution>
-						<phase>generate-resources</phase>
-						<goals>
-							<goal>run</goal>
-						</goals>
-						<configuration>
-							<tasks>
-								<ant
-									antfile="${basedir}/generatescript.xml" inheritRefs="true">
-									<target name="assembly"></target>
-									<property name="target-dir"
-										value="${project.build.directory}/javascript">
-									</property>
-								</ant>
-							</tasks>
-							<resourceRoot>
-								${project.build.directory}/javascript
-							</resourceRoot>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>net.sourceforge.maven-taglib</groupId>
-				<artifactId>maven-taglib-plugin</artifactId>
-			</plugin>
-		</plugins>
-	</reporting>
-	<!--
-		<distributionManagement>
-		<relocation>
-		<groupId>org.ajax4jsf</groupId>
-		<artifactId>ajax4jsf</artifactId>
-		<version>1.0</version>
-		<message>
-		We have moved the 'framework' to name 'ajax4jsf'
-		</message>
-		</relocation>
-		</distributionManagement>
-	-->
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>opensymphony</groupId>
-			<artifactId>oscache</artifactId>
-			<version>2.3</version>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.facelets</groupId>
-			<artifactId>jsf-facelets</artifactId>
-			<version>1.1.12</version>
-			<optional>true</optional>
-		</dependency>
-		<dependency>
-			<groupId>javax.el</groupId>
-			<artifactId>el-api</artifactId>
-			<version>1.0</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>nekohtml</groupId>
-			<artifactId>nekohtml</artifactId>
-			<version>0.9.5</version>
-			<optional>true</optional>
-		</dependency>
-		<dependency>
-			<groupId>net.sf.json-lib</groupId>
-			<artifactId>json-lib</artifactId>
-			<version>0.9</version>
-			<optional>true</optional>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-lang</groupId>
-					<artifactId>commons-lang</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xom</groupId>
-					<artifactId>xom</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<!-- dependency>
-			<groupId>com.sdicons.jsontools</groupId>
-			<artifactId>jsontools-core </artifactId>
-			<version>1.5</version>
-			</dependency-->
-		<dependency>
-			<groupId>commons-logging</groupId>
-			<artifactId>commons-logging</artifactId>
-			<version>1.0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-			<version>1.2.14</version>
-			<optional>true</optional>
-		</dependency>
-		<dependency>
-			<groupId>commons-beanutils</groupId>
-			<artifactId>commons-beanutils</artifactId>
-			<version>1.6</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-digester</groupId>
-			<artifactId>commons-digester</artifactId>
-			<version>1.5</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-collections</groupId>
-			<artifactId>commons-collections</artifactId>
-			<version>2.1</version>
-		</dependency>
-	</dependencies>
-	<profiles>
-		<profile>
-			<id>jsf1_1</id>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-				<property>
-					<name>jsfVersion</name>
-					<value>1.1</value>
-				</property>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-compiler-plugin</artifactId>
-						<configuration>
-							<source>1.4</source>
-							<target>1.4</target>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-			<dependencies>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>servlet-api</artifactId>
-					<version>2.4</version>
-					<scope>provided</scope>
-				</dependency>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>jsp-api</artifactId>
-					<version>2.0</version>
-					<scope>provided</scope>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-api</artifactId>
-					<version>1.1_02</version>
-					<exclusions>
-						<!-- No longer presented in any repo -->
-						<exclusion>
-							<groupId>javax.servlet.jsp</groupId>
-							<artifactId>jsp-api</artifactId>
-						</exclusion>
-						<exclusion>
-							<groupId>javax.servlet.jsp.jstl</groupId>
-							<artifactId>jstl</artifactId>
-						</exclusion>
-					</exclusions>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-impl</artifactId>
-					<version>1.1_02</version>
-					<scope>runtime</scope>
-					<exclusions>
-						<!-- No longer presented in any repo -->
-						<exclusion>
-							<groupId>javax.servlet.jsp</groupId>
-							<artifactId>jsp-api</artifactId>
-						</exclusion>
-						<exclusion>
-							<groupId>javax.servlet.jsp.jstl</groupId>
-							<artifactId>jstl</artifactId>
-						</exclusion>
-					</exclusions>
-				</dependency>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>jstl</artifactId>
-					<version>1.0</version>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<id>jsf1_2</id>
-			<activation>
-				<property>
-					<name>jsfVersion</name>
-					<value>1.2</value>
-				</property>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-compiler-plugin</artifactId>
-						<version>2.0</version>
-						<configuration>
-							<source>1.5</source>
-							<target>1.5</target>
-						</configuration>
-					</plugin>
-			<!-- append JSF 1.2 related sources -->
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>build-helper-maven-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>add-source</id>
-						<phase>process-sources</phase>
-						<goals>
-							<goal>add-source</goal>
-						</goals>
-						<configuration>
-							<sources>
-								<source>
-									src/main/jsf12
-								</source>
-							</sources>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-				</plugins>
-			</build>
-			<dependencies>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>servlet-api</artifactId>
-					<version>2.5</version>
-					<scope>provided</scope>
-				</dependency>
-				<dependency>
-					<groupId>javax.servlet.jsp</groupId>
-					<artifactId>jsp-api</artifactId>
-					<version>2.1</version>
-					<scope>provided</scope>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-api</artifactId>
-					<version>1.2_03</version>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-impl</artifactId>
-					<version>1.2_03</version>
-					<scope>runtime</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<id>assembly</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>net.sourceforge.maven-taglib</groupId>
-						<artifactId>maven-taglib-plugin</artifactId>
-						<configuration>
-							<taglib.src.dir>
-								${project.build.directory}/generated-component/resources/META-INF
-							</taglib.src.dir>
-							<tldDocDir>
-								${project.build.directory}/tlddoc
-							</tldDocDir>
-						</configuration>
-
-						<executions>
-							<execution>
-								<id>attach-javadoc</id>
-								<goals>
-									<goal>taglibdocjar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-</project>
\ No newline at end of file

Added: trunk/gwtjsf/pom.xml
===================================================================
--- trunk/gwtjsf/pom.xml	                        (rev 0)
+++ trunk/gwtjsf/pom.xml	2007-03-08 17:03:49 UTC (rev 28)
@@ -0,0 +1,82 @@
+<?xml version="1.0"?>
+<project>
+	<parent>
+		<artifactId>master</artifactId>
+		<groupId>org.ajax4jsf</groupId>
+		<version>1.1.1-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.ajax4jsf</groupId>
+	<artifactId>gwtjsf</artifactId>
+	<name>Google web toolkit and JSF integration library</name>
+	<url>https://ajax4jsf.dev.java.net</url>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-source</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.ajax4jsf</groupId>
+			<artifactId>ajax4jsf</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.facelets</groupId>
+			<artifactId>jsf-facelets</artifactId>
+			<version>1.1.11</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<version>2.5</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>jsp-api</artifactId>
+			<version>2.1</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-api</artifactId>
+			<version>1.2_03</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-impl</artifactId>
+			<version>1.2_03</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.el</groupId>
+			<artifactId>el-api</artifactId>
+			<version>1.0</version>
+		</dependency>
+		<dependency>
+			<groupId>com.google.gwt</groupId>
+			<artifactId>gwt-servlet</artifactId>
+			<version>1.3.1</version>
+		</dependency>
+		<dependency>
+			<groupId>com.google.gwt</groupId>
+			<artifactId>gwt-user</artifactId>
+			<version>1.3.1</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Deleted: trunk/gwtjsf/pom.xml.prev
===================================================================
--- trunk/gwtjsf/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/gwtjsf/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,82 +0,0 @@
-<?xml version="1.0"?>
-<project>
-	<parent>
-		<artifactId>master</artifactId>
-		<groupId>org.ajax4jsf</groupId>
-		<version>1.1.0-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf</groupId>
-	<artifactId>gwtjsf</artifactId>
-	<name>Google web toolkit and JSF integration library</name>
-	<url>https://ajax4jsf.dev.java.net</url>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-source-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-source</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.ajax4jsf</groupId>
-			<artifactId>ajax4jsf</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.facelets</groupId>
-			<artifactId>jsf-facelets</artifactId>
-			<version>1.1.11</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-			<version>2.5</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>jsp-api</artifactId>
-			<version>2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.faces</groupId>
-			<artifactId>jsf-api</artifactId>
-			<version>1.2_03</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.faces</groupId>
-			<artifactId>jsf-impl</artifactId>
-			<version>1.2_03</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.el</groupId>
-			<artifactId>el-api</artifactId>
-			<version>1.0</version>
-		</dependency>
-		<dependency>
-			<groupId>com.google.gwt</groupId>
-			<artifactId>gwt-servlet</artifactId>
-			<version>1.3.1</version>
-		</dependency>
-		<dependency>
-			<groupId>com.google.gwt</groupId>
-			<artifactId>gwt-user</artifactId>
-			<version>1.3.1</version>
-		</dependency>
-	</dependencies>
-</project>
\ No newline at end of file

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/pom.xml	2007-03-08 17:03:49 UTC (rev 28)
@@ -3,7 +3,7 @@
 	<groupId>org.ajax4jsf</groupId>
 	<artifactId>master</artifactId>
 	<packaging>pom</packaging>
-	<version>1.1.0</version>
+	<version>1.1.1-SNAPSHOT</version>
 	<name>Ajax for Java Server faces core project</name>
 	<url>http://www.ajax4jsf.org</url>
 	<licenses>
@@ -60,24 +60,6 @@
 		</developer>
 	</developers>
 	<distributionManagement>
-		<downloadUrl>
-			https://maven2-repository.dev.java.net/nonav/repository
-		</downloadUrl>
-		<repository>
-			<id>releases-repository</id>
-			<uniqueVersion>false</uniqueVersion>
-			<url>${m2-repo.java.net}</url>
-		</repository>
-		<snapshotRepository>
-			<id>snap-repository</id>
-			<uniqueVersion>true</uniqueVersion>
-			<url>${m2-repo.ajax4jsf.org}</url>
-		</snapshotRepository>
-		<site>
-			<id>ajax4jsf.website</id>
-			<name>Ajax4jsf Website</name>
-			<url>${site.ajax4jsf.org}</url>
-		</site>
 	</distributionManagement>
 	<repositories>
 		<repository>
@@ -94,43 +76,8 @@
 			</url>
 			<layout>legacy</layout>
 		</repository>
-		<repository>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<id>maven2-snapshots.ajax4jsf.org</id>
-			<name>Ajax4jsf Repository for Maven Snapshots</name>
-			<url>https://ajax4jsf.dev.java.net/nonav/snapshots</url>
-			<layout>default</layout>
-		</repository>
 	</repositories>
 	<build>
-		<!--
-			<plugins>
-			<plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-compiler-plugin</artifactId>
-			<version>2.0</version>
-			<configuration>
-			<source>1.5</source>
-			<target>1.5</target>
-			</configuration>
-			</plugin>
-			</plugins>
-		--><!--
-			
-			<extensions>
-			<extension>
-			<groupId>org.apache.maven.wagon</groupId>
-			<artifactId>wagon-scm</artifactId>
-			<version>1.0-alpha-5</version>
-			</extension>
-			</extensions>
-			
-		-->
 	</build>
 
 	<!--

Deleted: trunk/pom.xml.next
===================================================================
--- trunk/pom.xml.next	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/pom.xml.next	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,233 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf</groupId>
-	<artifactId>master</artifactId>
-	<packaging>pom</packaging>
-	<version>1.1.1-SNAPSHOT</version>
-	<name>Ajax for Java Server faces core project</name>
-	<url>http://www.ajax4jsf.org</url>
-	<licenses>
-		<license>
-			<name>LGPL 2.1</name>
-			<url>http://www.gnu.org/licenses/lgpl.html</url>
-			<distribution>repo</distribution>
-			<comments>
-				GNU LESSER GENERAL PUBLIC LICENSE
-				Version 2.1
-			</comments>
-		</license>
-	</licenses>
-	<issueManagement>
-		<system>JIRA</system>
-		<url>http://jira.jboss.org/jira/browse/AJSF</url>
-	</issueManagement>
-	<developers>
-		<developer>
-			<id>alexsmirnov</id>
-			<name>Alexander Smirnov</name>
-			<email>alexsmirnov at exadel.com</email>
-			<organization>Exadel Inc.</organization>
-			<organizationUrl>http://www.exadel.com</organizationUrl>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-			<timezone>-3</timezone>
-		</developer>
-		<developer>
-			<id>ishabalov</id>
-			<name>Igor Shabalov</name>
-			<email>ishabalov at exadel.com</email>
-			<organization>Exadel Inc.</organization>
-			<organizationUrl>http://www.exadel.com</organizationUrl>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-			<timezone>+8</timezone>
-		</developer>
-		<developer>
-			<id>sergeysmirnov</id>
-			<name>Sergey Smirnov</name>
-			<email>sergeysmirnov at exadel.com</email>
-			<organization>Exadel Inc.</organization>
-			<organizationUrl>http://www.exadel.com</organizationUrl>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-			<timezone>+8</timezone>
-		</developer>
-	</developers>
-	<distributionManagement>
-	</distributionManagement>
-	<repositories>
-		<repository>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-			</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>
-	</repositories>
-	<build>
-	</build>
-
-	<!--
-	-->
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>
-					maven-project-info-reports-plugin
-				</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<configuration>
-					<quiet>true</quiet>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-checkstyle-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-pmd-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jxr-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>jdepend-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>changelog-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>findbugs-maven-plugin</artifactId>
-				<configuration>
-					<xmlOutput>false</xmlOutput>
-					<threshold>Normal</threshold>
-					<effort>Max</effort>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-surefire-report-plugin</artifactId>
-			</plugin>
-		</plugins>
-
-	</reporting>
-	<modules>
-		<module>framework</module>
-		<module>test</module>
-		<module>cdk</module>
-	</modules>
-	<profiles>
-		<profile>
-			<id>gwt</id>
-			<modules>
-				<module>gwtjsf</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>trinidad</id>
-			<modules>
-				<module>a4j-trinidad</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>seam</id>
-			<modules>
-				<module>a4j-seam</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>portlet</id>
-			<modules>
-				<module>a4j-portlet</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>assembly</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-jar-plugin</artifactId>
-						<configuration>
-							<archive>
-								<index>true</index>
-								<manifest>
-									<addDefaultSpecificationEntries>
-										true
-									</addDefaultSpecificationEntries>
-									<addDefaultImplementationEntries>
-										true
-									</addDefaultImplementationEntries>
-								</manifest>
-								<manifestEntries>
-									<mode>development</mode>
-									<Build-Number>${buildNumber}</Build-Number>
-								</manifestEntries>
-							</archive>
-						</configuration>
-					</plugin>
-					<plugin>
-						<artifactId>maven-javadoc-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>attach-javadoc</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<artifactId>maven-source-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>attach-source</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<artifactId>maven-assembly-plugin</artifactId>
-						<inherited>false</inherited>
-						<configuration>
-							<finalName>ajax4jsf-${version}</finalName>
-							<descriptors>
-								<descriptor>
-									src/main/assembly/distribution.xml
-								</descriptor>
-								<descriptor>
-									src/main/assembly/src.xml
-								</descriptor>
-							</descriptors>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-	<!--module>samples</module-->
-</project>
\ No newline at end of file

Deleted: trunk/pom.xml.prev
===================================================================
--- trunk/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,289 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf</groupId>
-	<artifactId>master</artifactId>
-	<packaging>pom</packaging>
-	<version>1.1.0-SNAPSHOT</version>
-	<name>Ajax for Java Server faces core project</name>
-	<url>http://www.ajax4jsf.org</url>
-	<licenses>
-		<license>
-			<name>LGPL 2.1</name>
-			<url>http://www.gnu.org/licenses/lgpl.html</url>
-			<distribution>repo</distribution>
-			<comments>
-				GNU LESSER GENERAL PUBLIC LICENSE
-				Version 2.1
-			</comments>
-		</license>
-	</licenses>
-	<issueManagement>
-		<system>JIRA</system>
-		<url>http://jira.jboss.org/jira/browse/AJSF</url>
-	</issueManagement>
-	<developers>
-		<developer>
-			<id>alexsmirnov</id>
-			<name>Alexander Smirnov</name>
-			<email>alexsmirnov at exadel.com</email>
-			<organization>Exadel Inc.</organization>
-			<organizationUrl>http://www.exadel.com</organizationUrl>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-			<timezone>-3</timezone>
-		</developer>
-		<developer>
-			<id>ishabalov</id>
-			<name>Igor Shabalov</name>
-			<email>ishabalov at exadel.com</email>
-			<organization>Exadel Inc.</organization>
-			<organizationUrl>http://www.exadel.com</organizationUrl>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-			<timezone>+8</timezone>
-		</developer>
-		<developer>
-			<id>sergeysmirnov</id>
-			<name>Sergey Smirnov</name>
-			<email>sergeysmirnov at exadel.com</email>
-			<organization>Exadel Inc.</organization>
-			<organizationUrl>http://www.exadel.com</organizationUrl>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-			<timezone>+8</timezone>
-		</developer>
-	</developers>
-	<distributionManagement>
-		<downloadUrl>
-			https://maven2-repository.dev.java.net/nonav/repository
-		</downloadUrl>
-		<repository>
-			<id>releases-repository</id>
-			<uniqueVersion>false</uniqueVersion>
-			<url>${m2-repo.java.net}</url>
-		</repository>
-		<snapshotRepository>
-			<id>snap-repository</id>
-			<uniqueVersion>true</uniqueVersion>
-			<url>${m2-repo.ajax4jsf.org}</url>
-		</snapshotRepository>
-		<site>
-			<id>ajax4jsf.website</id>
-			<name>Ajax4jsf Website</name>
-			<url>${site.ajax4jsf.org}</url>
-		</site>
-	</distributionManagement>
-	<repositories>
-		<repository>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-			</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>
-			</snapshots>
-			<id>maven2-snapshots.ajax4jsf.org</id>
-			<name>Ajax4jsf Repository for Maven Snapshots</name>
-			<url>https://ajax4jsf.dev.java.net/nonav/snapshots</url>
-			<layout>default</layout>
-		</repository>
-	</repositories>
-	<build>
-		<!--
-			<plugins>
-			<plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-compiler-plugin</artifactId>
-			<version>2.0</version>
-			<configuration>
-			<source>1.5</source>
-			<target>1.5</target>
-			</configuration>
-			</plugin>
-			</plugins>
-		--><!--
-			
-			<extensions>
-			<extension>
-			<groupId>org.apache.maven.wagon</groupId>
-			<artifactId>wagon-scm</artifactId>
-			<version>1.0-alpha-5</version>
-			</extension>
-			</extensions>
-			
-		-->
-	</build>
-
-	<!--
-	-->
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>
-					maven-project-info-reports-plugin
-				</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<configuration>
-					<quiet>true</quiet>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-checkstyle-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-pmd-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jxr-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>jdepend-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>changelog-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>findbugs-maven-plugin</artifactId>
-				<configuration>
-					<xmlOutput>false</xmlOutput>
-					<threshold>Normal</threshold>
-					<effort>Max</effort>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-surefire-report-plugin</artifactId>
-			</plugin>
-		</plugins>
-
-	</reporting>
-	<modules>
-		<module>framework</module>
-		<module>test</module>
-		<module>cdk</module>
-	</modules>
-	<profiles>
-		<profile>
-			<id>gwt</id>
-			<modules>
-				<module>gwtjsf</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>trinidad</id>
-			<modules>
-				<module>a4j-trinidad</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>seam</id>
-			<modules>
-				<module>a4j-seam</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>portlet</id>
-			<modules>
-				<module>a4j-portlet</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>assembly</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-jar-plugin</artifactId>
-						<configuration>
-							<archive>
-								<index>true</index>
-								<manifest>
-									<addDefaultSpecificationEntries>
-										true
-									</addDefaultSpecificationEntries>
-									<addDefaultImplementationEntries>
-										true
-									</addDefaultImplementationEntries>
-								</manifest>
-								<manifestEntries>
-									<mode>development</mode>
-									<Build-Number>${buildNumber}</Build-Number>
-								</manifestEntries>
-							</archive>
-						</configuration>
-					</plugin>
-					<plugin>
-						<artifactId>maven-javadoc-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>attach-javadoc</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<artifactId>maven-source-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>attach-source</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<artifactId>maven-assembly-plugin</artifactId>
-						<inherited>false</inherited>
-						<configuration>
-							<finalName>ajax4jsf-${version}</finalName>
-							<descriptors>
-								<descriptor>
-									src/main/assembly/distribution.xml
-								</descriptor>
-								<descriptor>
-									src/main/assembly/src.xml
-								</descriptor>
-							</descriptors>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-	<!--module>samples</module-->
-</project>
\ No newline at end of file

Deleted: trunk/samples/cdk/pom.xml.prev
===================================================================
--- trunk/samples/cdk/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/samples/cdk/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-	<!--parent>
-    <artifactId>samples</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent-->
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf.samples</groupId>
-	<artifactId>cdk</artifactId>
-	<name>CDK component creation example</name>
-	<version>0.0.1-SNAPSHOT</version>
-	<description>Test for component generator</description>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.ajax4jsf.cdk</groupId>
-				<artifactId>maven-cdk-plugin</artifactId>
-				<version>1.1.0-SNAPSHOT</version>
-				<configuration>
-					  <library>
-					     <prefix>foo.bar</prefix>
-						<taglib>
-							<uri>https://ajax4jsf.dev.java.net/test</uri>
-							<shortName>cdktest</shortName>
-						</taglib>
-					     <renderkits>
-					       <renderkit>
-					           <name>HTML_FOO</name>
-					           <markup>html</markup>
-					           <classname>foo.bar.renderkit.FooKit</classname>
-					           <package>foo.bar.renderkit.html_foo</package>
-					       </renderkit>
-					     </renderkits>
-					   </library>
-				</configuration>
-				<executions>
-					<execution>
-						<phase>generate-sources</phase>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-	<repositories>
-		<repository>
-		      <releases>
-		          <enabled>true</enabled>
-		      </releases>
-		      <snapshots>
-		          <enabled>false</enabled>
-		          <updatePolicy>never</updatePolicy>
-		      </snapshots>
-			<id>maven2-repository.dev.java.net</id>
-			<name>Java.net Repository for Maven</name>
-			<url>https://maven2-repository.dev.java.net/nonav/repository</url>
-		</repository>
-	</repositories>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.facelets</groupId>
-			<artifactId>jsf-facelets</artifactId>
-			<version>1.1.6</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-			<version>2.4</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>jsp-api</artifactId>
-			<version>2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.faces</groupId>
-			<artifactId>jsf-api</artifactId>
-			<version>1.1_02</version>
-		</dependency>
-		<dependency>
-			<groupId>org.ajax4jsf</groupId>
-			<artifactId>ajax4jsf</artifactId>
-			<version>1.0.4</version>
-		</dependency>
-	</dependencies>
-</project>
\ No newline at end of file

Added: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml	                        (rev 0)
+++ trunk/samples/pom.xml	2007-03-08 17:03:49 UTC (rev 28)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <!--parent>
+    <artifactId>master</artifactId>
+    <groupId>org.ajax4jsf</groupId>
+    <version>1.1.0-SNAPSHOT</version>
+  </parent-->
+  <groupId>org.ajax4jsf</groupId>
+  <artifactId>samples</artifactId>
+  <packaging>pom</packaging>
+  <name>Ajax4jsf examples</name>
+  <version>1.1.1-SNAPSHOT</version>
+  <url>https://ajax4jsf.dev.java.net</url>
+  <dependencies/>
+  <modules>
+    <module>cdk</module>
+  </modules>
+</project>
\ No newline at end of file

Deleted: trunk/samples/pom.xml.prev
===================================================================
--- trunk/samples/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/samples/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <!--parent>
-    <artifactId>master</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent-->
-  <groupId>org.ajax4jsf</groupId>
-  <artifactId>samples</artifactId>
-  <packaging>pom</packaging>
-  <name>Ajax4jsf examples</name>
-  <version>1.1.0-SNAPSHOT</version>
-  <url>https://ajax4jsf.dev.java.net</url>
-  <dependencies/>
-  <modules>
-    <module>cdk</module>
-  </modules>
-</project>
\ No newline at end of file

Deleted: trunk/test/pom.xml.next
===================================================================
--- trunk/test/pom.xml.next	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/test/pom.xml.next	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,67 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <artifactId>master</artifactId>
-    <groupId>org.ajax4jsf</groupId>
-    <version>1.1.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.ajax4jsf</groupId>
-  <artifactId>test</artifactId>
-  <name>Ajax4Jsf test framework</name>
-  <url>https://ajax4jsf.dev.java.net</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.shale</groupId>
-      <artifactId>shale-test</artifactId>
-      <version>1.0.4</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.myfaces</groupId>
-          <artifactId>myfaces-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.myfaces</groupId>
-          <artifactId>myfaces-impl</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>myfaces</groupId>
-          <artifactId>myfaces-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>myfaces</groupId>
-          <artifactId>myfaces-impl</artifactId>
-        </exclusion>
-      </exclusions>      
-    </dependency>
-	<dependency>
-		<groupId>org.ajax4jsf</groupId>
-		<artifactId>ajax4jsf</artifactId>
-		<version>${project.version}</version>
-	</dependency>
-	<dependency>
-		<groupId>htmlunit</groupId>
-		<artifactId>htmlunit</artifactId>
-		<version>1.10</version>
-		<optional>true</optional>
-	</dependency>
-	<dependency>
-		<groupId>org.easymock</groupId>
-		<artifactId>easymock</artifactId>
-		<version>2.2</version>
-		<optional>true</optional>
-	</dependency>
-	<dependency>
-		<groupId>org.easymock</groupId>
-		<artifactId>easymockclassextension</artifactId>
-		<version>2.2.1</version>
-		<optional>true</optional>
-	</dependency>
-  	
-  	
-  </dependencies>
-</project>
\ No newline at end of file

Deleted: trunk/test/pom.xml.prev
===================================================================
--- trunk/test/pom.xml.prev	2007-03-06 20:22:35 UTC (rev 27)
+++ trunk/test/pom.xml.prev	2007-03-08 17:03:49 UTC (rev 28)
@@ -1,181 +0,0 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>master</artifactId>
-		<groupId>org.ajax4jsf</groupId>
-		<version>1.1.0-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.ajax4jsf</groupId>
-	<artifactId>test</artifactId>
-	<name>Ajax4Jsf test framework</name>
-	<url>https://ajax4jsf.dev.java.net</url>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.shale</groupId>
-			<artifactId>shale-test</artifactId>
-			<version>1.0.4</version>
-			<exclusions>
-				<exclusion>
-					<groupId>org.apache.myfaces</groupId>
-					<artifactId>myfaces-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.apache.myfaces</groupId>
-					<artifactId>myfaces-impl</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>myfaces</groupId>
-					<artifactId>myfaces-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>myfaces</groupId>
-					<artifactId>myfaces-impl</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.ajax4jsf</groupId>
-			<artifactId>ajax4jsf</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>htmlunit</groupId>
-			<artifactId>htmlunit</artifactId>
-			<version>1.10</version>
-			<optional>true</optional>
-		</dependency>
-		<dependency>
-			<groupId>org.easymock</groupId>
-			<artifactId>easymock</artifactId>
-			<version>2.2</version>
-			<optional>true</optional>
-		</dependency>
-		<dependency>
-			<groupId>org.easymock</groupId>
-			<artifactId>easymockclassextension</artifactId>
-			<version>2.2.1</version>
-			<optional>true</optional>
-		</dependency>
-	</dependencies>
-	<profiles>
-		<profile>
-			<id>jsf1_1</id>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-				<property>
-					<name>jsfVersion</name>
-					<value>1.1</value>
-				</property>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-compiler-plugin</artifactId>
-						<configuration>
-							<source>1.4</source>
-							<target>1.4</target>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-			<dependencies>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>servlet-api</artifactId>
-					<version>2.4</version>
-				</dependency>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>jsp-api</artifactId>
-					<version>2.0</version>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-api</artifactId>
-					<version>1.1_02</version>
-					<exclusions>
-						<!-- No longer presented in any repo -->
-						<exclusion>
-							<groupId>javax.servlet.jsp</groupId>
-							<artifactId>jsp-api</artifactId>
-						</exclusion>
-						<exclusion>
-							<groupId>javax.servlet.jsp.jstl</groupId>
-							<artifactId>jstl</artifactId>
-						</exclusion>
-					</exclusions>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<id>jsf1_2</id>
-			<activation>
-				<property>
-					<name>jsfVersion</name>
-					<value>1.2</value>
-				</property>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-compiler-plugin</artifactId>
-						<version>2.0</version>
-						<configuration>
-							<source>1.5</source>
-							<target>1.5</target>
-						</configuration>
-					</plugin>
-					<!-- append JSF 1.2 related sources --><!--
-						<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>build-helper-maven-plugin</artifactId>
-						<executions>
-						<execution>
-						<id>add-source</id>
-						<phase>process-sources</phase>
-						<goals>
-						<goal>add-source</goal>
-						</goals>
-						<configuration>
-						<sources>
-						<source>
-						src/main/jsf12
-						</source>
-						</sources>
-						</configuration>
-						</execution>
-						</executions>
-						</plugin>
-					-->
-				</plugins>
-			</build>
-			<dependencies>
-				<dependency>
-					<groupId>javax.servlet</groupId>
-					<artifactId>servlet-api</artifactId>
-					<version>2.5</version>
-				</dependency>
-				<dependency>
-					<groupId>javax.servlet.jsp</groupId>
-					<artifactId>jsp-api</artifactId>
-					<version>2.1</version>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-api</artifactId>
-					<version>1.2_03</version>
-				</dependency>
-			</dependencies>
-		</profile>
-	</profiles>
-</project>
\ No newline at end of file




More information about the ajax4jsf-svn-commits mailing list