commit | 56c5f082b7ff6861f53ca974574ee9ddce73a6f4 | [log] [tgz] |
---|---|---|
author | Dave Chen <wei.d.chen@intel.com> | Tue Jul 18 16:19:42 2017 +0800 |
committer | Dave Chen <wei.d.chen@intel.com> | Mon Jul 24 12:20:57 2017 +0800 |
tree | 7647660009f2a3d63c59adac17eba3fddb93bbd7 | |
parent | fc5eb8622019f06498a05b8dadef7f0a7bb3ab4b [diff] |
[SDC-139] Prevent annoying warning message from IDE Change-Id: I549e3c71908d484040ec208d0d3a58a6115dd851 Signed-off-by: Dave Chen <wei.d.chen@intel.com>
OpenECOMP SDC-Tosca is delivered as helper JAR that can be used by clients that work with SDC TOSCA CSAR files. It parses the CSAR and returns the model object which represents the CSAR contents, through designated function calls with SDC flavour. It uses the underlying generic JTOSCA parser.
OpenECOMP SDC-Tosca can be compiled easily using maven command: mvn clean install
The result is JAR file under "target" folder
*** to be completed on release ***
SDC Javadoc and Maven site
*** to be completed on rrelease ***
1.1.31-SNAPSHOT
Initial after separating into separate repo
1.1.1-SNAPSHOT
Added toString of Function (GetInput, etc.)
Allowed two arguments for GetInput - name of list input and index in list