commit | dfd01d445981b858b2a215d98da27fd247c2bc40 | [log] [tgz] |
---|---|---|
author | ruty slominsky <rs282j@att.com> | Sun Jul 16 14:07:42 2017 +0300 |
committer | ruty slominsky <rs282j@att.com> | Sun Jul 16 14:25:12 2017 +0300 |
tree | a1a74d127d44dcad54707b0ece2de866b20fb2fa | |
parent | 1f71a9c4f53d176c30ad01a220db1c7f45248625 [diff] |
[SDC-135] - no properties parent Change-Id: I529ce49a434f0e06cb94a6637736677765ba68b1 Signed-off-by: ruty slominsky <rs282j@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