commit | aeb31ac744e49499357863a844bbbf17ceb655a7 | [log] [tgz] |
---|---|---|
author | Lior Nachmias <ln699k@att.com> | Tue Apr 10 17:56:18 2018 +0300 |
committer | Lior Nachmias <ln699k@att.com> | Tue Apr 10 18:01:43 2018 +0300 |
tree | 9dffc2c6acbb843a0a19479f0e18baae8b547533 | |
parent | 86ada8c4d4b683737f01e2fb491ee278ca3f8033 [diff] |
Update license text Change-Id: Id95168bdc35d83dad964bdedfb4847ac72c0f6e1 Issue-ID: SDC-1118 Signed-off-by: Lior Nachmias <ln699k@att.com>
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