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:05:38 UTC

svn commit: r778579 - 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:05:38 2009
New Revision: 778579

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

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.explorer.plugin/   (props changed)
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.query.plugin/   (props changed)
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.explorer.plugin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue May 26 07:05:38 2009
@@ -0,0 +1 @@
+target

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.query.plugin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue May 26 07:05:38 2009
@@ -0,0 +1 @@
+target

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=778579&r1=778578&r2=778579&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:05:38 2009
@@ -21,6 +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>
 	</modules>
 	<build>
 		<plugins>