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/23 12:33:41 UTC

svn commit: r777902 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato: .settings/ kato.api/ plugins/kato.api.plugin/ plugins/kato.hexeditor.plugin/ plugins/kato.hexeditor.plugin/META-INF/

Author: spoole
Date: Sat May 23 12:33:41 2009
New Revision: 777902

URL: http://svn.apache.org/viewvc?rev=777902&view=rev
Log:
more maven build restructuring

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/.settings/org.maven.ide.eclipse.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/   (props changed)
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/   (props changed)
    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/META-INF/MANIFEST.MF
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/build.properties

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/.settings/org.maven.ide.eclipse.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/.settings/org.maven.ide.eclipse.prefs?rev=777902&r1=777901&r2=777902&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/.settings/org.maven.ide.eclipse.prefs (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/.settings/org.maven.ide.eclipse.prefs Sat May 23 12:33:41 2009
@@ -1,4 +1,4 @@
-#Sat May 23 12:57:55 BST 2009
+#Sat May 23 13:16:05 BST 2009
 activeProfiles=
 eclipse.preferences.version=1
 fullBuildGoals=process-test-resources

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat May 23 12:33:41 2009
@@ -0,0 +1 @@
+target

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat May 23 12:33:41 2009
@@ -0,0 +1 @@
+target

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat May 23 12:33:41 2009
@@ -1 +1,9 @@
 workspace
+
+javaCompiler...args
+
+build.xml
+
+target
+
+Kato_Plugins_HexEditor_1.0.0.zip

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/META-INF/MANIFEST.MF?rev=777902&r1=777901&r2=777902&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/META-INF/MANIFEST.MF (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/META-INF/MANIFEST.MF Sat May 23 12:33:41 2009
@@ -11,4 +11,4 @@
  org.eclipse.ui.editors,
  org.eclipse.ui.ide
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/build.properties
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/build.properties?rev=777902&r1=777901&r2=777902&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/build.properties (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.hexeditor.plugin/build.properties Sat May 23 12:33:41 2009
@@ -3,4 +3,7 @@
 bin.includes = plugin.xml,\
                META-INF/,\
                .,\
-               icons/,
+               icons/
+               
+javacTarget=1.6
+javacSource=1.6
\ No newline at end of file