summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-11-14 21:48:14 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-11-14 21:48:14 +0000
commiteec2e27511654d899e2fcc81172dd97d490f6699 (patch)
treece7bf54773797118b5de205b37b7e240f95c8878 /sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml
parentfdb890085bc1fd3f4cc15f89c7c0aa2fa6cda0ec (diff)
Merge r1035075 TUSCANY-3762: Fix comments in pom.xml files and clean up handling of filtered resource files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035081 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml b/sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml
index 9c912b050f..01249d8851 100644
--- a/sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml
+++ b/sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml
@@ -57,7 +57,7 @@
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
<executions>
- <!-- TUSCANY-xxxx: Copy resource files that need to be filtered -->
+ <!-- TUSCANY-3762: Copy resource files that need to be filtered -->
<execution>
<id>copy-filtered-resources</id>
<phase>generate-resources</phase>
@@ -93,12 +93,12 @@
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
- <!-- TUSCANY-xxxx: Delete copied filtered resource files -->
+ <!-- TUSCANY-3762: Delete copied filtered resource files -->
<fileset>
<directory>${basedir}</directory>
<includes>
<include>NOTICE</include>
- <include>META-INF/MANIFEST.MF</include>
+ <include>META-INF/**</include>
<include>feature.xml</include>
</includes>
</fileset>