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/25 10:24:14 UTC

svn commit: r778378 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin: .classpath plugin.xml pom.xml

Author: spoole
Date: Mon May 25 10:24:13 2009
New Revision: 778378

URL: http://svn.apache.org/viewvc?rev=778378&view=rev
Log:
more adjusting of maven eclipse plugin projects

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

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/.classpath?rev=778378&r1=778377&r2=778378&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/.classpath (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/.classpath Mon May 25 10:24:13 2009
@@ -5,7 +5,7 @@
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

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=778378&r1=778377&r2=778378&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 Mon May 25 10:24:13 2009
@@ -9,7 +9,6 @@
       <import plugin="org.eclipse.ui"/>
       <import plugin="org.eclipse.core.runtime"/>
       <import plugin="org.eclipse.core.resources"/>
-      <import plugin="kato.api.plugin"/>
    </requires>
 
    <extension

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/pom.xml?rev=778378&r1=778377&r2=778378&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/pom.xml Mon May 25 10:24:13 2009
@@ -7,7 +7,6 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.kato</groupId>
   <artifactId>kato.rtexplorer.plugin</artifactId>
-    <packaging>zip</packaging>
   <version>0.0.1-SNAPSHOT</version>
   <build>
   	<plugins>
@@ -36,5 +35,10 @@
   		<artifactId>kato.api.plugin</artifactId>
   		<version>0.0.1-SNAPSHOT</version>
   	</dependency>
+  	<dependency>
+  		<groupId>org.apache.kato</groupId>
+  		<artifactId>kato.api</artifactId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
   </dependencies>
 </project>
\ No newline at end of file