| Commit in servicemix/base on MAIN | |||
| project.xml | +1 | 1.76 -> 1.77 | |
Fix: included ".x*" in the resource for the directory src/test/component. This is to fix and exception occuring when executing ExplodedComponentInstallationTest.java
servicemix/base
diff -u -r1.76 -r1.77 --- project.xml 18 Aug 2005 06:18:53 -0000 1.76 +++ project.xml 18 Aug 2005 08:18:16 -0000 1.77 @@ -918,6 +918,7 @@
<directory>src/test/components</directory>
<includes>
<include>**/*.jar</include>
+ <include>**/*.x*</include>
<include>**/*.zip</include>
</includes>
</resource>
