add README to signal /lib directory as volatile

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2010-06-04 18:42:43 +00:00
parent 99945d33ee
commit 3c944dd7b2
2 changed files with 12 additions and 1 deletions

View file

@ -43,5 +43,13 @@
</includes>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<directory>src/main/release/bin/</directory>
<outputDirectory>lib</outputDirectory>
<includes>
<include>README</include>
</includes>
</fileSet>
</fileSets>
</component>

View file

@ -0,0 +1,3 @@
Please note that this /lib directory is here to support an experimental
feature in the Tuscany 2.0-M5 release, and may not exist in future
releases.