RTSDK : Add spec xml file validation APIs
authordaeryong.park <bdragon.park@samsung.com>
Wed, 24 May 2017 05:38:00 +0000 (14:38 +0900)
committerdaeryong.park <bdragon.park@samsung.com>
Wed, 24 May 2017 05:38:00 +0000 (14:38 +0900)
commit2609a64b720b0c7f97f9a0891a2c9f5bbb663146
tree371a3be29a32b483c9720182d3c345b78c2b2d80
parentf1e54c91d23e63c5cc6fc085d497cd86c4f0ade6
RTSDK : Add spec xml file validation APIs

- Add spec xml file validation APIs

Change-Id: I21db89f1f3465672d7d2ef7fc71bec0a78962a14
Signed-off-by: daeryong.park <bdragon.park@samsung.com>
12 files changed:
rt-ide/tizen.rt.product.meta/build.properties
rt-ide/tizen.rt.product.meta/resources/buildSpec.xml [deleted file]
rt-ide/tizen.rt.product.meta/resources/debugSpec.xml [deleted file]
rt-ide/tizen.rt.product.meta/resources/flashSpec.xml [deleted file]
rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/resources/buildSpec.xml [moved from rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/buildSpec.xml with 100% similarity, mode: 0644]
rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/resources/buildSpec.xsd [moved from rt-ide/tizen.rt.product.meta/resources/buildSpec.xsd with 100% similarity, mode: 0644]
rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/resources/debugSpec.xml [moved from rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/debugSpec.xml with 100% similarity, mode: 0644]
rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/resources/debugSpec.xsd [moved from rt-ide/tizen.rt.product.meta/resources/debugSpec.xsd with 100% similarity, mode: 0644]
rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/resources/flashSpec.xml [moved from rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/flashSpec.xml with 100% similarity, mode: 0644]
rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/resources/flashSpec.xsd [moved from rt-ide/tizen.rt.product.meta/resources/flashSpec.xsd with 100% similarity, mode: 0644]
rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/util/MetaModelUtil.java
rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/LoadModelTest.java