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 07:22:20 UTC

svn commit: r778318 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin: ./ build.properties pom.xml

Author: spoole
Date: Mon May 25 07:22:20 2009
New Revision: 778318

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

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/   (props changed)
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/build.properties
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/pom.xml

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon May 25 07:22:20 2009
@@ -1 +1,4 @@
 target
+temp.folder
+javaCompiler...args
+build.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/build.properties
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/build.properties?rev=778318&r1=778317&r2=778318&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/build.properties (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/build.properties Mon May 25 07:22:20 2009
@@ -4,5 +4,6 @@
                META-INF/,\
                .,\
                icons/
+               
+javacTarget=1.6
 javacSource=1.6
-javacTarget=1.6
\ No newline at end of file

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=778318&r1=778317&r2=778318&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 07:22:20 2009
@@ -7,6 +7,7 @@
   <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>