Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #156 from grainier/master
Browse files Browse the repository at this point in the history
Adding deployment/workspace directory to be used with the editor
  • Loading branch information
swsachith authored May 17, 2017
2 parents f2133c3 + c14e306 commit 5f20840
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,11 @@
</fileSet>

<fileSet>
<directory>carbon-home/deployment/workspace</directory>
<directory>.</directory>
<outputDirectory>deployment/workspace</outputDirectory>
<excludes>
<exclude>*/**</exclude>
</excludes>
<fileMode>644</fileMode>
</fileSet>

Expand All @@ -124,6 +127,7 @@
<excludes>
<exclude>*/**</exclude>
</excludes>
<fileMode>644</fileMode>
</fileSet>

<fileSet>
Expand All @@ -132,6 +136,7 @@
<excludes>
<exclude>*/**</exclude>
</excludes>
<fileMode>644</fileMode>
</fileSet>
</fileSets>

Expand Down

0 comments on commit 5f20840

Please sign in to comment.