RTSDK : Add build/flash/debug meta model plug-in
authordaeryong.park <bdragon.park@samsung.com>
Fri, 19 May 2017 04:51:21 +0000 (13:51 +0900)
committerdaeryong.park <bdragon.park@samsung.com>
Fri, 19 May 2017 05:00:10 +0000 (14:00 +0900)
commit7f5d2452b9343ed129ba008dd4fe6aa2486e6724
treece5b3bd5534b3d47c44e4023eb286df338643a74
parent9c7e0f86b119f9587709d9e713d2847e59581012
RTSDK : Add build/flash/debug meta model plug-in

- Add meta model plug-in for build/flash/debug

Change-Id: I220df708d3b3075f794a4501ef95a5007da35b3c
Signed-off-by: daeryong.park <bdragon.park@samsung.com>
43 files changed:
rt-ide/tizen.rt.product.meta/.classpath [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/.gitignore [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/.project [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/META-INF/MANIFEST.MF [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/OSGI-INF/l10n/bundle.properties [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/build.properties [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/pom.xml [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/resources/buildSpec.xml [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/resources/buildSpec.xsd [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/resources/debugSpec.xml [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/resources/debugSpec.xsd [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/resources/flashSpec.xml [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/resources/flashSpec.xsd [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/RtMetaPlugin.java [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Build.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Command.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Commandref.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Commands.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Executor.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Executors.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/ObjectFactory.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Param.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Debug.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Debugs.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Execute.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/ObjectFactory.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Options.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Param.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Params.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Execute.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Executors.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Flash.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/ObjectFactory.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Options.java [new file with mode: 0644]
rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/util/MetaModelUtil.java [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/test/lib/junit-4.10-src.jar [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/test/lib/junit-4.10.jar [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/LoadModelTest.java [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/buildSpec.xml [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/debugSpec.xml [new file with mode: 0755]
rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/flashSpec.xml [new file with mode: 0755]
rt-ide/tizen.rt.product.plugin/META-INF/MANIFEST.MF
rt-ide/tizen.rt.releng/pom.xml