Author: prabhat.jha(a)jboss.com
Date: 2009-08-26 12:32:25 -0400 (Wed, 26 Aug 2009)
New Revision: 15326
Added:
branches/community/3.3.X/samples/richfaces-demo/functional-test/.classpath
branches/community/3.3.X/samples/richfaces-demo/functional-test/.project
Log:
adding eclipse setup
Added: branches/community/3.3.X/samples/richfaces-demo/functional-test/.classpath
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/functional-test/.classpath
(rev 0)
+++ branches/community/3.3.X/samples/richfaces-demo/functional-test/.classpath 2009-08-26
16:32:25 UTC (rev 15326)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry including="**/*.java" kind="src"
output="target/test-classes" path="src/test/java"/>
+ <classpathentry including="**/*.js|**/*.properties" kind="src"
path="src/test/resources"/>
+ <classpathentry including="**/*.java" kind="src"
output="target/classes" path="src/main/java"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="var"
path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/org/seleniumhq/selenium/client-drivers/selenium-java-client-driver/1.0.1/selenium-java-client-driver-1.0.1.jar"
sourcepath="/M2_REPO/org/seleniumhq/selenium/client-drivers/selenium-java-client-driver/1.0.1/selenium-java-client-driver-1.0.1-sources.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/org/testng/testng/5.8/testng-5.8-jdk15.jar"
sourcepath="/M2_REPO/org/testng/testng/5.8/testng-5.8-sources.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"
sourcepath="/M2_REPO/commons-lang/commons-lang/2.4/commons-lang-2.4-sources.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/org/jboss/test/selenium/1.0-SNAPSHOT/selenium-1.0-SNAPSHOT.jar"
sourcepath="/M2_REPO/org/jboss/test/selenium/1.0-SNAPSHOT/selenium-1.0-SNAPSHOT-sources.jar"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Added: branches/community/3.3.X/samples/richfaces-demo/functional-test/.project
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/functional-test/.project
(rev 0)
+++ branches/community/3.3.X/samples/richfaces-demo/functional-test/.project 2009-08-26
16:32:25 UTC (rev 15326)
@@ -0,0 +1,21 @@
+<projectDescription>
+ <name>selenium-test</name>
+ <comment/>
+ <projects/>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.wst.common.project.facet.core.builder</name>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ </buildCommand>
+ <buildCommand>
+ <name>org.maven.ide.eclipse.maven2Builder</name>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.maven.ide.eclipse.maven2Nature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+ </natures>
+</projectDescription>
\ No newline at end of file