From kato-commits-return-94-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Wed May 13 16:14:26 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 72464 invoked from network); 13 May 2009 16:14:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 May 2009 16:14:24 -0000 Received: (qmail 45526 invoked by uid 500); 13 May 2009 16:14:24 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 45511 invoked by uid 500); 13 May 2009 16:14:24 -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 45499 invoked by uid 99); 13 May 2009 16:14:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 16:14:22 +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; Wed, 13 May 2009 16:14:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B445E238888F; Wed, 13 May 2009 16:13:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r774416 - in /incubator/kato/trunk/HprofBinaryReaderPOC: .settings/org.eclipse.jdt.core.prefs build.properties Date: Wed, 13 May 2009 16:13:59 -0000 To: kato-commits@incubator.apache.org From: monteith@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090513161359.B445E238888F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: monteith Date: Wed May 13 16:13:57 2009 New Revision: 774416 URL: http://svn.apache.org/viewvc?rev=774416&view=rev Log: Make hprof build in my workspace. Added: incubator/kato/trunk/HprofBinaryReaderPOC/build.properties (with props) Modified: incubator/kato/trunk/HprofBinaryReaderPOC/.settings/org.eclipse.jdt.core.prefs Modified: incubator/kato/trunk/HprofBinaryReaderPOC/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org/viewvc/incubator/kato/trunk/HprofBinaryReaderPOC/.settings/org.eclipse.jdt.core.prefs?rev=774416&r1=774415&r2=774416&view=diff ============================================================================== --- incubator/kato/trunk/HprofBinaryReaderPOC/.settings/org.eclipse.jdt.core.prefs (original) +++ incubator/kato/trunk/HprofBinaryReaderPOC/.settings/org.eclipse.jdt.core.prefs Wed May 13 16:13:57 2009 @@ -1,12 +1,12 @@ -#Mon Feb 16 10:05:40 GMT 2009 -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.6 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 +#Thu May 07 17:34:31 BST 2009 +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error Added: incubator/kato/trunk/HprofBinaryReaderPOC/build.properties URL: http://svn.apache.org/viewvc/incubator/kato/trunk/HprofBinaryReaderPOC/build.properties?rev=774416&view=auto ============================================================================== --- incubator/kato/trunk/HprofBinaryReaderPOC/build.properties (added) +++ incubator/kato/trunk/HprofBinaryReaderPOC/build.properties Wed May 13 16:13:57 2009 @@ -0,0 +1,4 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + . Propchange: incubator/kato/trunk/HprofBinaryReaderPOC/build.properties ------------------------------------------------------------------------------ svn:mime-type = text/plain