diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-03 11:41:41 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-03 11:41:41 +0000 |
commit | a10fc345d0b08bbcc9659f8299f8ad512415c32d (patch) | |
tree | 8cd44ae779bd0124c6e181b83c27768d8c4a80c9 | |
parent | 968e58ccfa2c30f1b7175ce7813f89c3fce1bca8 (diff) |
TUSCANY-3762: Update build.properties file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030417 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/build.properties | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/build.properties b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/build.properties index c402b2eb45..3bb11b999f 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/build.properties +++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/build.properties @@ -4,16 +4,18 @@ bin.includes = META-INF/,\ xsd/,\ icons/,\ .,\ - LICENSE,\ - NOTICE,\ + about.html,\ + about_files/,\ + about.ini,\ org/ src.includes = xsd/,\ plugin.xml,\ .classpath,\ .project,\ - LICENSE,\ META-INF/,\ - NOTICE,\ + about.html,\ + about_files/,\ + about.ini,\ build.properties,\ icons/,\ .settings/,\ |