commit | b0ed12f587f7f87dedb0b838664800662bc4ca8e | [log] [tgz] |
---|---|---|
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | Tue Mar 20 12:35:47 2018 -0700 |
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | Tue Mar 20 12:35:47 2018 -0700 |
tree | 3fa858c87eac76afd6803257add479db416fd023 | |
parent | f524d3ccf7e3ede73c740830a7ffb0c7820fcc47 [diff] |
Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I9be05f113176a1da32d573b6baaaf57993ea366f Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
ONAP 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.
ONAP 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