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 mo...@apache.org on 2009/05/13 16:13:59 UTC

svn commit: r774416 - in /incubator/kato/trunk/HprofBinaryReaderPOC: .settings/org.eclipse.jdt.core.prefs build.properties

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