diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-06 06:54:40 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-06 06:54:40 +0000 |
commit | 72ea9bccd4c46344a212fec637b71d2b34f6125d (patch) | |
tree | 7dd5e37d249ec7e09dd6cba0344e7434f99d74df /java/sca | |
parent | d511cf22fc1def4c3aca03fe885bf8419bd40051 (diff) |
Move the BUILDING/LICENSE/NOTICE files to the SVN root and change the src distribution build to use those. This way the legal files will be at the top of the release tag and also when people checkout thecode from svn there's a BUILDING file at the top telling them how to build it
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741438 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/BUILDING (renamed from java/sca/distribution/all/src/main/release/src/BUILDING) | 0 | ||||
-rw-r--r-- | java/sca/LICENSE (renamed from java/sca/distribution/all/src/main/release/src/LICENSE) | 0 | ||||
-rw-r--r-- | java/sca/NOTICE (renamed from java/sca/distribution/all/src/main/release/src/NOTICE) | 0 | ||||
-rw-r--r-- | java/sca/distribution/all/src/main/assembly/src.xml | 9 |
4 files changed, 0 insertions, 9 deletions
diff --git a/java/sca/distribution/all/src/main/release/src/BUILDING b/java/sca/BUILDING index c61e4f76c9..c61e4f76c9 100644 --- a/java/sca/distribution/all/src/main/release/src/BUILDING +++ b/java/sca/BUILDING diff --git a/java/sca/distribution/all/src/main/release/src/LICENSE b/java/sca/LICENSE index 144d8ae692..144d8ae692 100644 --- a/java/sca/distribution/all/src/main/release/src/LICENSE +++ b/java/sca/LICENSE diff --git a/java/sca/distribution/all/src/main/release/src/NOTICE b/java/sca/NOTICE index f3d8ddc5b8..f3d8ddc5b8 100644 --- a/java/sca/distribution/all/src/main/release/src/NOTICE +++ b/java/sca/NOTICE diff --git a/java/sca/distribution/all/src/main/assembly/src.xml b/java/sca/distribution/all/src/main/assembly/src.xml index 6a0e69c766..802df191e9 100644 --- a/java/sca/distribution/all/src/main/assembly/src.xml +++ b/java/sca/distribution/all/src/main/assembly/src.xml @@ -38,15 +38,6 @@ </includes>
</fileSet>
<fileSet>
- <directory>src/main/release/src</directory>
- <outputDirectory></outputDirectory>
- <includes>
- <include>BUILDING</include>
- <include>LICENSE</include>
- <include>NOTICE</include>
- </includes>
- </fileSet>
- <fileSet>
<directory>../..</directory>
<outputDirectory></outputDirectory>
<excludes>
|