summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-06-04 15:11:17 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-06-04 15:11:17 +0000
commit4766e79dd2765c055d540f580db3d7f0801a9db7 (patch)
treea19465f49f56d6b4e7b5d09e7e88a5665c73a388
parent4bf6967ce680d759e74380e1b229e4e5e546def4 (diff)
add README to signal /lib directory as volatile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951438 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml10
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/README3
2 files changed, 12 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml
index e5dcd2b281..1da6bebbe6 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml
@@ -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>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/README b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/README
new file mode 100644
index 0000000000..210c673598
--- /dev/null
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/README
@@ -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.