Author: schor
Date: Mon Aug 22 18:01:47 2016
New Revision: 1757236
URL: http://svn.apache.org/viewvc?rev=1757236&view=rev
Log:
[UIMA-4562] merge from 2.9.0
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/
(props changed)
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Annotation Viewer.launch
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
CAS Visual Debugger.launch
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
CPE GUI.launch
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Document Analyzer.launch
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
JCasGen Merge.launch
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
JCasGen.launch
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
PEAR Installer.launch
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Run AE.launch
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Run CPE.launch
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Start VNS.launch
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Start Vinci Service.launch
Propchange:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Mon Aug 22 18:01:47 2016
@@ -0,0 +1,6 @@
+/incubator/uima/uimaj/branches/mavenAlign/uimaj-examples/src/main/run_configuration:932400-933272
+/uima/uimaj/branches/depend-on-july-9-build-tools/uimaj-examples/src/main/run_configuration:963167-964468
+/uima/uimaj/branches/depend-on-parent-pom-4/uimaj-examples/src/main/run_configuration:961329-961746
+/uima/uimaj/branches/filteredCompress-uima-2498/uimaj-examples/src/main/run_configuration:1436573-1462257
+/uima/uimaj/branches/mavenAlign/uimaj-examples/src/main/run_configuration:933273-944403
+/uima/uimaj/trunk/uimaj-examples/src/main/run_configuration:1690273-1757235
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Annotation Viewer.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20Annotation%20Viewer.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Annotation Viewer.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Annotation Viewer.launch Mon Aug 22 18:01:47 2016
@@ -1,16 +1,34 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
-<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
-<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
-<mapEntry key="LD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:LD_LIBRARY_PATH}"/>
-<mapEntry key="PATH"
value="${env_var:UIMA_HOME}/uimacpp/bin;${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src;${env_var:PATH}"/>
-</mapAttribute>
-<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
-<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<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.uima.tools.AnnotationViewerMain"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
-</launchConfiguration>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.apache.uima.tools.AnnotationViewerMain"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
+<mapAttribute key="org.eclipse.debug.core.environmentVariables">
+<mapEntry key="LD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:LD_LIBRARY_PATH}"/>
+<mapEntry key="PATH"
value="${env_var:UIMA_HOME}/uimacpp/bin;${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src;${env_var:PATH}"/>
+<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
+</mapAttribute>
+</launchConfiguration>
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
CAS Visual Debugger.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20CAS%20Visual%20Debugger.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
CAS Visual Debugger.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
CAS Visual Debugger.launch Mon Aug 22 18:01:47 2016
@@ -1,22 +1,40 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.apache.uima.tools.cvd.CVD"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/uimaj-examples"/>
</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Duima.tools.cvd.manpath=${env_var:UIMA_HOME}/docs/html"
"-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
<mapEntry key="LD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:LD_LIBRARY_PATH}"/>
<mapEntry key="PATH"
value="${env_var:UIMA_HOME}/uimacpp/bin;${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src;${env_var:PATH}"/>
+<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
</mapAttribute>
-<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
-<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<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.uima.tools.cvd.CVD"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Duima.tools.cvd.manpath=${env_var:UIMA_HOME}/docs/html"
"-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
</launchConfiguration>
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
CPE GUI.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20CPE%20GUI.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
CPE GUI.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
CPE GUI.launch Mon Aug 22 18:01:47 2016
@@ -1,16 +1,34 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
-<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
-<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
-<mapEntry key="LD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:LD_LIBRARY_PATH}"/>
-<mapEntry key="PATH"
value="${env_var:UIMA_HOME}/uimacpp/bin;${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src;${env_var:PATH}"/>
-</mapAttribute>
-<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
-<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<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.uima.tools.cpm.CpmFrame"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
-</launchConfiguration>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.apache.uima.tools.cpm.CpmFrame"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
+<mapAttribute key="org.eclipse.debug.core.environmentVariables">
+<mapEntry key="LD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:LD_LIBRARY_PATH}"/>
+<mapEntry key="PATH"
value="${env_var:UIMA_HOME}/uimacpp/bin;${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src;${env_var:PATH}"/>
+<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
+</mapAttribute>
+</launchConfiguration>
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Document Analyzer.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20Document%20Analyzer.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Document Analyzer.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Document Analyzer.launch Mon Aug 22 18:01:47 2016
@@ -1,22 +1,38 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/uimaj-examples"/>
-</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.apache.uima.tools.docanalyzer.DocumentAnalyzer"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/uimaj-examples"/>
+</listAttribute>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
<mapEntry key="LD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:LD_LIBRARY_PATH}"/>
<mapEntry key="PATH"
value="${env_var:UIMA_HOME}/uimacpp/bin;${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src;${env_var:PATH}"/>
+<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
</mapAttribute>
-<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
-<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<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.uima.tools.docanalyzer.DocumentAnalyzer"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
</launchConfiguration>
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
JCasGen Merge.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20JCasGen%20Merge.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
JCasGen Merge.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
JCasGen Merge.launch Mon Aug 22 18:01:47 2016
@@ -1,17 +1,35 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
-<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
-<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
-<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
-<listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
containerPath="org.eclipse.jdt.launching.JRE_CONTAINER"
javaProject="uimaj-examples" path="1"
type="4"/> "/>
-<listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
containerPath="ECLIPSE_HOME/startup.jar" path="3"
type="3"/> "/>
-</listAttribute>
-<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.classpathProvider"/>
-<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH"
value="false"/>
-<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.eclipse.core.launcher.Main"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value="-data ${system:ECLIPSE_HOME}/tempworkspace/jcasgen_merge -noupdate
-nosplash -consolelog -application org.apache.uima.jcas.jcasgenp.JCasGen"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/FileConsoleLogger.properties""/>
-</launchConfiguration>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH"
value="false"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.eclipse.core.launcher.Main"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value="-data ${system:ECLIPSE_HOME}/tempworkspace/jcasgen_merge -noupdate
-nosplash -consolelog -application org.apache.uima.jcas.jcasgenp.JCasGen"/>
+<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
+<listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
containerPath="org.eclipse.jdt.launching.JRE_CONTAINER"
javaProject="uimaj-examples" path="1"
type="4"/> "/>
+<listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
containerPath="ECLIPSE_HOME/startup.jar" path="3"
type="3"/> "/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/FileConsoleLogger.properties""/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
+</launchConfiguration>
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
JCasGen.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20JCasGen.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
JCasGen.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
JCasGen.launch Mon Aug 22 18:01:47 2016
@@ -1,17 +1,33 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/uimaj-examples"/>
-</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.apache.uima.tools.jcasgen.Jg"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
-<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
-<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
-<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<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.uima.tools.jcasgen.Jg"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/FileConsoleLogger.properties""/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/uimaj-examples"/>
+</listAttribute>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
</launchConfiguration>
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
PEAR Installer.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20PEAR%20Installer.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
PEAR Installer.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
PEAR Installer.launch Mon Aug 22 18:01:47 2016
@@ -1,22 +1,38 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/uimaj-examples"/>
-</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.apache.uima.tools.pear.install.InstallPear"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/uimaj-examples"/>
+</listAttribute>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
<mapEntry key="LD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:LD_LIBRARY_PATH}"/>
<mapEntry key="PATH"
value="${env_var:UIMA_HOME}/uimacpp/bin;${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src;${env_var:PATH}"/>
+<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
</mapAttribute>
-<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
-<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<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.uima.tools.pear.install.InstallPear"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
</launchConfiguration>
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Run AE.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20Run%20AE.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Run AE.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Run AE.launch Mon Aug 22 18:01:47 2016
@@ -1,23 +1,39 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/uimaj-examples"/>
-</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.apache.uima.tools.RunAE"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value=""${file_prompt:AE Descriptor}" "${folder_prompt:Input
Directory}" "${folder_prompt:Output Directory}""/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/uimaj-examples"/>
+</listAttribute>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
<mapEntry key="LD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:LD_LIBRARY_PATH}"/>
<mapEntry key="PATH"
value="${env_var:UIMA_HOME}/uimacpp/bin;${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src;${env_var:PATH}"/>
+<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
</mapAttribute>
-<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
-<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<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.uima.tools.RunAE"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value=""${file_prompt:AE Descriptor}" "${folder_prompt:Input
Directory}" "${folder_prompt:Output Directory}""/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
</launchConfiguration>
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Run CPE.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20Run%20CPE.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Run CPE.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Run CPE.launch Mon Aug 22 18:01:47 2016
@@ -1,23 +1,39 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/uimaj-examples"/>
-</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.apache.uima.examples.cpe.SimpleRunCPE"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value=""${file_prompt:CPE Descriptor}""/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/uimaj-examples"/>
+</listAttribute>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
<mapEntry key="LD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:LD_LIBRARY_PATH}"/>
<mapEntry key="PATH"
value="${env_var:UIMA_HOME}/uimacpp/bin;${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src;${env_var:PATH}"/>
+<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
</mapAttribute>
-<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
-<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<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.uima.examples.cpe.SimpleRunCPE"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value=""${file_prompt:CPE Descriptor}""/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
</launchConfiguration>
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Start VNS.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20Start%20VNS.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Start VNS.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Start VNS.launch Mon Aug 22 18:01:47 2016
@@ -1,16 +1,32 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/uimaj-examples"/>
-</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.apache.vinci.transport.vns.service.VNS"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
-<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/uimaj-examples"/>
+</listAttribute>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<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.vinci.transport.vns.service.VNS"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
</launchConfiguration>
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Start Vinci Service.launch
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20Start%20Vinci%20Service.launch?rev=1757236&r1=1757235&r2=1757236&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Start Vinci Service.launch (original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
Start Vinci Service.launch Mon Aug 22 18:01:47 2016
@@ -1,23 +1,39 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/uimaj-examples"/>
-</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.apache.uima.adapter.vinci.VinciAnalysisEngineService_impl"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value=""${file_prompt:Vinci Service Deployment Descriptor}""/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/uimaj-examples"/>
+</listAttribute>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables"
value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
<mapEntry key="LD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:LD_LIBRARY_PATH}"/>
<mapEntry key="PATH"
value="${env_var:UIMA_HOME}/uimacpp/bin;${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src;${env_var:PATH}"/>
+<mapEntry key="DYLD_LIBRARY_PATH"
value="${env_var:UIMA_HOME}/uimacpp/lib:${env_var:UIMA_HOME}/uimacpp/examples/tutorial/src:${env_var:DYLD_LIBRARY_PATH}"/>
</mapAttribute>
-<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective"
value="perspective_default"/>
-<stringAttribute key="org.eclipse.debug.ui.target_run_perspective"
value="perspective_default"/>
-<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.uima.adapter.vinci.VinciAnalysisEngineService_impl"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value=""${file_prompt:Vinci Service Deployment Descriptor}""/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="uimaj-examples"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value=""-Djava.util.logging.config.file=${env_var:UIMA_HOME}/config/Logger.properties"
-DVNS_HOST=localhost"/>
</launchConfiguration>