Add back resource filtering

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/batik/trunk@1877388 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/batik-rasterizer/pom.xml b/batik-rasterizer/pom.xml
index d59dd16..c37c7be 100644
--- a/batik-rasterizer/pom.xml
+++ b/batik-rasterizer/pom.xml
@@ -85,6 +85,12 @@
         </executions>
       </plugin>
     </plugins>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>      
   </build>
 
 </project>
diff --git a/batik-svgbrowser/pom.xml b/batik-svgbrowser/pom.xml
index c823007..bba1b8e 100644
--- a/batik-svgbrowser/pom.xml
+++ b/batik-svgbrowser/pom.xml
@@ -109,6 +109,12 @@
         </executions>
       </plugin>
     </plugins>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
   </build>
 
 </project>