Contrib: update OT-maven connector to work with jboss's jdt connector
diff --git a/plugins/org.eclipse.objectteams.mvn/META-INF/MANIFEST.MF b/plugins/org.eclipse.objectteams.mvn/META-INF/MANIFEST.MF
index aa0dbc2..cdd88e0 100644
--- a/plugins/org.eclipse.objectteams.mvn/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.objectteams.mvn/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.objectteams.mvn;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.1.qualifier
Bundle-Localization: plugin
Bundle-Vendor: %bundleVendor
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
diff --git a/plugins/org.eclipse.objectteams.mvn/about.ini b/plugins/org.eclipse.objectteams.mvn/about.ini
index 367169c..19c9664 100644
--- a/plugins/org.eclipse.objectteams.mvn/about.ini
+++ b/plugins/org.eclipse.objectteams.mvn/about.ini
@@ -1,6 +1,6 @@
aboutText=Maven Integration for Object Teams (Early Access)\n\
\n\
-Copyright (c) 2011 GK Software AG and others.\n\
+Copyright (c) 2011, 2013 GK Software AG and others.\n\
Author: Stephan Herrmann\n\
\n\
This is an early access version of a connector\n\
diff --git a/plugins/org.eclipse.objectteams.mvn/build.properties b/plugins/org.eclipse.objectteams.mvn/build.properties
index da1018a..dcde528 100644
--- a/plugins/org.eclipse.objectteams.mvn/build.properties
+++ b/plugins/org.eclipse.objectteams.mvn/build.properties
@@ -5,5 +5,4 @@
plugin.xml,\
plugin.properties,\
about.html,\
- about.ini,\
- lifecycle-mapping-metadata.xml
+ about.ini
diff --git a/plugins/org.eclipse.objectteams.mvn/lifecycle-mapping-metadata.xml b/plugins/org.eclipse.objectteams.mvn/lifecycle-mapping-metadata.xml
deleted file mode 100644
index e808b8c..0000000
--- a/plugins/org.eclipse.objectteams.mvn/lifecycle-mapping-metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <versionRange>[2.0,)</versionRange>
- <goals>
- <goal>compile</goal>
- <goal>testCompile</goal>
- </goals>
- <parameters>
- <compilerId>jdt</compilerId>
- </parameters>
- </pluginExecutionFilter>
- <action>
- <configurator>
- <id>org.eclipse.m2e.jdt.javaConfigurator</id>
- </configurator>
- </action>
- </pluginExecution>
- </pluginExecutions>
-</lifecycleMappingMetadata>
diff --git a/plugins/org.eclipse.objectteams.mvn/plugin.xml b/plugins/org.eclipse.objectteams.mvn/plugin.xml
index a04c81a..a92ed16 100644
--- a/plugins/org.eclipse.objectteams.mvn/plugin.xml
+++ b/plugins/org.eclipse.objectteams.mvn/plugin.xml
@@ -16,8 +16,4 @@
</team>
</aspectBinding>
</extension>
-
- <extension
- point="org.eclipse.m2e.core.lifecycleMappingMetadataSource">
- </extension>
</plugin>