diff options
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/properties/src/main/resources/Outer.composite')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/properties/src/main/resources/Outer.composite | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/Outer.composite b/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/Outer.composite index 93f164a1e7..104662b26e 100644 --- a/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/Outer.composite +++ b/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/Outer.composite @@ -16,10 +16,15 @@ * specific language governing permissions and limitations * under the License. --> -<composite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" - xmlns:foo="http://foo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" - xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200912 http://docs.oasis-open.org/ns/opencsa/sca/200912" name="Iteration3Composite" - targetNamespace="http://foo" local="true" autowire="false"> +<composite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" + xmlns:foo="http://foo" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200912 http://docs.oasis-open.org/ns/opencsa/sca/200912" + name="Iteration3Composite" + targetNamespace="http://foo" + local="true" + autowire="false"> <property name="newLocation" type="xsd:anyURI">Raleigh</property> <property name="newYear" type="xsd:anyURI">2008</property> |