Author: kkolinko Date: Tue Sep 28 11:37:14 2010 New Revision: 1002120 URL: http://svn.apache.org/viewvc?rev=1002120&view=rev Log: Add license header
Modified: tomcat/trunk/res/ide-support/eclipse/start-tomcat.launch tomcat/trunk/res/ide-support/eclipse/stop-tomcat.launch Modified: tomcat/trunk/res/ide-support/eclipse/start-tomcat.launch URL: http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/start-tomcat.launch?rev=1002120&r1=1002119&r2=1002120&view=diff ============================================================================== --- tomcat/trunk/res/ide-support/eclipse/start-tomcat.launch (original) +++ tomcat/trunk/res/ide-support/eclipse/start-tomcat.launch Tue Sep 28 11:37:14 2010 @@ -1,4 +1,20 @@ <?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.jdt.launching.localJavaApplication"> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> <listEntry value="/tomcat-7.0.x/java/org/apache/catalina/startup/Bootstrap.java"/> Modified: tomcat/trunk/res/ide-support/eclipse/stop-tomcat.launch URL: http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/stop-tomcat.launch?rev=1002120&r1=1002119&r2=1002120&view=diff ============================================================================== --- tomcat/trunk/res/ide-support/eclipse/stop-tomcat.launch (original) +++ tomcat/trunk/res/ide-support/eclipse/stop-tomcat.launch Tue Sep 28 11:37:14 2010 @@ -1,4 +1,20 @@ <?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.jdt.launching.localJavaApplication"> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> <listEntry value="/tomcat-7.0.x/java/org/apache/catalina/startup/Bootstrap.java"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org