You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by hi...@apache.org on 2011/02/17 20:35:07 UTC

svn commit: r1071773 - in /incubator/easyant/skeletons/trunk: std-ant-plugin/ std-ant-plugin/src/main/resources/ std-ant-plugin/src/main/resources/src/main/resources/ std-ant-plugin/src/main/resources/src/test/antunit/ std-java-application/ std-java-ap...

Author: hibou
Date: Thu Feb 17 20:35:07 2011
New Revision: 1071773

URL: http://svn.apache.org/viewvc?rev=1071773&view=rev
Log:
put the ASF header

Modified:
    incubator/easyant/skeletons/trunk/std-ant-plugin/module.ivy
    incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/module.ivy.tpl
    incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/skeleton.postinstall.ant.tpl
    incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/main/resources/temp-plugin.ant.tpl
    incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl
    incubator/easyant/skeletons/trunk/std-java-application/module.ivy
    incubator/easyant/skeletons/trunk/std-java-application/src/main/resources/module.ivy.tpl
    incubator/easyant/skeletons/trunk/std-java-webapplication/module.ivy
    incubator/easyant/skeletons/trunk/std-java-webapplication/src/main/resources/module.ivy.tpl
    incubator/easyant/skeletons/trunk/std-skeleton/module.ivy
    incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/module.ivy.tpl
    incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/skeleton.postinstall.ant.tpl
    incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/src/main/resources/module.ivy
    incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl

Modified: incubator/easyant/skeletons/trunk/std-ant-plugin/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-ant-plugin/module.ivy?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-ant-plugin/module.ivy (original)
+++ incubator/easyant/skeletons/trunk/std-ant-plugin/module.ivy Thu Feb 17 20:35:07 2011
@@ -1,20 +1,18 @@
 <!--
-	Copyright 2008-2010 the EasyAnt project
-	
-	See the NOTICE file distributed with this work for additional information 
-	regarding copyright ownership.
-	
-	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.  
+   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.
 -->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
 	<info organisation="org.apache.easyant.skeletons" module="std-ant-plugin" 

Modified: incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/module.ivy.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/module.ivy.tpl?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/module.ivy.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/module.ivy.tpl Thu Feb 17 20:35:07 2011
@@ -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.
+-->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
 	<info organisation="@project.organisation@" module="@project.module@" 
 			status="integration" revision="@project.revision@">

Modified: incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/skeleton.postinstall.ant.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/skeleton.postinstall.ant.tpl?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/skeleton.postinstall.ant.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/skeleton.postinstall.ant.tpl Thu Feb 17 20:35:07 2011
@@ -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.
+-->
 <project name="org.apache.easyant.plugins#skeleton-postinstall" default="doit">
 
 	<target name="doit">

Modified: incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/main/resources/temp-plugin.ant.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/main/resources/temp-plugin.ant.tpl?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/main/resources/temp-plugin.ant.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/main/resources/temp-plugin.ant.tpl Thu Feb 17 20:35:07 2011
@@ -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.
+-->
 <project name="@project.organisation@;@project.module@" 
 		xmlns:ivy="antlib:org.apache.ivy.ant" 
      	xmlns:ea="antlib:org.apache.easyant">

Modified: incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl Thu Feb 17 20:35:07 2011
@@ -1,20 +1,18 @@
 <!--
-	Copyright 2008-2009 the EasyAnt project
-	
-	See the NOTICE file distributed with this work for additional information 
-	regarding copyright ownership.
-	
-	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.
+   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.
 -->
 <project name="@project.organisation@;@project.module@-test" xmlns:au="antlib:org.apache.ant.antunit">
 	

Modified: incubator/easyant/skeletons/trunk/std-java-application/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-java-application/module.ivy?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-java-application/module.ivy (original)
+++ incubator/easyant/skeletons/trunk/std-java-application/module.ivy Thu Feb 17 20:35:07 2011
@@ -1,20 +1,18 @@
 <!--
-	Copyright 2008-2010 the EasyAnt project
-	
-	See the NOTICE file distributed with this work for additional information 
-	regarding copyright ownership.
-	
-	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.  
+   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.
 -->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
 	<info organisation="org.apache.easyant.skeletons" module="std-java-application" 

Modified: incubator/easyant/skeletons/trunk/std-java-application/src/main/resources/module.ivy.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-java-application/src/main/resources/module.ivy.tpl?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-java-application/src/main/resources/module.ivy.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-java-application/src/main/resources/module.ivy.tpl Thu Feb 17 20:35:07 2011
@@ -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.
+-->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
 	<info organisation="@project.organisation@" module="@project.module@" 
 			status="integration" revision="@project.revision@">

Modified: incubator/easyant/skeletons/trunk/std-java-webapplication/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-java-webapplication/module.ivy?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-java-webapplication/module.ivy (original)
+++ incubator/easyant/skeletons/trunk/std-java-webapplication/module.ivy Thu Feb 17 20:35:07 2011
@@ -1,20 +1,18 @@
 <!--
-	Copyright 2008-2010 the EasyAnt project
-	
-	See the NOTICE file distributed with this work for additional information 
-	regarding copyright ownership.
-	
-	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.  
+   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.
 -->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
 	<info organisation="org.apache.easyant.skeletons" module="std-java-webapplication" 

Modified: incubator/easyant/skeletons/trunk/std-java-webapplication/src/main/resources/module.ivy.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-java-webapplication/src/main/resources/module.ivy.tpl?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-java-webapplication/src/main/resources/module.ivy.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-java-webapplication/src/main/resources/module.ivy.tpl Thu Feb 17 20:35:07 2011
@@ -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.
+-->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
 	<info organisation="@project.organisation@" module="@project.module@" 
 			status="integration" revision="@project.revision@">

Modified: incubator/easyant/skeletons/trunk/std-skeleton/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-skeleton/module.ivy?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-skeleton/module.ivy (original)
+++ incubator/easyant/skeletons/trunk/std-skeleton/module.ivy Thu Feb 17 20:35:07 2011
@@ -1,20 +1,18 @@
 <!--
-	Copyright 2008-2010 the EasyAnt project
-	
-	See the NOTICE file distributed with this work for additional information 
-	regarding copyright ownership.
-	
-	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.  
+   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.
 -->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
 	<info organisation="org.apache.easyant.skeletons" module="std-skeleton" 

Modified: incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/module.ivy.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/module.ivy.tpl?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/module.ivy.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/module.ivy.tpl Thu Feb 17 20:35:07 2011
@@ -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.
+-->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
 	<info organisation="@project.organisation@" module="@project.module@" 
 			status="integration" revision="@project.revision@">

Modified: incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/skeleton.postinstall.ant.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/skeleton.postinstall.ant.tpl?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/skeleton.postinstall.ant.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/skeleton.postinstall.ant.tpl Thu Feb 17 20:35:07 2011
@@ -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.
+-->
 <project name="org.apache.easyant.plugins#skeleton-postinstall" default="doit">
 
 	<target name="doit">

Modified: incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/src/main/resources/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/src/main/resources/module.ivy?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/src/main/resources/module.ivy (original)
+++ incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/src/main/resources/module.ivy Thu Feb 17 20:35:07 2011
@@ -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.
+-->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
 	<info organisation="@project.organisation@" module="@project.module@" 
 			status="integration" revision="@project.revision@">

Modified: incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl?rev=1071773&r1=1071772&r2=1071773&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl Thu Feb 17 20:35:07 2011
@@ -1,20 +1,18 @@
 <!--
-	Copyright 2008-2009 the EasyAnt project
-	
-	See the NOTICE file distributed with this work for additional information 
-	regarding copyright ownership.
-	
-	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.
+   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.
 -->
 <project name="@project.organisation@;@project.module@-test" xmlns:au="antlib:org.apache.ant.antunit">