Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Jastram2012-04-02 13:58:29 +0000
committerMichael Jastram2012-04-05 11:57:03 +0000
commitc2cc6a5308cbabfb968aaed944ef8aa97cdad48f (patch)
tree6a3f7a73957ea50dc8f6c8bc1eeaac9aff56139f
parent0a90c535498a9040ad5be661b70e7303f2ca7348 (diff)
downloadorg.eclipse.rmf-c2cc6a5308cbabfb968aaed944ef8aa97cdad48f.tar.gz
org.eclipse.rmf-c2cc6a5308cbabfb968aaed944ef8aa97cdad48f.tar.xz
org.eclipse.rmf-c2cc6a5308cbabfb968aaed944ef8aa97cdad48f.zip
Core Integration
-rw-r--r--org.eclipse.rmf.pror.reqif10.tests/tests/org/eclipse/rmf/pror/reqif10/testdata/bare.reqif2
-rw-r--r--org.eclipse.rmf.pror.reqif10.tests/tests/org/eclipse/rmf/pror/reqif10/testdata/simple.reqif2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.rmf.pror.reqif10.tests/tests/org/eclipse/rmf/pror/reqif10/testdata/bare.reqif b/org.eclipse.rmf.pror.reqif10.tests/tests/org/eclipse/rmf/pror/reqif10/testdata/bare.reqif
index 7640e0b9..0395d689 100644
--- a/org.eclipse.rmf.pror.reqif10.tests/tests/org/eclipse/rmf/pror/reqif10/testdata/bare.reqif
+++ b/org.eclipse.rmf.pror.reqif10.tests/tests/org/eclipse/rmf/pror/reqif10/testdata/bare.reqif
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<REQ-IF xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/ReqIF/20101201" xsi:schemaLocation="http://www.omg.org/spec/ReqIF/20110401/reqif.xsd reqif.xsd http://www.w3.org/1999/xhtml driver.xsd">
+<REQ-IF xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/ReqIF/20110401/reqif.xsd" xsi:schemaLocation="http://www.omg.org/spec/ReqIF/20110401/reqif.xsd reqif.xsd http://www.w3.org/1999/xhtml driver.xsd">
<CORE-CONTENT>
<REQ-IF-CONTENT/>
</CORE-CONTENT>
diff --git a/org.eclipse.rmf.pror.reqif10.tests/tests/org/eclipse/rmf/pror/reqif10/testdata/simple.reqif b/org.eclipse.rmf.pror.reqif10.tests/tests/org/eclipse/rmf/pror/reqif10/testdata/simple.reqif
index 2e014114..74aed693 100644
--- a/org.eclipse.rmf.pror.reqif10.tests/tests/org/eclipse/rmf/pror/reqif10/testdata/simple.reqif
+++ b/org.eclipse.rmf.pror.reqif10.tests/tests/org/eclipse/rmf/pror/reqif10/testdata/simple.reqif
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<REQ-IF xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/ReqIF/20101201" xsi:schemaLocation="http://www.omg.org/spec/ReqIF/20110401/reqif.xsd reqif.xsd http://www.w3.org/1999/xhtml driver.xsd">
+<REQ-IF xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/ReqIF/20110401/reqif.xsd" xsi:schemaLocation="http://www.omg.org/spec/ReqIF/20110401/reqif.xsd reqif.xsd http://www.w3.org/1999/xhtml driver.xsd">
<THE-HEADER>
<REQ-IF-HEADER IDENTIFIER="3dd1a60c-59d1-11da-86ca-4bda04a730ce">
<COMMENT>Embedded OLE object with multiple representation forms.</COMMENT>

Back to the top