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 15:08:40 UTC

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

Author: spoole
Date: Tue May 26 15:08:39 2009
New Revision: 778735

URL: http://svn.apache.org/viewvc?rev=778735&view=rev
Log:
trying to eclipse feature build via maven

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

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.explorer.plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.explorer.plugin/pom.xml?rev=778735&r1=778734&r2=778735&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.explorer.plugin/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.explorer.plugin/pom.xml Tue May 26 15:08:39 2009
@@ -7,39 +7,6 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.kato</groupId>
   <artifactId>kato.explorer.plugin</artifactId>
-  <packaging>jar</packaging>
+  <packaging>pom</packaging>
   <version>0.0.1-SNAPSHOT</version>
-  <dependencies>
-  	<dependency>
-  		<groupId>org.apache.kato</groupId>
-  		<artifactId>kato.api.plugin</artifactId>
-  		<version>0.0.1-SNAPSHOT</version>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.kato</groupId>
-  		<artifactId>kato.api.registry.plugin</artifactId>
-  		<version>0.0.1-SNAPSHOT</version>
-  		<type>zip</type>
-  	</dependency>
-  </dependencies>
-  <build>
-  	<plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>pde-maven-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <eclipseInstall>/home/spoole/eclipseinstall/eclipse</eclipseInstall>
-        </configuration>
-      </plugin>
-      <plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.6</source>
-					<target>1.6</target>
-				</configuration>
-		</plugin>
-     </plugins>
-    </build>
-</project>
\ No newline at end of file
+ </project>
\ No newline at end of file

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue May 26 15:08:39 2009
@@ -4,3 +4,4 @@
 target
 Kato_Plugins_HexEditor_1.0.0.zip
 org.apache.kato.hexeditor.plugin_0.0.1.zip
+temp.folder

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/pom.xml?rev=778735&r1=778734&r2=778735&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/pom.xml Tue May 26 15:08:39 2009
@@ -7,18 +7,10 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.kato</groupId>
   <artifactId>kato.hexeditor.plugin</artifactId>
-  <packaging>zip</packaging>
+  <packaging>pom</packaging>
   <version>0.0.1-SNAPSHOT</version>
   <build>
   	<plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>pde-maven-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <eclipseInstall>/home/spoole/eclipseinstall/eclipse</eclipseInstall>
-        </configuration>
-      </plugin>
     	<plugin>
 			<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.query.plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.query.plugin/pom.xml?rev=778735&r1=778734&r2=778735&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.query.plugin/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.query.plugin/pom.xml Tue May 26 15:08:39 2009
@@ -7,5 +7,6 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.kato</groupId>
   <artifactId>kato.query.plugin</artifactId>
+  <packaging>pom</packaging>
   <version>0.0.1-SNAPSHOT</version>
 </project>
\ No newline at end of file