Author: bodewig
Date: Thu Sep 7 12:10:41 2006
New Revision: 441180
URL: http://svn.apache.org/viewvc?view=rev&rev=441180
Log:
people who've committed stuff here
Added:
ant/antlibs/svn/trunk/contributors.xml (with props)
Modified:
ant/antlibs/svn/trunk/src/etc/changelog.xsl
Added: ant/antlibs/svn/trunk/contributors.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/contributors.xml?view=auto&rev=441180
==============================================================================
--- ant/antlibs/svn/trunk/contributors.xml (added)
+++ ant/antlibs/svn/trunk/contributors.xml Thu Sep 7 12:10:41 2006
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE contributors
+[
+<!ELEMENT name (first?, middle?, last)>
+<!ELEMENT contributors (introduction, name+)>
+<!ELEMENT first (#PCDATA)>
+<!ELEMENT introduction (#PCDATA)>
+<!ELEMENT middle (#PCDATA)>
+<!ELEMENT last (#PCDATA)>
+]
+>
+
+<contributors>
+ <introduction>
+ These are some of the many people who have helped with this Ant Library.
+ </introduction>
+ <name>
+ <first>Kevin</first>
+ <last>Jackson</last>
+ </name>
+ <name>
+ <first>Stefan</first>
+ <last>Bodewig</last>
+ </name>
+ <name>
+ <first>Steve</first>
+ <last>Loughran</last>
+ </name>
+</contributors>
\ No newline at end of file
Propchange: ant/antlibs/svn/trunk/contributors.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: ant/antlibs/svn/trunk/src/etc/changelog.xsl
URL:
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/src/etc/changelog.xsl?view=diff&rev=441180&r1=441179&r2=441180
==============================================================================
--- ant/antlibs/svn/trunk/src/etc/changelog.xsl (original)
+++ ant/antlibs/svn/trunk/src/etc/changelog.xsl Thu Sep 7 12:10:41 2006
@@ -5,20 +5,20 @@
version='1.0'>
<!--
- Copyright 2005 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.
-
+ 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.
-->
<xsl:param name="title"/>
<xsl:param name="repo"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]