You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/24 20:53:49 UTC

svn commit: r778230 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/plugin.xml

Author: spoole
Date: Sun May 24 20:53:49 2009
New Revision: 778230

URL: http://svn.apache.org/viewvc?rev=778230&view=rev
Log:
simple changes to get the maven build to build using eclipe 3.4

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/plugin.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/plugin.xml?rev=778230&r1=778229&r2=778230&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/plugin.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/plugin.xml Sun May 24 20:53:49 2009
@@ -6,10 +6,10 @@
    version="0.0.1"
    provider-name="Apache Software Foundation">
    <requires>
-      <import plugin="org.eclipse.ui" version="3.4.2"/>
-      <import plugin="org.eclipse.core.runtime" version="3.4.0"/>
+      <import plugin="org.eclipse.ui"/>
+      <import plugin="org.eclipse.core.runtime"/>
       <import plugin="org.eclipse.core.resources"/>
-      <import plugin="kato.api.plugin" version="1.0.0"/>
+      <import plugin="kato.api.plugin"/>
    </requires>
 
    <extension