Author: lfryc(a)redhat.com
Date: 2010-07-11 11:18:40 -0400 (Sun, 11 Jul 2010)
New Revision: 17922
Added:
root/tests/metamer/trunk/ftest-source/
root/tests/metamer/trunk/ftest-source/.gitignore
root/tests/metamer/trunk/ftest-source/pom.xml
root/tests/metamer/trunk/ftest-source/src/
Removed:
root/tests/metamer/trunk/ftest-source/.gitignore
root/tests/metamer/trunk/ftest-source/pom.xml
root/tests/metamer/trunk/ftest-source/src/
root/tests/metamer/trunk/ftest/ftest-source/
Modified:
root/tests/metamer/trunk/ftest/pom.xml
root/tests/metamer/trunk/pom.xml
Log:
moved ftest-source from ftest to root directory
Modified: root/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- root/tests/metamer/trunk/ftest/pom.xml 2010-07-11 14:54:40 UTC (rev 17921)
+++ root/tests/metamer/trunk/ftest/pom.xml 2010-07-11 15:18:40 UTC (rev 17922)
@@ -35,10 +35,6 @@
<name>Metamer: RichFaces Testing Application - Functional Test</name>
<packaging>pom</packaging>
- <modules>
- <module>ftest-source</module>
- </modules>
-
<scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/tests...
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
Copied: root/tests/metamer/trunk/ftest-source (from rev 17921,
root/tests/metamer/trunk/ftest/ftest-source)
Deleted: root/tests/metamer/trunk/ftest-source/.gitignore
===================================================================
--- root/tests/metamer/trunk/ftest/ftest-source/.gitignore 2010-07-11 14:54:40 UTC (rev
17921)
+++ root/tests/metamer/trunk/ftest-source/.gitignore 2010-07-11 15:18:40 UTC (rev 17922)
@@ -1,5 +0,0 @@
-/.classpath
-/.project
-/.settings
-/target
-/profiles.xml
Copied: root/tests/metamer/trunk/ftest-source/.gitignore (from rev 17920,
root/tests/metamer/trunk/ftest/ftest-source/.gitignore)
===================================================================
--- root/tests/metamer/trunk/ftest-source/.gitignore (rev 0)
+++ root/tests/metamer/trunk/ftest-source/.gitignore 2010-07-11 15:18:40 UTC (rev 17922)
@@ -0,0 +1,5 @@
+/.classpath
+/.project
+/.settings
+/target
+/profiles.xml
Deleted: root/tests/metamer/trunk/ftest-source/pom.xml
===================================================================
--- root/tests/metamer/trunk/ftest/ftest-source/pom.xml 2010-07-11 14:54:40 UTC (rev
17921)
+++ root/tests/metamer/trunk/ftest-source/pom.xml 2010-07-11 15:18:40 UTC (rev 17922)
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
- <!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat, Inc.
- and individual contributors by the @authors tag. See the copyright.txt
- in the distribution for a full listing of individual contributors.
-
- This is free software; you can redistribute it and/or modify it under
- the terms of the GNU Lesser General Public License as published by the
- Free Software Foundation; either version 2.1 of the License, or (at
- your option) any later version. This software is distributed in the
- hope that it will be useful, but WITHOUT ANY WARRANTY; without even
- the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this software; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
- USA, or see the FSF site:
http://www.fsf.org.
- -->
-
-<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>
- <groupId>org.richfaces.tests</groupId>
- <artifactId>metamer-root</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.richfaces.tests</groupId>
- <artifactId>metamer-ftest-source</artifactId>
- <name>Metamer: RichFaces Testing Application - Functional Test
Source</name>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <artifactId>root</artifactId>
- <groupId>org.jboss.test.richfaces-selenium</groupId>
- <version>1.5.0.Final</version>
- <scope>import</scope>
- <type>pom</type>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.test</groupId>
- <artifactId>richfaces-selenium</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
Copied: root/tests/metamer/trunk/ftest-source/pom.xml (from rev 17920,
root/tests/metamer/trunk/ftest/ftest-source/pom.xml)
===================================================================
--- root/tests/metamer/trunk/ftest-source/pom.xml (rev 0)
+++ root/tests/metamer/trunk/ftest-source/pom.xml 2010-07-11 15:18:40 UTC (rev 17922)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+ <!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat, Inc.
+ and individual contributors by the @authors tag. See the copyright.txt
+ in the distribution for a full listing of individual contributors.
+
+ This is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version. This software is distributed in the
+ hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this software; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
+ USA, or see the FSF site:
http://www.fsf.org.
+ -->
+
+<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>
+ <groupId>org.richfaces.tests</groupId>
+ <artifactId>metamer-root</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.richfaces.tests</groupId>
+ <artifactId>metamer-ftest-source</artifactId>
+ <name>Metamer: RichFaces Testing Application - Functional Test
Source</name>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <artifactId>root</artifactId>
+ <groupId>org.jboss.test.richfaces-selenium</groupId>
+ <version>1.5.0.Final</version>
+ <scope>import</scope>
+ <type>pom</type>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.test</groupId>
+ <artifactId>richfaces-selenium</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Copied: root/tests/metamer/trunk/ftest-source/src (from rev 17920,
root/tests/metamer/trunk/ftest/ftest-source/src)
Modified: root/tests/metamer/trunk/pom.xml
===================================================================
--- root/tests/metamer/trunk/pom.xml 2010-07-11 14:54:40 UTC (rev 17921)
+++ root/tests/metamer/trunk/pom.xml 2010-07-11 15:18:40 UTC (rev 17922)
@@ -38,6 +38,7 @@
<modules>
<module>application</module>
+ <module>ftest-source</module>
<module>ftest</module>
</modules>