| commit | 813d71d02361e713431b4e8c2e7204b2e3157215 | [log] [tgz] |
|---|---|---|
| author | Ralf Sternberg <rsternberg@eclipsesource.com> | Sat Nov 10 10:25:59 2012 +0100 |
| committer | Ralf Sternberg <rsternberg@eclipsesource.com> | Sat Nov 10 10:25:59 2012 +0100 |
| tree | 7a107f2cbbe83c1c14e0079765aba594dedca7f4 | |
| parent | edb4482545415c6e84dec6e569e6d00c2ead6d4a [diff] |
Run tests in OSGi See bug 393955: Run tests on OSGi in incubator build https://bugs.eclipse.org/bugs/show_bug.cgi?id=393955
diff --git a/tests/org.eclipse.rap.clientscripting.test/pom.xml b/tests/org.eclipse.rap.clientscripting.test/pom.xml index 344ed0a..585b23d 100644 --- a/tests/org.eclipse.rap.clientscripting.test/pom.xml +++ b/tests/org.eclipse.rap.clientscripting.test/pom.xml
@@ -23,6 +23,6 @@ <artifactId>org.eclipse.rap.clientscripting.test</artifactId> <version>0.1.100-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> + <packaging>eclipse-test-plugin</packaging> </project>