Author: crossley
Date: Mon Apr 9 01:28:29 2007
New Revision: 526673
URL: http://svn.apache.org/viewvc?view=rev&rev=526673
Log:
Move the announcement.txt from /etc to /admin directory. Exclude from
release-dist target.
This way we can still work on the announcement after the code-freeze.
Added:
forrest/trunk/admin/
forrest/trunk/admin/README.txt (with props)
forrest/trunk/admin/announcement-0.8.txt
- copied unchanged from r526669, forrest/trunk/etc/announcement-0.8.txt
Removed:
forrest/trunk/etc/announcement-0.8.txt
Modified:
forrest/trunk/main/build.xml
Added: forrest/trunk/admin/README.txt
URL:
http://svn.apache.org/viewvc/forrest/trunk/admin/README.txt?view=auto&rev=526673
==============================================================================
--- forrest/trunk/admin/README.txt (added)
+++ forrest/trunk/admin/README.txt Mon Apr 9 01:28:29 2007
@@ -0,0 +1 @@
+This directory contains some things that do not need to be packed with the
release.
Propchange: forrest/trunk/admin/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Modified: forrest/trunk/main/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?view=diff&rev=526673&r1=526672&r2=526673
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Mon Apr 9 01:28:29 2007
@@ -270,6 +270,7 @@
<echo>Copy Forrest core files from ${forrest.home}</echo>
<copy todir="${dist-shbat.dir}">
<fileset dir="${forrest.home}" >
+ <exclude name="admin/**"/>
<exclude name="build/**"/>
<exclude name="whiteboard/**"/>
<exclude name="plugins/**"/>