Revision: 1971
Author: [email protected]
Date: Wed Jul 21 05:37:34 2010
Log: Removed ${project.build.directory} because it's not replaced properly by Hudson.
http://code.google.com/p/simal/source/detail?r=1971

Modified:
 /trunk/uk.ac.osswatch.simal.web/pom.xml

=======================================
--- /trunk/uk.ac.osswatch.simal.web/pom.xml     Thu Jul 15 06:56:47 2010
+++ /trunk/uk.ac.osswatch.simal.web/pom.xml     Wed Jul 21 05:37:34 2010
@@ -224,7 +224,7 @@
       <resource>
         <filtering>true</filtering>
         <directory>src/main/widgets</directory>
-        <targetPath>${project.build.directory}/filteredWidgets</targetPath>
+        <targetPath>target/filteredWidgets</targetPath>
         <includes>
           <include>**/*.*</include>
         </includes>

--
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.

Reply via email to