Skip to content

Commit

Permalink
MichaelTamm: Updated remote-control/pom.xml
Browse files Browse the repository at this point in the history
r11445
  • Loading branch information
Michael Tamm committed Feb 15, 2011
1 parent 3fbd798 commit 11ba1a1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions maven/remote-control/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
<artifactId>selenium-iphone-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<!-- We need TestNG for SeleneseTestNgHelper ... -->
<dependency>
<groupId>org.testng</groupId>
Expand Down Expand Up @@ -92,10 +98,11 @@
<phase>generate-resources</phase>
<configuration>
<tasks>
<!-- Extract *.js files from webdriver-backed-selenium.jar to target/classes ... -->
<unjar src="../../build/java/client/src/org/openqa/selenium/webdriver-backed-selenium.jar" dest="target/classes">
<!-- Extract *.js files from client-combined-nodeps.jar to target/classes ... -->
<unjar src="../../build/java/client/src/org/openqa/selenium/client-combined-nodeps.jar" dest="target/classes">
<patternset>
<include name="**/*.js" />
<include name="scripts/selenium/*.js" />
<include name="**/seleniumemulation/*.js" />
</patternset>
</unjar>
</tasks>
Expand Down

0 comments on commit 11ba1a1

Please sign in to comment.