Author: dkulp
Date: Fri Apr 8 13:03:57 2011
New Revision: 1090229
URL: http://svn.apache.org/viewvc?rev=1090229&view=rev
Log:
Add suppliments for isorelax and relaxngdatatype
Modified:
cxf/build-utils/trunk/buildtools/src/main/resources/notice-supplements.xml
Modified:
cxf/build-utils/trunk/buildtools/src/main/resources/notice-supplements.xml
URL:
http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/src/main/resources/notice-supplements.xml?rev=1090229&r1=1090228&r2=1090229&view=diff
==============================================================================
--- cxf/build-utils/trunk/buildtools/src/main/resources/notice-supplements.xml
(original)
+++ cxf/build-utils/trunk/buildtools/src/main/resources/notice-supplements.xml
Fri Apr 8 13:03:57 2011
@@ -497,5 +497,35 @@
</organization>
</project>
</supplement>
+ <supplement>
+ <project>
+ <groupId>isorelax</groupId>
+ <artifactId>isorelax</artifactId>
+ <name>ISO Relax</name>
+ <url>http://iso-relax.sourceforge.net/</url>
+ <licenses>
+ <license>
+ <name>MIT</name>
+
<url>http://www.opensource.org/licenses/mit-license.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ </project>
+ </supplement>
+ <supplement>
+ <project>
+ <groupId>relaxngDatatype</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ <name>RELAX NG Datatype</name>
+ <url>http://sourceforge.net/projects/relaxng/</url>
+ <licenses>
+ <license>
+ <name>BSD</name>
+
<url>http://www.opensource.org/licenses/bsd-license.php</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ </project>
+ </supplement>
</supplementalDataModels>