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/24 20:47:57 UTC

svn commit: r778229 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/build.properties

Author: spoole
Date: Sun May 24 20:47:57 2009
New Revision: 778229

URL: http://svn.apache.org/viewvc?rev=778229&view=rev
Log:
simple changes to get the maven build to build using eclipe 3.4

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.rtexplorer.plugin/build.properties

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=778229&r1=778228&r2=778229&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 Sun May 24 20:47:57 2009
@@ -3,5 +3,6 @@
 bin.includes = plugin.xml,\
                META-INF/,\
                .,\
-               icons/,\
-               contexts.xml
+               icons/
+javacSource=1.6
+javacTarget=1.6
\ No newline at end of file