summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2011-04-05 16:59:37 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2011-04-05 16:59:37 +0000
commitab82987f462b11f543a7a6feed95dd42fe02febe (patch)
tree6e3f55730536095bc397244031694c4a0cb9e946 /sca-java-1.x
parent14bf072eb1fb7bbf3f0cf792f14d844b81eed645 (diff)
TUSCANY-3858: Specify resource filters in build section, not in plugin execution configuration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1089134 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/features/core/pom.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml8
3 files changed, 15 insertions, 9 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/features/core/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/features/core/pom.xml
index b0314dd6d4..5ba2f95784 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/features/core/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/features/core/pom.xml
@@ -38,6 +38,11 @@
</dependencies>
<build>
+ <!-- TUSCANY-3858: Specify filters here, not in plugin execution configuration -->
+ <filters>
+ <filter>${basedir}/../../target/filter.properties</filter>
+ </filters>
+
<resources>
<resource>
<directory>${basedir}</directory>
@@ -66,9 +71,6 @@
</goals>
<configuration>
<outputDirectory>${basedir}</outputDirectory>
- <filters>
- <filter>${basedir}/../../target/filter.properties</filter>
- </filters>
<resources>
<resource>
<directory>${basedir}/filtered-resources</directory>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml
index 7f4f5e4532..2f5d68c6f9 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml
@@ -68,6 +68,11 @@
</dependencies>
<build>
+ <!-- TUSCANY-3858: Specify filters here, not in plugin execution configuration -->
+ <filters>
+ <filter>${basedir}/../../target/filter.properties</filter>
+ </filters>
+
<resources>
<resource>
<directory>${basedir}</directory>
@@ -97,9 +102,6 @@
</goals>
<configuration>
<outputDirectory>${basedir}</outputDirectory>
- <filters>
- <filter>${basedir}/../../target/filter.properties</filter>
- </filters>
<resources>
<resource>
<directory>${basedir}/filtered-resources</directory>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml
index ca2a69c490..4db230e261 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml
@@ -46,6 +46,11 @@
</dependencies>
<build>
+ <!-- TUSCANY-3858: Specify filters here, not in plugin execution configuration -->
+ <filters>
+ <filter>${basedir}/../../target/filter.properties</filter>
+ </filters>
+
<resources>
<resource>
<directory>${basedir}</directory>
@@ -74,9 +79,6 @@
</goals>
<configuration>
<outputDirectory>${basedir}</outputDirectory>
- <filters>
- <filter>${basedir}/../../target/filter.properties</filter>
- </filters>
<resources>
<resource>
<directory>${basedir}/filtered-resources</directory>