Author: markt Date: Tue May 4 15:07:33 2010 New Revision: 940891 URL: http://svn.apache.org/viewvc?rev=940891&view=rev Log: Rename Eclipse files so they become samples Align the svn ignores list and the excludes list for the src tarball. The sample Eclipse files will be included, the 'real' ones will be excluded. Add ALv2 headers to sample Eclipse files
Added: tomcat/trunk/eclipse.classpath - copied, changed from r940463, tomcat/trunk/.classpath tomcat/trunk/eclipse.project - copied, changed from r940463, tomcat/trunk/.project Removed: tomcat/trunk/.classpath tomcat/trunk/.project Modified: tomcat/trunk/ (props changed) tomcat/trunk/build.xml Propchange: tomcat/trunk/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Tue May 4 15:07:33 2010 @@ -1,3 +1,5 @@ -output .settings +.classpath +.project +output build.properties Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=940891&r1=940890&r2=940891&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Tue May 4 15:07:33 2010 @@ -1344,6 +1344,8 @@ Apache Tomcat ${version} native binaries <copy todir="${tomcat.dist}/src"> <fileset dir="${basedir}" defaultexcludes="true"> <exclude name=".settings/**"/> + <exclude name=".classpath"/> + <exclude name=".project"/> <exclude name="modules/**"/> <exclude name="output/**"/> <exclude name="build.properties"/> Copied: tomcat/trunk/eclipse.classpath (from r940463, tomcat/trunk/.classpath) URL: http://svn.apache.org/viewvc/tomcat/trunk/eclipse.classpath?p2=tomcat/trunk/eclipse.classpath&p1=tomcat/trunk/.classpath&r1=940463&r2=940891&rev=940891&view=diff ============================================================================== --- tomcat/trunk/.classpath (original) +++ tomcat/trunk/eclipse.classpath Tue May 4 15:07:33 2010 @@ -1,4 +1,20 @@ <?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. +--> <classpath> <classpathentry kind="src" path="java"/> <classpathentry kind="src" path="test"/> Copied: tomcat/trunk/eclipse.project (from r940463, tomcat/trunk/.project) URL: http://svn.apache.org/viewvc/tomcat/trunk/eclipse.project?p2=tomcat/trunk/eclipse.project&p1=tomcat/trunk/.project&r1=940463&r2=940891&rev=940891&view=diff ============================================================================== --- tomcat/trunk/.project (original) +++ tomcat/trunk/eclipse.project Tue May 4 15:07:33 2010 @@ -1,4 +1,20 @@ <?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. +--> <projectDescription> <name>tomcat-7.0.x</name> <comment></comment> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org