diff options
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/src/main/resources/config/license.txt | 13 | ||||
-rw-r--r-- | asdctool/tarball.xml | 4 |
2 files changed, 17 insertions, 0 deletions
diff --git a/asdctool/src/main/resources/config/license.txt b/asdctool/src/main/resources/config/license.txt new file mode 100644 index 0000000000..0a4f362316 --- /dev/null +++ b/asdctool/src/main/resources/config/license.txt @@ -0,0 +1,13 @@ +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# diff --git a/asdctool/tarball.xml b/asdctool/tarball.xml index 7dde4d6f84..07346584fc 100644 --- a/asdctool/tarball.xml +++ b/asdctool/tarball.xml @@ -22,5 +22,9 @@ <directory>src/main/resources/config</directory> <outputDirectory>config</outputDirectory> </fileSet> + <fileSet> + <directory>tosca</directory> + <outputDirectory>tosca</outputDirectory> + </fileSet> </fileSets> </assembly>
\ No newline at end of file |