From kato-commits-return-289-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Tue May 26 13:34:57 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 16637 invoked from network); 26 May 2009 13:34:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 May 2009 13:34:55 -0000 Received: (qmail 94810 invoked by uid 500); 26 May 2009 13:35:08 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 94794 invoked by uid 500); 26 May 2009 13:35:08 -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 94784 invoked by uid 99); 26 May 2009 13:35:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 13:35:08 +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; Tue, 26 May 2009 13:35:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3EA3A2388871; Tue, 26 May 2009 13:34:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r778699 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins: kato.api.plugin/ kato.explorer.plugin/ kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/ Date: Tue, 26 May 2009 13:34:44 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090526133444.3EA3A2388871@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Tue May 26 13:34:43 2009 New Revision: 778699 URL: http://svn.apache.org/viewvc?rev=778699&view=rev Log: trying to eclipse feature build via maven Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/.classpath incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/pom.xml 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.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/RuntimeExplorer.java Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/.classpath URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/.classpath?rev=778699&r1=778698&r2=778699&view=diff ============================================================================== --- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/.classpath (original) +++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/.classpath Tue May 26 13:34:43 2009 @@ -4,6 +4,7 @@ + Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/pom.xml?rev=778699&r1=778698&r2=778699&view=diff ============================================================================== --- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/pom.xml (original) +++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/pom.xml Tue May 26 13:34:43 2009 @@ -49,6 +49,7 @@ pde-maven-plugin true + /home/spoole/eclipseinstall/eclipse 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=778699&r1=778698&r2=778699&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 13:34:43 2009 @@ -7,7 +7,7 @@ 4.0.0 org.apache.kato kato.explorer.plugin - zip + jar 0.0.1-SNAPSHOT Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/RuntimeExplorer.java URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/RuntimeExplorer.java?rev=778699&r1=778698&r2=778699&view=diff ============================================================================== --- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/RuntimeExplorer.java (original) +++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/RuntimeExplorer.java Tue May 26 13:34:43 2009 @@ -75,7 +75,7 @@ * in order to ensure that objects of the same type are * presented in the same way everywhere. *

- */ + */ public class RuntimeExplorer extends ViewPart { private TreeViewer viewer;