Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.ui.tests.browser/pom.xml')
-rw-r--r--tests/org.eclipse.ui.tests.browser/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/org.eclipse.ui.tests.browser/pom.xml b/tests/org.eclipse.ui.tests.browser/pom.xml
index a47acaedea0..bddd748f9bb 100644
--- a/tests/org.eclipse.ui.tests.browser/pom.xml
+++ b/tests/org.eclipse.ui.tests.browser/pom.xml
@@ -5,7 +5,7 @@
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
-
+
Contributors:
Igor Fedorenko - initial implementation
-->
@@ -19,5 +19,6 @@
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.tests.browser</artifactId>
<version>3.1.0</version>
- <packaging>eclipse-plugin</packaging>
+ <packaging>eclipse-test-plugin</packaging>
+
</project>

Back to the top