Author: adietish
Date: 2012-01-16 09:25:24 -0500 (Mon, 16 Jan 2012)
New Revision: 37863
Modified:
trunk/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml
Log:
[JBIDE-10391] implemented GitIgnore to be able to merge new entries with existing ones
Modified: trunk/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml
===================================================================
--- trunk/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml 2012-01-16 14:23:58
UTC (rev 37862)
+++ trunk/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml 2012-01-16 14:25:24
UTC (rev 37863)
@@ -8,8 +8,5 @@
</parent>
<groupId>org.jboss.tools.openshift.tests</groupId>
<artifactId>org.jboss.tools.openshift.egit.test</artifactId>
- <!-- TODO: if this plugin gets actual tests (rather than framework plugins on which
other tests depend)
- then change this to packaging=eclipse-test-plugin to make Tycho RUN the tests
rather than just
- compiling sources -->
- <packaging>eclipse-plugin</packaging>
+ <packaging>eclipse-test-plugin</packaging>
</project>