diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-14 21:42:48 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-14 21:42:48 +0000 |
commit | 47a3037d48c468fd728370d79e4fb48fa440c29b (patch) | |
tree | aed107280fc4e257a88cfccf1b3186c694db478b | |
parent | e5792b53c007f596b6c6a372d49123b467d1db8b (diff) |
Merge r1035066 TUSCANY-3762: Fix problems with build.properties file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035077 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/trunk/tools/eclipse/plugins/core/build.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tools/eclipse/plugins/core/build.properties b/sca-java-1.x/trunk/tools/eclipse/plugins/core/build.properties index 3bb11b999f..5d09471dab 100644 --- a/sca-java-1.x/trunk/tools/eclipse/plugins/core/build.properties +++ b/sca-java-1.x/trunk/tools/eclipse/plugins/core/build.properties @@ -2,6 +2,7 @@ output.. = bin/ bin.includes = META-INF/,\ plugin.xml,\ xsd/,\ + exsd/,\ icons/,\ .,\ about.html,\ @@ -9,6 +10,7 @@ bin.includes = META-INF/,\ about.ini,\ org/ src.includes = xsd/,\ + exsd/,\ plugin.xml,\ .classpath,\ .project,\ @@ -22,4 +24,4 @@ src.includes = xsd/,\ org/,\ pom.xml jars.compile.order = . -source.. = . +source.. = src/main/java |