[427682] [CBI] Enable junit tests for ejb repo
diff --git a/tests/org.eclipse.jst.ejb.ui.tests/pom.xml b/tests/org.eclipse.jst.ejb.ui.tests/pom.xml
index da2a7e5..4cc1d77 100644
--- a/tests/org.eclipse.jst.ejb.ui.tests/pom.xml
+++ b/tests/org.eclipse.jst.ejb.ui.tests/pom.xml
@@ -23,5 +23,10 @@
<groupId>org.eclipse.webtools.ejb</groupId>
<artifactId>org.eclipse.jst.ejb.ui.tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <testSuite>${project.artifactId}</testSuite>
+ <testClass>org.eclipse.jst.ejb.ui.tests.AllTests</testClass>
+ </properties>
</project>