commit | 1e8a85ca9eeacc68f3ee6e6567bb6420a78f04c9 | [log] [tgz] |
---|---|---|
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | Mon Apr 09 17:27:44 2018 -0700 |
committer | Michael Lando <ml636r@att.com> | Sun Apr 15 18:40:35 2018 +0000 |
tree | 7f5b7f00171217fbcc3a0988e0d5230315eed1a1 | |
parent | a1f9e908f1b29b3cc8c434bb3ca455196a0959bc [diff] |
Update INFO.yaml Update INFO.yaml after the changes confirmed by Michael on RT53821 Change-Id: Ic43163460fe6b0d88c788c9aeb73955e755741ae Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
ONAP 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.
ONAP 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