commit | 098f0718bc90415be59cfbb5bbd7aed17e3d6fb7 | [log] [tgz] |
---|---|---|
author | xg353y <xg353y@intl.att.com> | Fri Sep 29 14:00:15 2017 +0200 |
committer | xg353y <xg353y@intl.att.com> | Fri Sep 29 14:23:57 2017 +0200 |
tree | 282c36a318fed54f7270a158ea91da796e8f64f6 | |
parent | 64e270e0e18eeac2533dd0b6fed4c19f295aecb7 [diff] |
Add rst file Change-Id: Id121e228a12832311e3d75010784ea0b90ed3339 Issue-ID: SDC-419 Signed-off-by: xg353y <xg353y@intl.att.com>
OpenECOMP JTOSCA is delivered as helper JAR that can be used by clients that work with TOSCA CSAR files. It parses the CSAR and returns the model object which represents the CSAR contents. Prior to that, it performs validations on the CSAR to check its TOSCA compliance.
OpenECOMP JTOSCA 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.0-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