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/26 07:13:36 UTC

svn commit: r778586 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato: kato.explorer.plugin/ kato.query.plugin/ pom.xml

Author: spoole
Date: Tue May 26 07:13:36 2009
New Revision: 778586

URL: http://svn.apache.org/viewvc?rev=778586&view=rev
Log:
changes to api plugin to see if can propogate a jar lib dependency

Added:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.explorer.plugin/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.query.plugin/
Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml?rev=778586&r1=778585&r2=778586&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml Tue May 26 07:13:36 2009
@@ -21,8 +21,8 @@
 		<module>kato.jdi</module>
 		<module>plugins/kato.rtexplorer.plugin</module>
 		<module>plugins/kato.api.plugin</module>
-		<module>kato.explorer.plugin</module>
-		<module>kato.query.plugin</module>
+		<module>plugins/kato.explorer.plugin</module>
+		<module>plugins/kato.query.plugin</module>
 	</modules>
 	<build>
 		<plugins>