NEW - bug 334258: Update UDC Releng to use Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=334258
diff --git a/features/org.eclipse.epp.usagedata.feature/feature.xml b/features/org.eclipse.epp.usagedata.feature/feature.xml
index d33cf23..881369a 100644
--- a/features/org.eclipse.epp.usagedata.feature/feature.xml
+++ b/features/org.eclipse.epp.usagedata.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.epp.usagedata.feature"
       label="Usage Data Collector"
-      version="1.3.0.qualifier"
+      version="1.3.1.qualifier"
       provider-name="Eclipse Packaging Project">
 
    <description url="http://www.eclipse.org/epp/usagedata/index.php">
diff --git a/features/org.eclipse.epp.usagedata.feature/pom.xml b/features/org.eclipse.epp.usagedata.feature/pom.xml
new file mode 100644
index 0000000..d4e3ca9
--- /dev/null
+++ b/features/org.eclipse.epp.usagedata.feature/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>workspace</artifactId>
+    <groupId>org.eclipse.epp.usagedata</groupId>
+    <version>1.3.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.epp.usagedata</groupId>
+  <artifactId>org.eclipse.epp.usagedata.feature</artifactId>
+  <version>1.3.1-SNAPSHOT</version>
+  <packaging>eclipse-feature</packaging>
+</project>
diff --git a/plugins/org.eclipse.epp.usagedata.gathering/META-INF/MANIFEST.MF b/plugins/org.eclipse.epp.usagedata.gathering/META-INF/MANIFEST.MF
index c8aa9da..45ba8d0 100644
--- a/plugins/org.eclipse.epp.usagedata.gathering/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.epp.usagedata.gathering/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.eclipse.epp.usagedata.gathering;singleton:=true
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-Activator: org.eclipse.epp.usagedata.internal.gathering.UsageDataCaptureActivator
 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
  org.eclipse.ui;bundle-version="[3.3.0,4.0.0)"
diff --git a/plugins/org.eclipse.epp.usagedata.gathering/pom.xml b/plugins/org.eclipse.epp.usagedata.gathering/pom.xml
new file mode 100644
index 0000000..ee47099
--- /dev/null
+++ b/plugins/org.eclipse.epp.usagedata.gathering/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>workspace</artifactId>
+    <groupId>org.eclipse.epp.usagedata</groupId>
+    <version>1.3.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.epp.usagedata</groupId>
+  <artifactId>org.eclipse.epp.usagedata.gathering</artifactId>
+  <version>1.3.1-SNAPSHOT</version>
+  <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/org.eclipse.epp.usagedata.recording/META-INF/MANIFEST.MF b/plugins/org.eclipse.epp.usagedata.recording/META-INF/MANIFEST.MF
index 4caeedc..7482050 100644
--- a/plugins/org.eclipse.epp.usagedata.recording/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.epp.usagedata.recording/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.eclipse.epp.usagedata.recording;singleton:=true
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-Activator: org.eclipse.epp.usagedata.internal.recording.UsageDataRecordingActivator
 Require-Bundle: org.eclipse.ui;bundle-version="[3.3.0,4.0.0)",
  org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
diff --git a/plugins/org.eclipse.epp.usagedata.recording/pom.xml b/plugins/org.eclipse.epp.usagedata.recording/pom.xml
new file mode 100644
index 0000000..856e34e
--- /dev/null
+++ b/plugins/org.eclipse.epp.usagedata.recording/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>workspace</artifactId>
+    <groupId>org.eclipse.epp.usagedata</groupId>
+    <version>1.3.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.epp.usagedata</groupId>
+  <artifactId>org.eclipse.epp.usagedata.recording</artifactId>
+  <version>1.3.1-SNAPSHOT</version>
+  <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/org.eclipse.epp.usagedata.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.epp.usagedata.ui/META-INF/MANIFEST.MF
index ba0cdde..41f751c 100644
--- a/plugins/org.eclipse.epp.usagedata.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.epp.usagedata.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.eclipse.epp.usagedata.ui;singleton:=true
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-Activator: org.eclipse.epp.usagedata.internal.ui.Activator
 Require-Bundle: org.eclipse.ui;bundle-version="[3.3.0,4.0.0)",
  org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
diff --git a/plugins/org.eclipse.epp.usagedata.ui/pom.xml b/plugins/org.eclipse.epp.usagedata.ui/pom.xml
new file mode 100644
index 0000000..7dcda8e
--- /dev/null
+++ b/plugins/org.eclipse.epp.usagedata.ui/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>workspace</artifactId>
+    <groupId>org.eclipse.epp.usagedata</groupId>
+    <version>1.3.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.epp.usagedata</groupId>
+  <artifactId>org.eclipse.epp.usagedata.ui</artifactId>
+  <version>1.3.1-SNAPSHOT</version>
+  <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/releng/org.eclipse.epp.usagedata.releng.tycho/.project b/releng/org.eclipse.epp.usagedata.releng.tycho/.project
new file mode 100644
index 0000000..de2e23b
--- /dev/null
+++ b/releng/org.eclipse.epp.usagedata.releng.tycho/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.epp.usagedata.releng.tycho</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
diff --git a/releng/org.eclipse.epp.usagedata.releng.tycho/pom.xml b/releng/org.eclipse.epp.usagedata.releng.tycho/pom.xml
new file mode 100644
index 0000000..a569cde
--- /dev/null
+++ b/releng/org.eclipse.epp.usagedata.releng.tycho/pom.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.eclipse.epp.usagedata</groupId>
+	<artifactId>workspace</artifactId>
+	<version>1.3.1-SNAPSHOT</version>
+	<packaging>pom</packaging>
+	<modules>
+		<module>../org.eclipse.epp.usagedata.feature</module>
+		<module>../org.eclipse.epp.usagedata.gathering</module>
+		<module>../org.eclipse.epp.usagedata.gathering.tests</module>
+		<module>../org.eclipse.epp.usagedata.recording</module>
+		<module>../org.eclipse.epp.usagedata.recording.tests</module>
+		<module>../org.eclipse.epp.usagedata.repository</module>
+		<module>../org.eclipse.epp.usagedata.tests</module>
+		<module>../org.eclipse.epp.usagedata.ui</module>
+		<module>../org.eclipse.epp.usagedata.ui.tests</module>
+	</modules>
+	<repositories>
+		<repository>
+			<id>helios</id>
+			<layout>p2</layout>
+			<url>http://download.eclipse.org/releases/helios</url>
+		</repository>
+	</repositories>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.sonatype.tycho</groupId>
+				<artifactId>tycho-maven-plugin</artifactId>
+				<version>0.10.0</version>
+				<extensions>true</extensions>
+			</plugin>
+		</plugins>
+	</build>
+</project>
diff --git a/releng/org.eclipse.epp.usagedata.repository/.project b/releng/org.eclipse.epp.usagedata.repository/.project
new file mode 100644
index 0000000..6ea2c1d
--- /dev/null
+++ b/releng/org.eclipse.epp.usagedata.repository/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.epp.usagedata.repository</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.UpdateSiteBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.UpdateSiteNature</nature>
+	</natures>
+</projectDescription>
diff --git a/releng/org.eclipse.epp.usagedata.repository/pom.xml b/releng/org.eclipse.epp.usagedata.repository/pom.xml
new file mode 100644
index 0000000..022ddb3
--- /dev/null
+++ b/releng/org.eclipse.epp.usagedata.repository/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>workspace</artifactId>
+    <groupId>org.eclipse.epp.usagedata</groupId>
+    <version>1.3.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.epp.usagedata</groupId>
+  <artifactId>org.eclipse.epp.usagedata.repository</artifactId>
+  <version>1.3.1-SNAPSHOT</version>
+  <packaging>eclipse-update-site</packaging>
+</project>
diff --git a/releng/org.eclipse.epp.usagedata.repository/poma.xml b/releng/org.eclipse.epp.usagedata.repository/poma.xml
new file mode 100644
index 0000000..07c0abe
--- /dev/null
+++ b/releng/org.eclipse.epp.usagedata.repository/poma.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>workspace</artifactId>
+    <groupId>org.eclipse.epp.usagedata</groupId>
+    <version>1.3.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.epp.usagedata</groupId>
+  <artifactId>org.eclipse.epp.usagedata.repository.aggregator</artifactId>
+  <version>1.3.1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <modules>
+    <module>../org.eclipse.epp.usagedata.feature</module>
+    <module>../org.eclipse.epp.usagedata.gathering</module>
+    <module>../org.eclipse.epp.usagedata.gathering.tests</module>
+    <module>../org.eclipse.epp.usagedata.recording</module>
+    <module>../org.eclipse.epp.usagedata.recording.tests</module>
+    <module>../org.eclipse.epp.usagedata.ui</module>
+    <module>../org.eclipse.epp.usagedata.ui.tests</module>
+    <module>.</module>
+  </modules>
+</project>
diff --git a/releng/org.eclipse.epp.usagedata.repository/site.xml b/releng/org.eclipse.epp.usagedata.repository/site.xml
new file mode 100644
index 0000000..f7d3fa0
--- /dev/null
+++ b/releng/org.eclipse.epp.usagedata.repository/site.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <feature url="features/org.eclipse.epp.usagedata.feature_1.3.0.qualifier.jar" id="org.eclipse.epp.usagedata.feature" version="1.3.0.qualifier">
+      <category name="udc"/>
+   </feature>
+   <category-def name="udc" label="Usage Data Collector"/>
+</site>
diff --git a/test/org.eclipse.epp.usagedata.gathering.tests/META-INF/MANIFEST.MF b/test/org.eclipse.epp.usagedata.gathering.tests/META-INF/MANIFEST.MF
index 6c53bfd..de9ea28 100644
--- a/test/org.eclipse.epp.usagedata.gathering.tests/META-INF/MANIFEST.MF
+++ b/test/org.eclipse.epp.usagedata.gathering.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Tests Fragment
 Bundle-SymbolicName: org.eclipse.epp.usagedata.gathering.tests
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Fragment-Host: org.eclipse.epp.usagedata.gathering;bundle-version="[1.1.1,2.0.0)"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.junit4;bundle-version="[4.3.1,5.0.0)"
diff --git a/test/org.eclipse.epp.usagedata.gathering.tests/pom.xml b/test/org.eclipse.epp.usagedata.gathering.tests/pom.xml
new file mode 100644
index 0000000..438568b
--- /dev/null
+++ b/test/org.eclipse.epp.usagedata.gathering.tests/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>workspace</artifactId>
+    <groupId>org.eclipse.epp.usagedata</groupId>
+    <version>1.3.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.epp.usagedata</groupId>
+  <artifactId>org.eclipse.epp.usagedata.gathering.tests</artifactId>
+  <version>1.3.1-SNAPSHOT</version>
+  <packaging>eclipse-test-plugin</packaging>
+</project>
diff --git a/test/org.eclipse.epp.usagedata.recording.tests/META-INF/MANIFEST.MF b/test/org.eclipse.epp.usagedata.recording.tests/META-INF/MANIFEST.MF
index 90c78d5..992f816 100644
--- a/test/org.eclipse.epp.usagedata.recording.tests/META-INF/MANIFEST.MF
+++ b/test/org.eclipse.epp.usagedata.recording.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Usage Data Recording Tests Fragment
 Bundle-SymbolicName: org.eclipse.epp.usagedata.recording.tests;singleton:=true
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Fragment-Host: org.eclipse.epp.usagedata.recording;bundle-version="[1.1.1,2.0.0)"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.junit4;bundle-version="[4.3.1,5.0.0)",
diff --git a/test/org.eclipse.epp.usagedata.recording.tests/pom.xml b/test/org.eclipse.epp.usagedata.recording.tests/pom.xml
new file mode 100644
index 0000000..98e29c8
--- /dev/null
+++ b/test/org.eclipse.epp.usagedata.recording.tests/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>workspace</artifactId>
+    <groupId>org.eclipse.epp.usagedata</groupId>
+    <version>1.3.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.epp.usagedata</groupId>
+  <artifactId>org.eclipse.epp.usagedata.recording.tests</artifactId>
+  <version>1.3.1-SNAPSHOT</version>
+  <packaging>eclipse-test-plugin</packaging>
+</project>
diff --git a/test/org.eclipse.epp.usagedata.tests/META-INF/MANIFEST.MF b/test/org.eclipse.epp.usagedata.tests/META-INF/MANIFEST.MF
index 25ce0ae..a86e226 100644
--- a/test/org.eclipse.epp.usagedata.tests/META-INF/MANIFEST.MF
+++ b/test/org.eclipse.epp.usagedata.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Usagedata Tests Plug-in
 Bundle-SymbolicName: org.eclipse.epp.usagedata.tests
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.junit4;bundle-version="[4.3.1,5.0.0)",
  org.eclipse.epp.usagedata.gathering;bundle-version="[1.0.0,2.0.0)",
diff --git a/test/org.eclipse.epp.usagedata.tests/pom.xml b/test/org.eclipse.epp.usagedata.tests/pom.xml
new file mode 100644
index 0000000..51d679b
--- /dev/null
+++ b/test/org.eclipse.epp.usagedata.tests/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>workspace</artifactId>
+    <groupId>org.eclipse.epp.usagedata</groupId>
+    <version>1.3.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.epp.usagedata</groupId>
+  <artifactId>org.eclipse.epp.usagedata.tests</artifactId>
+  <version>1.3.1-SNAPSHOT</version>
+  <packaging>eclipse-test-plugin</packaging>
+</project>
diff --git a/test/org.eclipse.epp.usagedata.ui.tests/META-INF/MANIFEST.MF b/test/org.eclipse.epp.usagedata.ui.tests/META-INF/MANIFEST.MF
index a65cf1d..218278f 100644
--- a/test/org.eclipse.epp.usagedata.ui.tests/META-INF/MANIFEST.MF
+++ b/test/org.eclipse.epp.usagedata.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Testing Fragment
 Bundle-SymbolicName: org.eclipse.epp.usagedata.ui.tests
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Fragment-Host: org.eclipse.epp.usagedata.ui;bundle-version="[1.1.1,2.0.0)"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.junit4;bundle-version="[4.3.1,5.0.0)"
diff --git a/test/org.eclipse.epp.usagedata.ui.tests/pom.xml b/test/org.eclipse.epp.usagedata.ui.tests/pom.xml
new file mode 100644
index 0000000..d736dbb
--- /dev/null
+++ b/test/org.eclipse.epp.usagedata.ui.tests/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>workspace</artifactId>
+    <groupId>org.eclipse.epp.usagedata</groupId>
+    <version>1.3.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.epp.usagedata</groupId>
+  <artifactId>org.eclipse.epp.usagedata.ui.tests</artifactId>
+  <version>1.3.1-SNAPSHOT</version>
+  <packaging>eclipse-test-plugin</packaging>
+</project>