Author: kelvingoodson
Date: Fri Jun 4 15:11:17 2010
New Revision: 951438
URL: http://svn.apache.org/viewvc?rev=951438&view=rev
Log:
add README to signal /lib directory as volatile
Added:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/README
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml?rev=951438&r1=951437&r2=951438&view=diff
==============================================================================
---
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml
(original)
+++
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml
Fri Jun 4 15:11:17 2010
@@ -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>
Added:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/README
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/README?rev=951438&view=auto
==============================================================================
---
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/README
(added)
+++
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/README
Fri Jun 4 15:11:17 2010
@@ -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.