Skip to content

Commit

Permalink
remove build path entries for non-existent folders (#716)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer authored and maggu2810 committed Apr 14, 2019
1 parent 31c3ba3 commit 48ce835
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions bundles/org.openhab.core.automation.module.script/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>

0 comments on commit 48ce835

Please sign in to comment.