diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-06 13:57:45 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-06 13:57:45 +0000 |
commit | d1e89179e9a367faa1c52c6a4f2188bc6f8e4e4e (patch) | |
tree | 751bea1cbcb3bb023f8db3b576e6718f01dfbdeb /java/sca | |
parent | af6a67d2eb33fc523ab4a44e4d37a09a8582236c (diff) |
Add back the jee schemas. Ok this might not be the perfect place for it but this gets the build passing again for now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd04.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd04.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd04.xsd index 8d177fc768..de4620f460 100644 --- a/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd04.xsd +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd04.xsd @@ -33,4 +33,6 @@ <include schemaLocation="sca-contribution-c-1.1-cd04.xsd"/> <include schemaLocation="sca-contribution-java-1.1-cd02.xsd"/> + <include schemaLocation="sca-jee-1.1-wd03.xsd"/> + </schema> |