You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by bl...@apache.org on 2009/08/08 21:19:57 UTC

svn commit: r802440 - in /incubator/wink/trunk: DISCLAIMER LICENSE NOTICE release_notes.txt src/doc/DISCLAIMER src/doc/LICENSE src/doc/NOTICE src/doc/release_notes.txt wink-scripts/wink-dist/build.xml

Author: bluk
Date: Sat Aug  8 19:19:57 2009
New Revision: 802440

URL: http://svn.apache.org/viewvc?rev=802440&view=rev
Log:
Move LICENSE, NOTICE, DISCLAIMER, notes to root

See [WINK-130]

Added:
    incubator/wink/trunk/DISCLAIMER
      - copied, changed from r801869, incubator/wink/trunk/src/doc/DISCLAIMER
    incubator/wink/trunk/LICENSE
      - copied, changed from r801869, incubator/wink/trunk/src/doc/LICENSE
    incubator/wink/trunk/NOTICE
      - copied, changed from r801869, incubator/wink/trunk/src/doc/NOTICE
    incubator/wink/trunk/release_notes.txt
      - copied, changed from r801869, incubator/wink/trunk/src/doc/release_notes.txt
Removed:
    incubator/wink/trunk/src/doc/DISCLAIMER
    incubator/wink/trunk/src/doc/LICENSE
    incubator/wink/trunk/src/doc/NOTICE
    incubator/wink/trunk/src/doc/release_notes.txt
Modified:
    incubator/wink/trunk/wink-scripts/wink-dist/build.xml

Copied: incubator/wink/trunk/DISCLAIMER (from r801869, incubator/wink/trunk/src/doc/DISCLAIMER)
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/DISCLAIMER?p2=incubator/wink/trunk/DISCLAIMER&p1=incubator/wink/trunk/src/doc/DISCLAIMER&r1=801869&r2=802440&rev=802440&view=diff
==============================================================================
    (empty)

Copied: incubator/wink/trunk/LICENSE (from r801869, incubator/wink/trunk/src/doc/LICENSE)
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/LICENSE?p2=incubator/wink/trunk/LICENSE&p1=incubator/wink/trunk/src/doc/LICENSE&r1=801869&r2=802440&rev=802440&view=diff
==============================================================================
    (empty)

Copied: incubator/wink/trunk/NOTICE (from r801869, incubator/wink/trunk/src/doc/NOTICE)
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/NOTICE?p2=incubator/wink/trunk/NOTICE&p1=incubator/wink/trunk/src/doc/NOTICE&r1=801869&r2=802440&rev=802440&view=diff
==============================================================================
    (empty)

Copied: incubator/wink/trunk/release_notes.txt (from r801869, incubator/wink/trunk/src/doc/release_notes.txt)
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/release_notes.txt?p2=incubator/wink/trunk/release_notes.txt&p1=incubator/wink/trunk/src/doc/release_notes.txt&r1=801869&r2=802440&rev=802440&view=diff
==============================================================================
    (empty)

Modified: incubator/wink/trunk/wink-scripts/wink-dist/build.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-dist/build.xml?rev=802440&r1=802439&r2=802440&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-dist/build.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-dist/build.xml Sat Aug  8 19:19:57 2009
@@ -182,10 +182,10 @@
 	<target name="create.dist.root.docs" depends="init">
 		<echo>Making root documents</echo>
 		<copy todir="${dist.root}" flatten="true" includeemptydirs="false">
-			<fileset dir="${project.root}/src" includes="doc/DISCLAIMER*" />
-			<fileset dir="${project.root}/src" includes="doc/LICENSE*" />
-			<fileset dir="${project.root}/src" includes="doc/NOTICE*" />
-			<fileset dir="${project.root}/src" includes="doc/release_notes.txt" />
+			<fileset dir="${project.root}" includes="DISCLAIMER*" />
+			<fileset dir="${project.root}" includes="LICENSE*" />
+			<fileset dir="${project.root}" includes="NOTICE*" />
+			<fileset dir="${project.root}" includes="release_notes.txt" />
 		</copy>
 		<!-- replace the version in the copied readme.txt files -->
 		<!--replace file="${dist.root}/readme.txt">