Author: schor
Date: Wed Dec 21 18:55:19 2016
New Revision: 1775530

URL: http://svn.apache.org/viewvc?rev=1775530&view=rev
Log:
[UIMA-4674] add eclipse launcher for migration tool using sources

Added:
    
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
 Run V3 migrate JCas from sources roots.launch

Added: 
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
 Run V3 migrate JCas from sources roots.launch
URL: 
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA%20Run%20V3%20migrate%20JCas%20from%20sources%20roots.launch?rev=1775530&view=auto
==============================================================================
--- 
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
 Run V3 migrate JCas from sources roots.launch (added)
+++ 
uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/run_configuration/UIMA
 Run V3 migrate JCas from sources roots.launch Wed Dec 21 18:55:19 2016
@@ -0,0 +1,24 @@
+<?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.migratev3.jcas.MigrateJCas"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" 
value="-sourcesRoots &quot;${folder_prompt:root dir for sources}&quot; 
&#13;&#10;-outputDirectory &quot;${folder_prompt:output file, something like 
/temp/uima-v3-migrated/:/temp/uima_v3_migrate}&quot; 
&#13;&#10;-migrateClasspath ${project_classpath}"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" 
value="uimaj-examples"/>
+</launchConfiguration>


Reply via email to