You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2017/04/01 20:08:28 UTC

svn commit: r1789836 - in /ctakes/trunk/ctakes-ne-contexts/resources/launch: ContextAnnotatorTests.launch NE_context.launch NegationAnnotatorTests.launch StatusAnnotatorTests.launch

Author: james-masanz
Date: Sat Apr  1 20:08:28 2017
New Revision: 1789836

URL: http://svn.apache.org/viewvc?rev=1789836&view=rev
Log:
CTAKES-275 not sure if we will keep these long term but simple enough to at least update the project, package, and class names

Modified:
    ctakes/trunk/ctakes-ne-contexts/resources/launch/ContextAnnotatorTests.launch
    ctakes/trunk/ctakes-ne-contexts/resources/launch/NE_context.launch
    ctakes/trunk/ctakes-ne-contexts/resources/launch/NegationAnnotatorTests.launch
    ctakes/trunk/ctakes-ne-contexts/resources/launch/StatusAnnotatorTests.launch

Modified: ctakes/trunk/ctakes-ne-contexts/resources/launch/ContextAnnotatorTests.launch
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ne-contexts/resources/launch/ContextAnnotatorTests.launch?rev=1789836&r1=1789835&r2=1789836&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ne-contexts/resources/launch/ContextAnnotatorTests.launch (original)
+++ ctakes/trunk/ctakes-ne-contexts/resources/launch/ContextAnnotatorTests.launch Sat Apr  1 20:08:28 2017
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
 <stringAttribute key="bad_container_name" value="\ctakes-ne-contexts\resources\launc"/>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/ctakes-ne-contexts/test/src/main/java/org/apache/ctakes/necontexts/ContextAnnotatorTests.java"/>
+<listEntry value="/ctakes-ne-contexts/src/test/java/org/apache/ctakes/necontexts/ContextAnnotatorTests.java"/>
 </listAttribute>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
 <listEntry value="1"/>
@@ -12,6 +12,8 @@
 <booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
 <stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
 <stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.ctakes.necontexts.ContextAnnotatorTests"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="NE contexts"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ctakes-ne-contexts"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
 </launchConfiguration>

Modified: ctakes/trunk/ctakes-ne-contexts/resources/launch/NE_context.launch
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ne-contexts/resources/launch/NE_context.launch?rev=1789836&r1=1789835&r2=1789836&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ne-contexts/resources/launch/NE_context.launch (original)
+++ ctakes/trunk/ctakes-ne-contexts/resources/launch/NE_context.launch Sat Apr  1 20:08:28 2017
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/ctakes-ne-contexts"/>
+<listEntry value="/Context Annotator"/>
 </listAttribute>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
 <listEntry value="4"/>
@@ -13,6 +13,6 @@
 <stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
 <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ctakes-ne-contexts"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Context Annotator"/>
 <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
 </launchConfiguration>

Modified: ctakes/trunk/ctakes-ne-contexts/resources/launch/NegationAnnotatorTests.launch
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ne-contexts/resources/launch/NegationAnnotatorTests.launch?rev=1789836&r1=1789835&r2=1789836&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ne-contexts/resources/launch/NegationAnnotatorTests.launch (original)
+++ ctakes/trunk/ctakes-ne-contexts/resources/launch/NegationAnnotatorTests.launch Sat Apr  1 20:08:28 2017
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/ctakes-ne-contexts/test/src/main/java/org/apache/ctakes/context/NegationAnnotatorTests.java"/>
+<listEntry value="/ctakes-ne-contexts/src/test/java/org/apache/ctakes/necontexts/NegationAnnotatorTests.java"/>
 </listAttribute>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
 <listEntry value="1"/>
@@ -11,6 +11,8 @@
 <booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
 <stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
 <stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.ctakes.necontexts.NegationAnnotatorTests"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="NE contexts"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ctakes-ne-contexts"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
 </launchConfiguration>

Modified: ctakes/trunk/ctakes-ne-contexts/resources/launch/StatusAnnotatorTests.launch
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ne-contexts/resources/launch/StatusAnnotatorTests.launch?rev=1789836&r1=1789835&r2=1789836&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ne-contexts/resources/launch/StatusAnnotatorTests.launch (original)
+++ ctakes/trunk/ctakes-ne-contexts/resources/launch/StatusAnnotatorTests.launch Sat Apr  1 20:08:28 2017
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/ctakes-ne-contexts/test/src/main/java/org/apache/ctakes/context/StatusAnnotatorTests.java"/>
+<listEntry value="/ctakes-ne-contexts/src/test/java/org/apache/ctakes/necontexts/StatusAnnotatorTests.java"/>
 </listAttribute>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
 <listEntry value="1"/>
@@ -11,6 +11,8 @@
 <booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
 <stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
 <stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.ctakes.necontexts.StatusAnnotatorTests"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="NE contexts"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ctakes-ne-contexts"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
 </launchConfiguration>