Skip to content

Commit

Permalink
Cleaner include/exclude for the core module
Browse files Browse the repository at this point in the history
Change-Id: I42963f1f92735e51a040d956d84bb85f86d1deeb
Signed-off-by: John May <john.wilkinsonmay@gmail.com>
  • Loading branch information
egonw authored and johnmay committed May 3, 2014
1 parent f76b171 commit 02e0f65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions base/core/pom.xml
Expand Up @@ -34,16 +34,17 @@
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>org/openscience/cdk/config/data/*</exclude>
</excludes>
<includes>
<include>build.props</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>build.props</exclude>
</excludes>
<filtering>false</filtering>
</resource>
</resources>
</build>
Expand Down

0 comments on commit 02e0f65

Please sign in to comment.