diff options
Diffstat (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/distribution/all')
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-lib.xml | 10 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/README | 3 |
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. |