You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/10/12 23:21:16 UTC

svn commit: r824501 - /incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/Eclipse/UIMA packageAllJavaSourcesIntoJar.launch

Author: schor
Date: Mon Oct 12 21:21:15 2009
New Revision: 824501

URL: http://svn.apache.org/viewvc?rev=824501&view=rev
Log:
No Jira - minor update to make Eclipse Launcher more generic, more likely to work unmodified on other eclipse installs

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/Eclipse/UIMA packageAllJavaSourcesIntoJar.launch

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/Eclipse/UIMA packageAllJavaSourcesIntoJar.launch
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/Eclipse/UIMA%20packageAllJavaSourcesIntoJar.launch?rev=824501&r1=824500&r2=824501&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/Eclipse/UIMA packageAllJavaSourcesIntoJar.launch (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/Eclipse/UIMA packageAllJavaSourcesIntoJar.launch Mon Oct 12 21:21:15 2009
@@ -1,19 +1,32 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+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.ant.AntLaunchConfigurationType">
-<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/>
+<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
 <listEntry value="/uimaj-distr/src/main/readme_src/packageAllJavaSourcesIntoJar.xml"/>
 </listAttribute>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
 <listEntry value="1"/>
 </listAttribute>
-<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="UIMA_SRC_JAR" value="/temp/uima-src.jar"/>
-<mapEntry key="ANT_HOME" value="C:\p\eclipse\3.5\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145"/>
-</mapAttribute>
 <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_11"/>
-<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.ui.antsupport.InternalAntRunner"/>
 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="uimaj-distr"/>
 <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
 <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/uimaj-distr/src/main/readme_src/packageAllJavaSourcesIntoJar.xml}"/>