cziegeler 2004/03/10 01:13:43
Modified: tools/ide/eclipse classpath-tmpl.xml make-classpath.xsl Log: Add missing license Revision Changes Path 1.2 +15 -0 cocoon-2.2/tools/ide/eclipse/classpath-tmpl.xml Index: classpath-tmpl.xml =================================================================== RCS file: /home/cvs/cocoon-2.2/tools/ide/eclipse/classpath-tmpl.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- classpath-tmpl.xml 18 Nov 2003 18:56:13 -0000 1.1 +++ classpath-tmpl.xml 10 Mar 2004 09:13:42 -0000 1.2 @@ -1,4 +1,19 @@ <?xml version="1.0"?> +<!-- + Copyright 1999-2004 The Apache Software Foundation + + Licensed 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. +--> <data> <src-dirs><item>@SRC_DIRS@</item></src-dirs> <mock-dirs><item>@MOCKS_DIRS@</item></mock-dirs> 1.3 +16 -1 cocoon-2.2/tools/ide/eclipse/make-classpath.xsl Index: make-classpath.xsl =================================================================== RCS file: /home/cvs/cocoon-2.2/tools/ide/eclipse/make-classpath.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- make-classpath.xsl 8 Dec 2003 11:41:18 -0000 1.2 +++ make-classpath.xsl 10 Mar 2004 09:13:42 -0000 1.3 @@ -1,5 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + Copyright 1999-2004 The Apache Software Foundation + + Licensed 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. +--> +<!-- Build the Eclipse .classpath file from a list of path items (see "eclipse-project" target in build.xml)
