Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FE77C769 for ; Fri, 26 Jul 2013 19:43:28 +0000 (UTC) Received: (qmail 50497 invoked by uid 500); 26 Jul 2013 19:43:28 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 50466 invoked by uid 500); 26 Jul 2013 19:43:27 -0000 Mailing-List: contact commits-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list commits@ctakes.apache.org Received: (qmail 50442 invoked by uid 99); 26 Jul 2013 19:43:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jul 2013 19:43:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 26 Jul 2013 19:43:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C30AA23888A6; Fri, 26 Jul 2013 19:42:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1507412 - in /ctakes/sandbox/metakes_asthma: .classpath .project .settings/ .settings/org.eclipse.jdt.core.prefs src/ Date: Fri, 26 Jul 2013 19:42:51 -0000 To: commits@ctakes.apache.org From: swu@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130726194251.C30AA23888A6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ + + + + + + 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 @@ + + + metakes_asthma + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + 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