Revision: 1919
Author: [email protected]
Date: Thu Jul 15 06:56:47 2010
Log: Attempt to fix build server - perhaps wildcard for filtering is not
correct?
http://code.google.com/p/simal/source/detail?r=1919
Modified:
/trunk/uk.ac.osswatch.simal.web/pom.xml
=======================================
--- /trunk/uk.ac.osswatch.simal.web/pom.xml Thu Jun 17 06:06:19 2010
+++ /trunk/uk.ac.osswatch.simal.web/pom.xml Thu Jul 15 06:56:47 2010
@@ -226,14 +226,14 @@
<directory>src/main/widgets</directory>
<targetPath>${project.build.directory}/filteredWidgets</targetPath>
<includes>
- <include>**</include>
+ <include>**/*.*</include>
</includes>
</resource>
<resource>
<filtering>false</filtering>
<directory>src/main/java</directory>
<includes>
- <include>**</include>
+ <include>**/*.*</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
@@ -245,7 +245,7 @@
<filtering>false</filtering>
<directory>src/test/java</directory>
<includes>
- <include>**</include>
+ <include>**/*.*</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
--
You received this message because you are subscribed to the Google Groups "Simal
Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simal-commits?hl=en.