You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/03/29 13:26:14 UTC

svn commit: r523697 - in /incubator/ivy/core/trunk: NOTICE build-release.xml build.xml

Author: xavier
Date: Thu Mar 29 06:26:13 2007
New Revision: 523697

URL: http://svn.apache.org/viewvc?view=rev&rev=523697
Log:
add NOTICE

Added:
    incubator/ivy/core/trunk/NOTICE
Modified:
    incubator/ivy/core/trunk/build-release.xml
    incubator/ivy/core/trunk/build.xml

Added: incubator/ivy/core/trunk/NOTICE
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/NOTICE?view=auto&rev=523697
==============================================================================
--- incubator/ivy/core/trunk/NOTICE (added)
+++ incubator/ivy/core/trunk/NOTICE Thu Mar 29 06:26:13 2007
@@ -0,0 +1,14 @@
+   =========================================================================
+   ==  NOTICE file corresponding to the section 4 d of                    ==
+   ==  the Apache License, Version 2.0,                                   ==
+   ==  in this case for the Apache Ivy distribution.                      ==
+   =========================================================================
+
+   This product includes software developed by
+   The Apache Software Foundation (http://www.apache.org/).
+   
+   Portions of Ivy were originally developed by
+   Jayasoft SARL and are
+   licensed to the Apache Software Foundation under the
+   "Software Grant License Agreement"
+   

Modified: incubator/ivy/core/trunk/build-release.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/build-release.xml?view=diff&rev=523697&r1=523696&r2=523697
==============================================================================
--- incubator/ivy/core/trunk/build-release.xml (original)
+++ incubator/ivy/core/trunk/build-release.xml Thu Mar 29 06:26:13 2007
@@ -82,6 +82,7 @@
 			<zipfileset dir="${basedir}/test/xsl" prefix="ivy-${build.version}/test/xsl"/>
 			<zipfileset dir="${src.dir}/org/apache/ivy/plugins/parser/xml" includes="ivy.xsd" fullpath="ivy-${build.version}/ivy.xsd"/>
 			<zipfileset dir="${basedir}" includes="DISCLAIMER" fullpath="ivy-${build.version}/DISCLAIMER"/>
+			<zipfileset dir="${basedir}" includes="NOTICE" fullpath="ivy-${build.version}/NOTICE"/>
 			<zipfileset dir="${basedir}" includes="LICENSE" fullpath="ivy-${build.version}/LICENSE"/>
 			<zipfileset dir="${basedir}" includes="CHANGES.txt" fullpath="ivy-${build.version}/CHANGES.txt"/>
 			<zipfileset dir="${basedir}" includes="RELEASE_NOTES" fullpath="ivy-${build.version}/RELEASE_NOTES"/>
@@ -104,6 +105,7 @@
 			<zipfileset dir="${doc.build.dir}" prefix="ivy-${build.version}/doc"/>
 			<zipfileset dir="${basedir}/src/example" prefix="ivy-${build.version}/src/example"/>
 			<zipfileset dir="${basedir}" includes="DISCLAIMER" fullpath="ivy-${build.version}/DISCLAIMER"/>
+			<zipfileset dir="${basedir}" includes="NOTICE" fullpath="ivy-${build.version}/NOTICE"/>
 			<zipfileset dir="${basedir}" includes="LICENSE" fullpath="ivy-${build.version}/LICENSE"/>
 			<zipfileset dir="${basedir}" includes="CHANGES.txt" fullpath="ivy-${build.version}/CHANGES.txt"/>
 			<zipfileset dir="${basedir}" includes="RELEASE_NOTES" fullpath="ivy-${build.version}/RELEASE_NOTES"/>

Modified: incubator/ivy/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/build.xml?view=diff&rev=523697&r1=523696&r2=523697
==============================================================================
--- incubator/ivy/core/trunk/build.xml (original)
+++ incubator/ivy/core/trunk/build.xml Thu Mar 29 06:26:13 2007
@@ -188,7 +188,7 @@
 		<!-- package the two ivy jars -->
   		<jar 	destfile="${artifacts.build.dir}/${final.name}"
 				basedir="${classes.build.dir}">
-  			<metainf dir="${basedir}" includes="LICENSE,DISCLAIMER" />
+  			<metainf dir="${basedir}" includes="LICENSE,DISCLAIMER,NOTICE" />
 			<manifest>
 				<attribute name="Build-Version" value="${build.version}"/>
 			</manifest>
@@ -196,7 +196,7 @@
   		<jar 	destfile="${artifacts.build.dir}/${final.core.name}"
 				basedir="${classes.build.dir}"
   				excludes="org/apache/ivy/ant/*">
-  			<metainf dir="${basedir}" includes="LICENSE,DISCLAIMER" />
+  			<metainf dir="${basedir}" includes="LICENSE,DISCLAIMER,NOTICE" />
 			<manifest>
 				<attribute name="Build-Version" value="${build.version}"/>
 			</manifest>