Author: adietish
Date: 2011-06-16 10:57:46 -0400 (Thu, 16 Jun 2011)
New Revision: 32136
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
Log:
[JBIDE-9153] removed test exclusion
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2011-06-16 10:31:31 UTC (rev
32135)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2011-06-16 14:57:46 UTC (rev
32136)
@@ -23,19 +23,4 @@
<emma.filter>org.jboss.ide.eclipse.as.core*</emma.filter>
<emma.instrument.bundles>org.jboss.ide.eclipse.as.core</emma.instrument.bundles>
</properties>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
- <version>${tychoVersion}</version>
- <configuration>
- <excludes>
- <exclude>**/*MockJSTPublisherTestDynUtil*</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
Show replies by date