Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 27066 invoked from network); 17 Mar 2008 15:30:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2008 15:30:59 -0000 Received: (qmail 4731 invoked by uid 500); 17 Mar 2008 15:30:56 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 4713 invoked by uid 500); 17 Mar 2008 15:30:56 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 4704 invoked by uid 99); 17 Mar 2008 15:30:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 08:30:56 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 15:30:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C274D1A984D; Mon, 17 Mar 2008 08:30:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r637939 [4/8] - in /ant/core/trunk: ./ docs/ docs/antlibs/ docs/antlibs/antunit/ docs/antlibs/dotnet/ docs/antlibs/svn/ docs/projects/ lib/optional/ proposal/ant-site/anakia/ proposal/sandbox/antunit/ proposal/sandbox/dotnet/ proposal/sandb... Date: Mon, 17 Mar 2008 15:28:30 -0000 To: notifications@ant.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080317153034.C274D1A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: ant/core/trunk/src/etc/testcases/taskdefs/mkdir.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/mkdir.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/mkdir.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/mkdir.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/move.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/move.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/move.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/move.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/multimap.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/multimap.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/multimap.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/multimap.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/nice.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/nice.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/nice.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/nice.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/antlr.g URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/antlr.g?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/antlr.g (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/antlr.g Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ class CalcParser extends Parser; options { buildAST = true; // uses CommonAST by default Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/antlr.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/antlr.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/antlr.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/antlr.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/extended.calc.g URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/extended.calc.g?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/extended.calc.g (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/antlr/extended.calc.g Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ // Not really a great extension, but it is only a test after all! class ExtendedCalcParser extends CalcParser; Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/depend.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/depend.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/depend.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/depend.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/A.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/A.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/A.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/A.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class A extends B { private D d = new D(); } Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/B.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/B.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/B.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/B.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class B extends C { } Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/C.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/C.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/C.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/C.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class C { } Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/D.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/D.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/D.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/D.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class D { } Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/E.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/E.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/E.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src1/E.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class E { E() { System.out.println(A.class); Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src2/A.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src2/A.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src2/A.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src2/A.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class A { static private class Inner extends B { } Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src2/B.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src2/B.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src2/B.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src2/B.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class B { } Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src3/A.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src3/A.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src3/A.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src3/A.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class A { static private class Inner { static private class Inner2 extends B { Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src3/B.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src3/B.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src3/B.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src3/B.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class B { } Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/ContainsOnlyInner.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/ContainsOnlyInner.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/ContainsOnlyInner.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/ContainsOnlyInner.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ package test; public class ContainsOnlyInner { Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/MethodParam.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/MethodParam.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/MethodParam.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/MethodParam.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ package test; public class MethodParam { Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/Outer.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/Outer.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/Outer.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src4/test/Outer.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ package test; public class Outer { Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src5/A.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src5/A.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src5/A.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src5/A.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class A { APrivate dependency = new APrivate(); } Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src5/B.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src5/B.java?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src5/B.java (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/depend/src5/B.java Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ +/* +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. +*/ public class B { } Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet/HelloWorld.wsdl URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet/HelloWorld.wsdl?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet/HelloWorld.wsdl (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet/HelloWorld.wsdl Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/i18n/translate/input/resources_ger_DE.properties URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/i18n/translate/input/resources_ger_DE.properties?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/i18n/translate/input/resources_ger_DE.properties (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/i18n/translate/input/resources_ger_DE.properties Mon Mar 17 08:27:42 2008 @@ -1,3 +1,17 @@ +# 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. This=Diese is=ist a=eine Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/i18n/translate/translate.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/i18n/translate/translate.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/i18n/translate/translate.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/i18n/translate/translate.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/image/image.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/image/image.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/image/image.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/image/image.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/jdepend/jdepend.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/jdepend/jdepend.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/jdepend/jdepend.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/jdepend/jdepend.xml Mon Mar 17 08:27:42 2008 @@ -1,3 +1,20 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/1nvalid-classname.jsp URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/1nvalid-classname.jsp?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/1nvalid-classname.jsp (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/1nvalid-classname.jsp Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ + <%@ page language="java" %> Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/WEB-INF/web.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/WEB-INF/web.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/WEB-INF/web.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/default.jsp URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/default.jsp?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/default.jsp (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/default.jsp Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ + <%@ page language="java" %> Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/missing_tld.jsp URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/missing_tld.jsp?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/missing_tld.jsp (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/missing_tld.jsp Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ + <%@ page language="java" %> <%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %> Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/simple.jsp URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/simple.jsp?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/simple.jsp (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/simple.jsp Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ + <%@ page language="java" %> Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/uriroot.jsp URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/uriroot.jsp?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/uriroot.jsp (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/uriroot.jsp Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ + <%@ page language="java" %> Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/xml.jsp URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/xml.jsp?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/xml.jsp (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/jsp/xml.jsp Mon Mar 17 08:27:42 2008 @@ -1,3 +1,19 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/cdataoutput.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/cdataoutput.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/cdataoutput.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/cdataoutput.xml Mon Mar 17 08:27:42 2008 @@ -1,3 +1,20 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/matches.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/matches.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/matches.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/matches.xml Mon Mar 17 08:27:42 2008 @@ -1,3 +1,20 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport-with-include/junit-frames.xsl URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport-with-include/junit-frames.xsl?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport-with-include/junit-frames.xsl (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport-with-include/junit-frames.xsl Mon Mar 17 08:27:42 2008 @@ -1,3 +1,4 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/INCOMPLETE-sampleproject.incomplete.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/INCOMPLETE-sampleproject.incomplete.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/INCOMPLETE-sampleproject.incomplete.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/INCOMPLETE-sampleproject.incomplete.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/NAMESPACE-sampleproject.namespace.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/NAMESPACE-sampleproject.namespace.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/NAMESPACE-sampleproject.namespace.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/NAMESPACE-sampleproject.namespace.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/TEST-sampleproject.coins.CoinTest.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/TEST-sampleproject.coins.CoinTest.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/TEST-sampleproject.coins.CoinTest.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/TEST-sampleproject.coins.CoinTest.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/TEST-sampleproject.util.UniqueStringTest.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/TEST-sampleproject.util.UniqueStringTest.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/TEST-sampleproject.util.UniqueStringTest.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/TEST-sampleproject.util.UniqueStringTest.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/WRONGELEMENT-sampleproject.wrongelement.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/WRONGELEMENT-sampleproject.wrongelement.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/WRONGELEMENT-sampleproject.wrongelement.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/WRONGELEMENT-sampleproject.wrongelement.xml Mon Mar 17 08:27:42 2008 @@ -1,2 +1,18 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/ZEROBYTES-sampleproject.package.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/ZEROBYTES-sampleproject.package.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/ZEROBYTES-sampleproject.package.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/ZEROBYTES-sampleproject.package.xml Mon Mar 17 08:27:42 2008 @@ -0,0 +1,17 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/junit-frames.xsl URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/junit-frames.xsl?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/junit-frames.xsl (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/junit-frames.xsl Mon Mar 17 08:27:42 2008 @@ -1,3 +1,4 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/perforce/changerenumbered.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/perforce/changerenumbered.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/perforce/changerenumbered.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/perforce/changerenumbered.xml Mon Mar 17 08:27:42 2008 @@ -1,3 +1,20 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/perforce/needsresolve.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/perforce/needsresolve.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/perforce/needsresolve.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/perforce/needsresolve.xml Mon Mar 17 08:27:42 2008 @@ -1,3 +1,20 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/propertyfile.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/propertyfile.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/propertyfile.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/propertyfile.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/pvcs.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/pvcs.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/pvcs.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/pvcs.xml Mon Mar 17 08:27:42 2008 @@ -1,4 +1,20 @@ + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp.properties URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp.properties?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp.properties (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp.properties Mon Mar 17 08:27:42 2008 @@ -1,2 +1,16 @@ +# 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. OldAbc=Def Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp.xml Mon Mar 17 08:27:42 2008 @@ -1,3 +1,20 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp2.properties URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp2.properties?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== Binary files - no diff available. Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp2.result.properties URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/replaceregexp2.result.properties?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== Binary files - no diff available. Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/schemavalidate.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/schemavalidate.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/schemavalidate.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/schemavalidate.xml Mon Mar 17 08:27:42 2008 @@ -1,3 +1,20 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/script.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/script.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/script.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/script.xml Mon Mar 17 08:27:42 2008 @@ -1,3 +1,20 @@ + + Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/script/scriptdef.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/script/scriptdef.xml?rev=637939&r1=637938&r2=637939&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/script/scriptdef.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/script/scriptdef.xml Mon Mar 17 08:27:42 2008 @@ -1,3 +1,20 @@ + +