Author: dgolovin
Date: 2010-06-03 17:51:43 -0400 (Thu, 03 Jun 2010)
New Revision: 22529
Added:
trunk/jsf/tests/test-pom.xml
Log:
generic pom file vor vpe tests
Added: trunk/jsf/tests/test-pom.xml
===================================================================
--- trunk/jsf/tests/test-pom.xml (rev 0)
+++ trunk/jsf/tests/test-pom.xml 2010-06-03 21:51:43 UTC (rev 22529)
@@ -0,0 +1,34 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
+ <artifactId>jsf.generic.test</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <configuration>
+ <!-- argLine>-Xdebug
-Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y</argLine-->
+ <explodedBundles>
+ <bundle>org.jboss.tools.vpe</bundle>
+ <bundle>org.mozilla.xulrunner.carbon.macosx</bundle>
+ <bundle>org.mozilla.xulrunner.cocoa.macosx</bundle>
+ <bundle>org.mozilla.xulrunner.gtk.linux.x86</bundle>
+ <bundle>org.mozilla.xulrunner.gtk.linux.x86_64</bundle>
+ <bundle>org.mozilla.xulrunner.win32.win32.x86</bundle>
+ </explodedBundles>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
+