From kato-commits-return-1071-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Sun Jan 24 21:56:07 2010 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 31756 invoked from network); 24 Jan 2010 21:56:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jan 2010 21:56:07 -0000 Received: (qmail 81863 invoked by uid 500); 24 Jan 2010 21:56:07 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 81846 invoked by uid 500); 24 Jan 2010 21:56:07 -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 81836 invoked by uid 99); 24 Jan 2010 21:56:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2010 21:56:07 +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; Sun, 24 Jan 2010 21:56:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1928923888E4; Sun, 24 Jan 2010 21:55:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r902655 - in /incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin: .classpath .project .settings/org.eclipse.jdt.core.prefs META-INF/MANIFEST.MF pom.xml Date: Sun, 24 Jan 2010 21:55:44 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100124215544.1928923888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Sun Jan 24 21:55:43 2010 New Revision: 902655 URL: http://svn.apache.org/viewvc?rev=902655&view=rev Log: experiment with eclipse api plugin using apache felix dummy jar Modified: incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.classpath incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.project incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.settings/org.eclipse.jdt.core.prefs incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/META-INF/MANIFEST.MF incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/pom.xml Modified: incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.classpath URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.classpath?rev=902655&r1=902654&r2=902655&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.classpath (original) +++ incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.classpath Sun Jan 24 21:55:43 2010 @@ -1,8 +1,7 @@ - - - - + + + Modified: incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.project URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.project?rev=902655&r1=902654&r2=902655&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.project (original) +++ incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.project Sun Jan 24 21:55:43 2010 @@ -20,9 +20,14 @@ - + + org.maven.ide.eclipse.maven2Builder + + + + org.maven.ide.eclipse.maven2Nature org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.settings/org.eclipse.jdt.core.prefs?rev=902655&r1=902654&r2=902655&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.settings/org.eclipse.jdt.core.prefs (original) +++ incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/.settings/org.eclipse.jdt.core.prefs Sun Jan 24 21:55:43 2010 @@ -1,5 +1,5 @@ -#Sun Jan 17 22:27:52 GMT 2010 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +#Sun Jan 24 21:48:34 GMT 2010 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.source=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.source=1.3 +org.eclipse.jdt.core.compiler.compliance=1.4 Modified: incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/META-INF/MANIFEST.MF?rev=902655&r1=902654&r2=902655&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/META-INF/MANIFEST.MF (original) +++ incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/META-INF/MANIFEST.MF Sun Jan 24 21:55:43 2010 @@ -11,6 +11,4 @@ javax.tools.diagnostics.vm, javax.tools.diagnostics.vm.spi, javax.tools.diagnostics.vm.spi.delegates -Bundle-ClassPath: ., - lib/kato.api-M1-incubating.jar, - lib/kato.api.vm-M1-incubating.jar +Bundle-ClassPath: target/kato.api.eclipse.plugin-0.0.1.jar Modified: incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/pom.xml?rev=902655&r1=902654&r2=902655&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/pom.xml (original) +++ incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.api.plugin/pom.xml Sun Jan 24 21:55:43 2010 @@ -9,7 +9,7 @@ 4.0.0 org.apache.kato kato.api.eclipse.plugin - jar + bundle 0.0.1 @@ -19,42 +19,19 @@ true - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - process-sources - - copy-dependencies - - - ${basedir}/lib - false - false - true - - - - - - - maven-clean-plugin - - - - ${basedir}/lib - - *.jar - - false - - - - - + + org.apache.felix + maven-bundle-plugin + true + + + javax.tools.diagnostics.* + + + + +