Skip to content

Commit

Permalink
SCB-388 java-chassis src kit should have base directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJiang committed Mar 12, 2018
1 parent aff0bc5 commit 0585e7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java-chassis-distribution/src/assembly/src.xml
Expand Up @@ -17,15 +17,13 @@

<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<includeBaseDirectory>false</includeBaseDirectory>
<id>src</id>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<directory>..</directory>
<outputDirectory></outputDirectory>
<includes>
<include>**/*</include>
</includes>
Expand Down

0 comments on commit 0585e7b

Please sign in to comment.