Author: bodewig
Date: Tue Feb 9 15:54:42 2010
New Revision: 908085
URL: http://svn.apache.org/viewvc?rev=908085&view=rev
Log:
standard antlib files
Added:
ant/antlibs/props/trunk/changes.xml (with props)
ant/antlibs/props/trunk/contributors.xml (with props)
ant/antlibs/props/trunk/version.properties (with props)
Added: ant/antlibs/props/trunk/changes.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/props/trunk/changes.xml?rev=908085&view=auto
==============================================================================
--- ant/antlibs/props/trunk/changes.xml (added)
+++ ant/antlibs/props/trunk/changes.xml Tue Feb 9 15:54:42 2010
@@ -0,0 +1,42 @@
+<?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.
+-->
+<!DOCTYPE document
+[
+<!ELEMENT document (properties?, release+)>
+<!ELEMENT properties (title)>
+<!ELEMENT title (#PCDATA)>
+<!ELEMENT release (action*)>
+<!ELEMENT action (#PCDATA)>
+<!ATTLIST release
+ version CDATA #REQUIRED
+ date CDATA #REQUIRED
+ description CDATA #IMPLIED>
+<!ATTLIST action
+ issue CDATA #IMPLIED
+ type (add|fix|remove|update) #REQUIRED
+ breaks-bwc (true|false) #IMPLIED>
+]
+>
+ <document>
+ <properties>
+ <title>Apache Props Ant Library</title>
+ </properties>
+
+ <release version="SVN trunk" date="unpublished">
+ </release>
+ </document>
Propchange: ant/antlibs/props/trunk/changes.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: ant/antlibs/props/trunk/contributors.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/props/trunk/contributors.xml?rev=908085&view=auto
==============================================================================
--- ant/antlibs/props/trunk/contributors.xml (added)
+++ ant/antlibs/props/trunk/contributors.xml Tue Feb 9 15:54:42 2010
@@ -0,0 +1,37 @@
+<?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.
+-->
+<!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>Matt</first>
+ <last>Benson</last>
+ </name>
+</contributors>
Propchange: ant/antlibs/props/trunk/contributors.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: ant/antlibs/props/trunk/version.properties
URL:
http://svn.apache.org/viewvc/ant/antlibs/props/trunk/version.properties?rev=908085&view=auto
==============================================================================
--- ant/antlibs/props/trunk/version.properties (added)
+++ ant/antlibs/props/trunk/version.properties Tue Feb 9 15:54:42 2010
@@ -0,0 +1,15 @@
+# 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.
+artifact.version=1.0Alpha
Propchange: ant/antlibs/props/trunk/version.properties
------------------------------------------------------------------------------
svn:eol-style = native