Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Dahanne2011-08-28 21:55:43 +0000
committerPascal Rapicault2011-09-18 18:51:40 +0000
commit7e0d1fc28a4dddd7f509892851e0c13acaf00423 (patch)
tree54f210ff1238f44300cc6a273f80e1c24ac1a46b
parent19646cf05e15da95a6f278938f1cde301a8473ec (diff)
downloadrt.equinox.p2-7e0d1fc28a4dddd7f509892851e0c13acaf00423.tar.gz
rt.equinox.p2-7e0d1fc28a4dddd7f509892851e0c13acaf00423.tar.xz
rt.equinox.p2-7e0d1fc28a4dddd7f509892851e0c13acaf00423.zip
changing the packaging from eclipse-plugin to eclipse-test-plugin ; tests are passing when tycho surefire plugin launch them
Signed-off-by: Pascal Rapicault <pascal@sonatype.com>
-rw-r--r--bundles/ie.wombat.jbdiff.test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/ie.wombat.jbdiff.test/pom.xml b/bundles/ie.wombat.jbdiff.test/pom.xml
index e99f45f19..b5c5152c4 100644
--- a/bundles/ie.wombat.jbdiff.test/pom.xml
+++ b/bundles/ie.wombat.jbdiff.test/pom.xml
@@ -11,5 +11,5 @@
<groupId>org.eclipse</groupId>
<artifactId>ie.wombat.jbdiff.test</artifactId>
<version>0.1.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
+ <packaging>eclipse-test-plugin</packaging>
</project>

Back to the top