[richfaces-svn-commits] JBoss Rich Faces SVN: r1398 - in branches/refactor1/samples: richfaces-samples and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 28 18:31:03 EDT 2007


Author: alexsmirnov
Date: 2007-06-28 18:31:03 -0400 (Thu, 28 Jun 2007)
New Revision: 1398

Added:
   branches/refactor1/samples/.svnignore
   branches/refactor1/samples/createProject.bat
   branches/refactor1/samples/createProject.sh
   branches/refactor1/samples/dataFilterSliderDemo/
   branches/refactor1/samples/dataTableDemo/
   branches/refactor1/samples/datascroller-sample/
   branches/refactor1/samples/dragDropDemo/
   branches/refactor1/samples/dropdownmenu-sample/
   branches/refactor1/samples/gmap-sample/
   branches/refactor1/samples/inputNumberSliderDemo/
   branches/refactor1/samples/inputNumberSpinnerDemo/
   branches/refactor1/samples/modalpanel-sample/
   branches/refactor1/samples/panel-sample/
   branches/refactor1/samples/panelbar-sample/
   branches/refactor1/samples/pom.xml
   branches/refactor1/samples/richfaces-art-datatable/
   branches/refactor1/samples/richfaces-demo/
   branches/refactor1/samples/separator-sample/
   branches/refactor1/samples/simpleTogglePanel-sample/
   branches/refactor1/samples/skins/
   branches/refactor1/samples/slidePanelDemo/
   branches/refactor1/samples/suggestionbox-sample/
   branches/refactor1/samples/tabPanelDemo/
   branches/refactor1/samples/togglePanel-sample/
   branches/refactor1/samples/togglePanelDemo/
   branches/refactor1/samples/toolBarDemo/
   branches/refactor1/samples/tree-demo/
Removed:
   branches/refactor1/samples/richfaces-samples/.svnignore
   branches/refactor1/samples/richfaces-samples/createProject.bat
   branches/refactor1/samples/richfaces-samples/createProject.sh
   branches/refactor1/samples/richfaces-samples/dataFilterSliderDemo/
   branches/refactor1/samples/richfaces-samples/dataTableDemo/
   branches/refactor1/samples/richfaces-samples/datascroller-sample/
   branches/refactor1/samples/richfaces-samples/dragDropDemo/
   branches/refactor1/samples/richfaces-samples/dropdownmenu-sample/
   branches/refactor1/samples/richfaces-samples/gmap-sample/
   branches/refactor1/samples/richfaces-samples/inputNumberSliderDemo/
   branches/refactor1/samples/richfaces-samples/inputNumberSpinnerDemo/
   branches/refactor1/samples/richfaces-samples/modalpanel-sample/
   branches/refactor1/samples/richfaces-samples/panel-sample/
   branches/refactor1/samples/richfaces-samples/panelbar-sample/
   branches/refactor1/samples/richfaces-samples/pom.xml
   branches/refactor1/samples/richfaces-samples/richfaces-art-datatable/
   branches/refactor1/samples/richfaces-samples/richfaces-demo/
   branches/refactor1/samples/richfaces-samples/separator-sample/
   branches/refactor1/samples/richfaces-samples/simpleTogglePanel-sample/
   branches/refactor1/samples/richfaces-samples/skins/
   branches/refactor1/samples/richfaces-samples/slidePanelDemo/
   branches/refactor1/samples/richfaces-samples/suggestionbox-sample/
   branches/refactor1/samples/richfaces-samples/tabPanelDemo/
   branches/refactor1/samples/richfaces-samples/togglePanel-sample/
   branches/refactor1/samples/richfaces-samples/togglePanelDemo/
   branches/refactor1/samples/richfaces-samples/toolBarDemo/
   branches/refactor1/samples/richfaces-samples/tree-demo/
Log:
continue refactoring

Copied: branches/refactor1/samples/.svnignore (from rev 1393, branches/refactor1/samples/richfaces-samples/.svnignore)
===================================================================
--- branches/refactor1/samples/.svnignore	                        (rev 0)
+++ branches/refactor1/samples/.svnignore	2007-06-28 22:31:03 UTC (rev 1398)
@@ -0,0 +1 @@
+target

Copied: branches/refactor1/samples/createProject.bat (from rev 1393, branches/refactor1/samples/richfaces-samples/createProject.bat)
===================================================================
--- branches/refactor1/samples/createProject.bat	                        (rev 0)
+++ branches/refactor1/samples/createProject.bat	2007-06-28 22:31:03 UTC (rev 1398)
@@ -0,0 +1 @@
+mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=1.1.1-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file

Copied: branches/refactor1/samples/createProject.sh (from rev 1393, branches/refactor1/samples/richfaces-samples/createProject.sh)
===================================================================
--- branches/refactor1/samples/createProject.sh	                        (rev 0)
+++ branches/refactor1/samples/createProject.sh	2007-06-28 22:31:03 UTC (rev 1398)
@@ -0,0 +1,3 @@
+#!/bin/sh
+mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp \
+         -DarchetypeVersion=1.1.1-SNAPSHOT -DgroupId=org.richfaces -DartifactId=$1
\ No newline at end of file

Copied: branches/refactor1/samples/dataFilterSliderDemo (from rev 1393, branches/refactor1/samples/richfaces-samples/dataFilterSliderDemo)

Copied: branches/refactor1/samples/dataTableDemo (from rev 1393, branches/refactor1/samples/richfaces-samples/dataTableDemo)

Copied: branches/refactor1/samples/datascroller-sample (from rev 1393, branches/refactor1/samples/richfaces-samples/datascroller-sample)

Copied: branches/refactor1/samples/dragDropDemo (from rev 1393, branches/refactor1/samples/richfaces-samples/dragDropDemo)

Copied: branches/refactor1/samples/dropdownmenu-sample (from rev 1393, branches/refactor1/samples/richfaces-samples/dropdownmenu-sample)

Copied: branches/refactor1/samples/gmap-sample (from rev 1393, branches/refactor1/samples/richfaces-samples/gmap-sample)

Copied: branches/refactor1/samples/inputNumberSliderDemo (from rev 1393, branches/refactor1/samples/richfaces-samples/inputNumberSliderDemo)

Copied: branches/refactor1/samples/inputNumberSpinnerDemo (from rev 1393, branches/refactor1/samples/richfaces-samples/inputNumberSpinnerDemo)

Copied: branches/refactor1/samples/modalpanel-sample (from rev 1393, branches/refactor1/samples/richfaces-samples/modalpanel-sample)

Copied: branches/refactor1/samples/panel-sample (from rev 1393, branches/refactor1/samples/richfaces-samples/panel-sample)

Copied: branches/refactor1/samples/panelbar-sample (from rev 1393, branches/refactor1/samples/richfaces-samples/panelbar-sample)

Copied: branches/refactor1/samples/pom.xml (from rev 1393, branches/refactor1/samples/richfaces-samples/pom.xml)
===================================================================
--- branches/refactor1/samples/pom.xml	                        (rev 0)
+++ branches/refactor1/samples/pom.xml	2007-06-28 22:31:03 UTC (rev 1398)
@@ -0,0 +1,286 @@
+<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.richfaces</groupId>
+	<artifactId>richfaces-samples</artifactId>
+	<packaging>pom</packaging>
+	<name>RichFaces Components Examples</name>
+	<version>3.1.0-SNAPSHOT</version>
+	<url>http://labs.jboss.com/jbossrichfaces/samples</url>
+    <properties>
+		<!-- -->
+    </properties>
+	<!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.mortbay.jetty</groupId>
+				<artifactId>maven-jetty-plugin</artifactId>
+				<!-- 
+				 -->
+				<version>6.1.3</version>
+				<configuration>
+					<scanIntervalSeconds>10</scanIntervalSeconds>
+					<connectors>
+						<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+							<port>8080</port>
+							<maxIdleTime>60000</maxIdleTime>
+						</connector>
+					</connectors>
+				</configuration>
+
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+				<executions>
+					<execution>
+						<id>surefire-it</id>
+						<phase>integration-test</phase>
+						<goals>
+							<goal>test</goal>
+						</goals>
+						<configuration>
+							<skip>false</skip>
+						</configuration>
+					</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.richfaces</groupId>
+			<artifactId>ajax4jsf</artifactId>
+			<version>3.1.0-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.facelets</groupId>
+			<artifactId>jsf-facelets</artifactId>
+			<version>1.1.12</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.el</groupId>
+			<artifactId>el-api</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>el-impl</groupId>
+			<artifactId>el-impl</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>jstl</artifactId>
+			<version>1.0</version>
+			<scope>runtime</scope>
+		</dependency>
+	</dependencies>
+
+	<scm>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/richfaces-samples</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/richfaces-samples</developerConnection>
+		<url>http://anonsvn.jboss.org/repos/richfaces/</url>
+	</scm>
+
+	<distributionManagement>
+	  <downloadUrl>http://labs.jboss.com/portal/jbossrichfaces/downloads</downloadUrl>
+                <repository>
+                        <id>release-repository</id>
+                        <uniqueVersion>false</uniqueVersion>
+                        <url>${releaseRepository}</url>
+                </repository>
+                <snapshotRepository>
+                        <id>snap-repository</id>
+                        <uniqueVersion>true</uniqueVersion>
+                        <url>${snapshotRepository}</url>
+                </snapshotRepository>
+    <site>
+          <id>richfaces-samples-site</id>
+            <url>richfaces-samples/</url>
+    </site>
+	</distributionManagement>
+	<repositories>
+		<repository>
+			<releases />
+			<snapshots>
+				<enabled>false</enabled>
+				<updatePolicy>never</updatePolicy>
+			</snapshots>
+			<id>maven-repository.dev.java.net</id>
+			<name>Java.net Repository for Maven</name>
+			<url>
+				https://maven-repository.dev.java.net/nonav/repository
+			</url>
+			<layout>legacy</layout>
+		</repository>
+		<repository>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+				<updatePolicy>always</updatePolicy>
+			</snapshots>
+			<id>maven.exadel.com</id>
+			<name>Jboss Repository for Maven Snapshots</name>
+			<url>http://maven.exadel.com/</url>
+		</repository>
+	</repositories>
+	<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.servlet</groupId>
+					<artifactId>jstl</artifactId>
+					<version>1.0</version>
+				</dependency>
+			</dependencies>
+		</profile>
+		<profile>
+			<id>jsf1_2</id>
+			<build>
+				<defaultGoal>jetty:run</defaultGoal>
+				<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>
+			</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_04</version>
+				</dependency>
+				<dependency>
+					<groupId>javax.faces</groupId>
+					<artifactId>jsf-impl</artifactId>
+					<version>1.2_04</version>
+					<scope>runtime</scope>
+				</dependency>
+			</dependencies>
+		</profile>
+		<profile>
+			<id>myfaces</id>
+			<properties>
+				<myfaces>1.1.5</myfaces>
+    	        <tomahawk>1.1.5</tomahawk>
+			</properties>
+			<build>
+				<plugins />
+			</build>
+			<dependencies>
+				<dependency>
+					<groupId>org.richfaces</groupId>
+					<artifactId>ajax4jsf</artifactId>
+					<version>3.1.0-SNAPSHOT</version>
+					<exclusions>
+						<exclusion>
+							<groupId>javax.faces</groupId>
+							<artifactId>jsf-api</artifactId>
+						</exclusion>
+						<exclusion>
+							<groupId>javax.faces</groupId>
+							<artifactId>jsf-impl</artifactId>
+						</exclusion>
+					</exclusions>
+				</dependency>
+				<dependency>
+					<groupId>org.apache.myfaces.core</groupId>
+					<artifactId>myfaces-api</artifactId>
+					<version>${myfaces}</version>
+				</dependency>
+				<dependency>
+					<groupId>org.apache.myfaces.core</groupId>
+					<artifactId>myfaces-impl</artifactId>
+					<version>${myfaces}</version>
+					<scope>runtime</scope>
+				</dependency>
+			</dependencies>
+		</profile>
+	</profiles>
+	<modules>
+		<module>skins</module>
+		<module>separator-sample</module>
+		<module>panel-sample</module>
+		<module>gmap-sample</module>
+		<module>togglePanel-sample</module>
+		<module>tabPanelDemo</module>
+		<module>simpleTogglePanel-sample</module>
+		<module>inputNumberSpinnerDemo</module>
+		<module>inputNumberSliderDemo</module>
+		<module>panelbar-sample</module>
+		<module>toolBarDemo</module>
+		<module>tree-demo</module>
+		<module>dataFilterSliderDemo</module>
+		<module>suggestionbox-sample</module>
+		<module>dragDropDemo</module>
+		<module>dataTableDemo</module>
+		<module>modalpanel-sample</module>
+		<module>datascroller-sample</module>
+		<module>richfaces-demo</module>
+		<module>dropdownmenu-sample</module>
+	</modules>
+</project>
\ No newline at end of file

Copied: branches/refactor1/samples/richfaces-art-datatable (from rev 1393, branches/refactor1/samples/richfaces-samples/richfaces-art-datatable)

Copied: branches/refactor1/samples/richfaces-demo (from rev 1393, branches/refactor1/samples/richfaces-samples/richfaces-demo)

Deleted: branches/refactor1/samples/richfaces-samples/.svnignore
===================================================================
--- branches/refactor1/samples/richfaces-samples/.svnignore	2007-06-28 22:13:05 UTC (rev 1397)
+++ branches/refactor1/samples/richfaces-samples/.svnignore	2007-06-28 22:31:03 UTC (rev 1398)
@@ -1 +0,0 @@
-target

Deleted: branches/refactor1/samples/richfaces-samples/createProject.bat
===================================================================
--- branches/refactor1/samples/richfaces-samples/createProject.bat	2007-06-28 22:13:05 UTC (rev 1397)
+++ branches/refactor1/samples/richfaces-samples/createProject.bat	2007-06-28 22:31:03 UTC (rev 1398)
@@ -1 +0,0 @@
-mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=1.1.1-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file

Deleted: branches/refactor1/samples/richfaces-samples/createProject.sh
===================================================================
--- branches/refactor1/samples/richfaces-samples/createProject.sh	2007-06-28 22:13:05 UTC (rev 1397)
+++ branches/refactor1/samples/richfaces-samples/createProject.sh	2007-06-28 22:31:03 UTC (rev 1398)
@@ -1,3 +0,0 @@
-#!/bin/sh
-mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp \
-         -DarchetypeVersion=1.1.1-SNAPSHOT -DgroupId=org.richfaces -DartifactId=$1
\ No newline at end of file

Deleted: branches/refactor1/samples/richfaces-samples/pom.xml
===================================================================
--- branches/refactor1/samples/richfaces-samples/pom.xml	2007-06-28 22:13:05 UTC (rev 1397)
+++ branches/refactor1/samples/richfaces-samples/pom.xml	2007-06-28 22:31:03 UTC (rev 1398)
@@ -1,286 +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.richfaces</groupId>
-	<artifactId>richfaces-samples</artifactId>
-	<packaging>pom</packaging>
-	<name>RichFaces Components Examples</name>
-	<version>3.1.0-SNAPSHOT</version>
-	<url>http://labs.jboss.com/jbossrichfaces/samples</url>
-    <properties>
-		<!-- -->
-    </properties>
-	<!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.mortbay.jetty</groupId>
-				<artifactId>maven-jetty-plugin</artifactId>
-				<!-- 
-				 -->
-				<version>6.1.3</version>
-				<configuration>
-					<scanIntervalSeconds>10</scanIntervalSeconds>
-					<connectors>
-						<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-							<port>8080</port>
-							<maxIdleTime>60000</maxIdleTime>
-						</connector>
-					</connectors>
-				</configuration>
-
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-surefire-plugin</artifactId>
-				<configuration>
-					<skip>true</skip>
-				</configuration>
-				<executions>
-					<execution>
-						<id>surefire-it</id>
-						<phase>integration-test</phase>
-						<goals>
-							<goal>test</goal>
-						</goals>
-						<configuration>
-							<skip>false</skip>
-						</configuration>
-					</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.richfaces</groupId>
-			<artifactId>ajax4jsf</artifactId>
-			<version>3.1.0-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.facelets</groupId>
-			<artifactId>jsf-facelets</artifactId>
-			<version>1.1.12</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.el</groupId>
-			<artifactId>el-api</artifactId>
-			<version>1.0</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>el-impl</groupId>
-			<artifactId>el-impl</artifactId>
-			<version>1.0</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>jstl</artifactId>
-			<version>1.0</version>
-			<scope>runtime</scope>
-		</dependency>
-	</dependencies>
-
-	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/richfaces-samples</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/richfaces-samples</developerConnection>
-		<url>http://anonsvn.jboss.org/repos/richfaces/</url>
-	</scm>
-
-	<distributionManagement>
-	  <downloadUrl>http://labs.jboss.com/portal/jbossrichfaces/downloads</downloadUrl>
-                <repository>
-                        <id>release-repository</id>
-                        <uniqueVersion>false</uniqueVersion>
-                        <url>${releaseRepository}</url>
-                </repository>
-                <snapshotRepository>
-                        <id>snap-repository</id>
-                        <uniqueVersion>true</uniqueVersion>
-                        <url>${snapshotRepository}</url>
-                </snapshotRepository>
-    <site>
-          <id>richfaces-samples-site</id>
-            <url>richfaces-samples/</url>
-    </site>
-	</distributionManagement>
-	<repositories>
-		<repository>
-			<releases />
-			<snapshots>
-				<enabled>false</enabled>
-				<updatePolicy>never</updatePolicy>
-			</snapshots>
-			<id>maven-repository.dev.java.net</id>
-			<name>Java.net Repository for Maven</name>
-			<url>
-				https://maven-repository.dev.java.net/nonav/repository
-			</url>
-			<layout>legacy</layout>
-		</repository>
-		<repository>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-				<updatePolicy>always</updatePolicy>
-			</snapshots>
-			<id>maven.exadel.com</id>
-			<name>Jboss Repository for Maven Snapshots</name>
-			<url>http://maven.exadel.com/</url>
-		</repository>
-	</repositories>
-	<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.servlet</groupId>
-					<artifactId>jstl</artifactId>
-					<version>1.0</version>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<id>jsf1_2</id>
-			<build>
-				<defaultGoal>jetty:run</defaultGoal>
-				<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>
-			</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_04</version>
-				</dependency>
-				<dependency>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-impl</artifactId>
-					<version>1.2_04</version>
-					<scope>runtime</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<id>myfaces</id>
-			<properties>
-				<myfaces>1.1.5</myfaces>
-    	        <tomahawk>1.1.5</tomahawk>
-			</properties>
-			<build>
-				<plugins />
-			</build>
-			<dependencies>
-				<dependency>
-					<groupId>org.richfaces</groupId>
-					<artifactId>ajax4jsf</artifactId>
-					<version>3.1.0-SNAPSHOT</version>
-					<exclusions>
-						<exclusion>
-							<groupId>javax.faces</groupId>
-							<artifactId>jsf-api</artifactId>
-						</exclusion>
-						<exclusion>
-							<groupId>javax.faces</groupId>
-							<artifactId>jsf-impl</artifactId>
-						</exclusion>
-					</exclusions>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.myfaces.core</groupId>
-					<artifactId>myfaces-api</artifactId>
-					<version>${myfaces}</version>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.myfaces.core</groupId>
-					<artifactId>myfaces-impl</artifactId>
-					<version>${myfaces}</version>
-					<scope>runtime</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-	</profiles>
-	<modules>
-		<module>skins</module>
-		<module>separator-sample</module>
-		<module>panel-sample</module>
-		<module>gmap-sample</module>
-		<module>togglePanel-sample</module>
-		<module>tabPanelDemo</module>
-		<module>simpleTogglePanel-sample</module>
-		<module>inputNumberSpinnerDemo</module>
-		<module>inputNumberSliderDemo</module>
-		<module>panelbar-sample</module>
-		<module>toolBarDemo</module>
-		<module>tree-demo</module>
-		<module>dataFilterSliderDemo</module>
-		<module>suggestionbox-sample</module>
-		<module>dragDropDemo</module>
-		<module>dataTableDemo</module>
-		<module>modalpanel-sample</module>
-		<module>datascroller-sample</module>
-		<module>richfaces-demo</module>
-		<module>dropdownmenu-sample</module>
-	</modules>
-</project>
\ No newline at end of file

Copied: branches/refactor1/samples/separator-sample (from rev 1393, branches/refactor1/samples/richfaces-samples/separator-sample)

Copied: branches/refactor1/samples/simpleTogglePanel-sample (from rev 1393, branches/refactor1/samples/richfaces-samples/simpleTogglePanel-sample)

Copied: branches/refactor1/samples/skins (from rev 1393, branches/refactor1/samples/richfaces-samples/skins)

Copied: branches/refactor1/samples/slidePanelDemo (from rev 1393, branches/refactor1/samples/richfaces-samples/slidePanelDemo)

Copied: branches/refactor1/samples/suggestionbox-sample (from rev 1393, branches/refactor1/samples/richfaces-samples/suggestionbox-sample)

Copied: branches/refactor1/samples/tabPanelDemo (from rev 1393, branches/refactor1/samples/richfaces-samples/tabPanelDemo)

Copied: branches/refactor1/samples/togglePanel-sample (from rev 1393, branches/refactor1/samples/richfaces-samples/togglePanel-sample)

Copied: branches/refactor1/samples/togglePanelDemo (from rev 1393, branches/refactor1/samples/richfaces-samples/togglePanelDemo)

Copied: branches/refactor1/samples/toolBarDemo (from rev 1393, branches/refactor1/samples/richfaces-samples/toolBarDemo)

Copied: branches/refactor1/samples/tree-demo (from rev 1393, branches/refactor1/samples/richfaces-samples/tree-demo)




More information about the richfaces-svn-commits mailing list