summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-11-12 14:15:55 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-11-12 14:15:55 +0000
commit7b1f2c7a6c6cbe0a5420e54cecc2724574b69c18 (patch)
tree5ac400643a6a18303f5531d62a826cf9b394fb42 /sca-java-1.x/branches
parente6815d9776cb931522865d0061c9ceeca8c86802 (diff)
Fix errors from project org.apache.tuscany.sca.core when imported into Eclipse
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034402 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml2
1 files changed, 1 insertions, 1 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 48cc3be1fd..125201dedb 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
@@ -77,7 +77,7 @@
<directory>${basedir}</directory>
<filtering>true</filtering>
<excludes>
- <exclude>**/*.java</exclude>
+ <exclude>src/**</exclude>
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
<exclude>build.*</exclude>