From kato-commits-return-370-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Fri Jun 12 16:10:45 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 89536 invoked from network); 12 Jun 2009 16:10:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jun 2009 16:10:45 -0000 Received: (qmail 65344 invoked by uid 500); 12 Jun 2009 16:10:57 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 65328 invoked by uid 500); 12 Jun 2009 16:10:57 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 65318 invoked by uid 99); 12 Jun 2009 16:10:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 16:10:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 16:10:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6259F2388897; Fri, 12 Jun 2009 16:10:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r784174 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse: .classpath .project .settings/ .settings/org.eclipse.jdt.core.prefs .settings/org.maven.ide.eclipse.prefs pom.xml target/ Date: Fri, 12 Jun 2009 16:10:32 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090612161032.6259F2388897@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Fri Jun 12 16:10:31 2009 New Revision: 784174 URL: http://svn.apache.org/viewvc?rev=784174&view=rev Log: made new eclipse maven build an eclipse maven project Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.classpath incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.project incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/org.eclipse.jdt.core.prefs incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/org.maven.ide.eclipse.prefs incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/pom.xml incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/target/ Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.classpath URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.classpath?rev=784174&view=auto ============================================================================== --- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.classpath (added) +++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.classpath Fri Jun 12 16:10:31 2009 @@ -0,0 +1,6 @@ + + + + + + Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.project URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.project?rev=784174&view=auto ============================================================================== --- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.project (added) +++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.project Fri Jun 12 16:10:31 2009 @@ -0,0 +1,23 @@ + + + org.apache.kato.eclipse + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.maven.ide.eclipse.maven2Nature + + Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/org.eclipse.jdt.core.prefs?rev=784174&view=auto ============================================================================== --- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/org.eclipse.jdt.core.prefs (added) +++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/org.eclipse.jdt.core.prefs Fri Jun 12 16:10:31 2009 @@ -0,0 +1,5 @@ +#Fri Jun 12 17:07:48 BST 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 +org.eclipse.jdt.core.compiler.compliance=1.4 +org.eclipse.jdt.core.compiler.source=1.3 Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/org.maven.ide.eclipse.prefs URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/org.maven.ide.eclipse.prefs?rev=784174&view=auto ============================================================================== --- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/org.maven.ide.eclipse.prefs (added) +++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/.settings/org.maven.ide.eclipse.prefs Fri Jun 12 16:10:31 2009 @@ -0,0 +1,9 @@ +#Fri Jun 12 17:07:48 BST 2009 +activeProfiles= +eclipse.preferences.version=1 +fullBuildGoals=process-test-resources +includeModules=false +resolveWorkspaceProjects=true +resourceFilterGoals=process-resources resources\:testResources +skipCompilerPlugin=true +version=1 Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/pom.xml URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/pom.xml?rev=784174&view=auto ============================================================================== --- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/pom.xml (added) +++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/pom.xml Fri Jun 12 16:10:31 2009 @@ -0,0 +1,19 @@ + + 4.0.0 + org.apache.kato + eclipse + pom + Apache Kato Eclipse plugins + 0.0.1-SNAPSHOT + Apache Kato Eclipse plugins + plugins/kato.hexeditor.plugin + plugins/kato.explorer.plugin + plugins/kato.query.plugin + plugins/kato.api.plugin + plugins/kato.api.registry.plugin + plugins/kato.jdi.core.plugin + plugins/kato.hprof.reader.plugin + features/kato.feature + features/kato.jdi.feature + + \ No newline at end of file