summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml
index af3c204a40..6bb0a138d9 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml
@@ -88,7 +88,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>
@@ -124,14 +124,14 @@
<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>about.ini</include>
<include>about_files/NOTICE</include>
- <include>META-INF/MANIFEST.MF</include>
- <include>org/apache/tuscany/sca/core/feature.version</include>
+ <include>META-INF/**</include>
+ <include>org/**</include>
</includes>
</fileset>
</filesets>