Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-11-24 15:47:48 +0000
committerIgor Fedorenko2011-11-24 15:47:48 +0000
commit1b00d9940f65024c142b43a9032c10a2703a2d66 (patch)
treea32d783456792f6189125d25da5dd9112e1d2e6a
parentdbcf4aa4d72c6266e152b187c0160c2720d98330 (diff)
downloadm2e-discovery-catalog-1b00d9940f65024c142b43a9032c10a2703a2d66.tar.gz
m2e-discovery-catalog-1b00d9940f65024c142b43a9032c10a2703a2d66.tar.xz
m2e-discovery-catalog-1b00d9940f65024c142b43a9032c10a2703a2d66.zip
364470 updated Axistools support
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--org.eclipse.m2e.discovery.oss/connectors.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.m2e.discovery.oss/connectors.xml b/org.eclipse.m2e.discovery.oss/connectors.xml
index 11bb54f..ad2f992 100644
--- a/org.eclipse.m2e.discovery.oss/connectors.xml
+++ b/org.eclipse.m2e.discovery.oss/connectors.xml
@@ -381,6 +381,7 @@
<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=350909 -->
<catalogItem>
<categoryId>org.eclipse.m2e.discovery.category.lifecycles</categoryId>
+ <m2e-versions>1.0,1.1</m2e-versions>
<description>This plugin extends m2e and provides a lifecycle configuration for the Axis Tools Maven plugin (http://mojo.codehaus.org/axistools-maven-plugin/). It allows for automatically generating Java source files from WSDL sources and adds the generated source code folder to the Java build path.
</description>
<groupId>lifecycles</groupId>
@@ -392,7 +393,7 @@
<p2>
<repositoryUrl>http://theit.github.com/m2e-lifecycle-axistools</repositoryUrl>
<iuId>de.theit.m2e.axistools.feature.feature.group</iuId>
- <iuVersion>1.0.0.201107010810</iuVersion>
+ <iuVersion>1.1.0.201111221420</iuVersion>
<lifecycleMappingIU>
<iuId>de.theit.m2e.axistools</iuId>
</lifecycleMappingIU>

Back to the top