Skip to content

Commit 6e90a21

Browse files
committed
Remove exclusion of Config.rsc from Maven config
1 parent cdd0cbb commit 6e90a21

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@
6969
<resource><!-- we have to copy the rascal sources in the jar for the evaluator to find it-->
7070
<directory>src/main/rascal</directory>
7171
<filtering>false</filtering>
72-
<excludes>
73-
<exclude>lang/php/config/Config.rsc</exclude>
74-
<exclude>lang/php/config/Config.rsc-dist</exclude>
75-
</excludes>
7672
</resource>
7773
</resources>
7874
<plugins>

0 commit comments

Comments
 (0)