You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by sw...@apache.org on 2013/07/26 21:42:51 UTC

svn commit: r1507412 - in /ctakes/sandbox/metakes_asthma: .classpath .project .settings/ .settings/org.eclipse.jdt.core.prefs src/

Author: swu
Date: Fri Jul 26 19:42:51 2013
New Revision: 1507412

URL: http://svn.apache.org/r1507412
Log:
metakes_asthma project, currently empty

Added:
    ctakes/sandbox/metakes_asthma/.classpath   (with props)
    ctakes/sandbox/metakes_asthma/.project   (with props)
    ctakes/sandbox/metakes_asthma/.settings/
    ctakes/sandbox/metakes_asthma/.settings/org.eclipse.jdt.core.prefs   (with props)
    ctakes/sandbox/metakes_asthma/src/

Added: ctakes/sandbox/metakes_asthma/.classpath
URL: http://svn.apache.org/viewvc/ctakes/sandbox/metakes_asthma/.classpath?rev=1507412&view=auto
==============================================================================
--- ctakes/sandbox/metakes_asthma/.classpath (added)
+++ ctakes/sandbox/metakes_asthma/.classpath Fri Jul 26 19:42:51 2013
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Propchange: ctakes/sandbox/metakes_asthma/.classpath
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ctakes/sandbox/metakes_asthma/.project
URL: http://svn.apache.org/viewvc/ctakes/sandbox/metakes_asthma/.project?rev=1507412&view=auto
==============================================================================
--- ctakes/sandbox/metakes_asthma/.project (added)
+++ ctakes/sandbox/metakes_asthma/.project Fri Jul 26 19:42:51 2013
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>metakes_asthma</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: ctakes/sandbox/metakes_asthma/.project
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ctakes/sandbox/metakes_asthma/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/ctakes/sandbox/metakes_asthma/.settings/org.eclipse.jdt.core.prefs?rev=1507412&view=auto
==============================================================================
--- ctakes/sandbox/metakes_asthma/.settings/org.eclipse.jdt.core.prefs (added)
+++ ctakes/sandbox/metakes_asthma/.settings/org.eclipse.jdt.core.prefs Fri Jul 26 19:42:51 2013
@@ -0,0 +1,11 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.7
+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.7

Propchange: ctakes/sandbox/metakes_asthma/.settings/org.eclipse.jdt.core.prefs
------------------------------------------------------------------------------
    svn:mime-type = text/plain