fix *nix permissions on jars and fix missing files from jar META-INF
git-svn-id: https://svn.apache.org/repos/asf/incubator/tuscany/branches/sdo-1.0-incubating@563086 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/distribution/src/main/assembly/bin.xml b/distribution/src/main/assembly/bin.xml
index d1b4a57..c16ffb5 100644
--- a/distribution/src/main/assembly/bin.xml
+++ b/distribution/src/main/assembly/bin.xml
@@ -104,6 +104,7 @@
<source>src/main/release/bin/samples/runsamples.sh</source>
<outputDirectory>tuscany-sdo-${sdo.version}/samples</outputDirectory>
<filtered>true</filtered>
+ <fileMode>0755</fileMode>
</file>
<file>
<source>src/main/release/bin/samples/README</source>
@@ -126,7 +127,7 @@
<include>org.apache.tuscany.sdo:tuscany-sdo-tools</include>
<include>org.apache.tuscany.sdo:sample-sdo</include>
</includes>
- <fileMode>644</fileMode>
+ <fileMode>0644</fileMode>
</dependencySet>
</dependencySets>
diff --git a/impl/src/main/resources/META-INF/DISCLAIMER b/impl/src/main/resources/META-INF/DISCLAIMER
new file mode 100644
index 0000000..a65af91
--- /dev/null
+++ b/impl/src/main/resources/META-INF/DISCLAIMER
@@ -0,0 +1,7 @@
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the ASF.
\ No newline at end of file
diff --git a/lib/src/main/resources/META-INF/DISCLAIMER b/lib/src/main/resources/META-INF/DISCLAIMER
new file mode 100644
index 0000000..a65af91
--- /dev/null
+++ b/lib/src/main/resources/META-INF/DISCLAIMER
@@ -0,0 +1,7 @@
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the ASF.
\ No newline at end of file
diff --git a/plugin/src/main/resources/META-INF/DISCLAIMER b/plugin/src/main/resources/META-INF/DISCLAIMER
new file mode 100644
index 0000000..a65af91
--- /dev/null
+++ b/plugin/src/main/resources/META-INF/DISCLAIMER
@@ -0,0 +1,7 @@
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the ASF.
\ No newline at end of file
diff --git a/sdo-api/src/main/resources/META-INF/README.txt b/sdo-api/src/main/resources/META-INF/README.txt
new file mode 100644
index 0000000..4375912
--- /dev/null
+++ b/sdo-api/src/main/resources/META-INF/README.txt
@@ -0,0 +1,23 @@
+Apache Tuscany 1.0-incubating build (July 2007)
+===============================================
+
+http://incubator.apache.org/tuscany/
+
+Support
+-------
+
+Any problem with this release can be reported to the Tuscany mailing list
+or in the JIRA issue tracker.
+
+Mailing list subscription:
+ tuscany-dev-subscribe@ws.apache.org
+
+Jira:
+ http://issues.apache.org/jira/browse/Tuscany
+
+
+Thank you for using Tuscany!
+
+
+The Tuscany Team.
+
diff --git a/tools/src/main/resources/META-INF/DISCLAIMER b/tools/src/main/resources/META-INF/DISCLAIMER
new file mode 100644
index 0000000..a65af91
--- /dev/null
+++ b/tools/src/main/resources/META-INF/DISCLAIMER
@@ -0,0 +1,7 @@
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the ASF.
\ No newline at end of file