diff options
author | Sheshi Chinthakayala <sc2914@att.com> | 2017-10-18 16:56:52 -0500 |
---|---|---|
committer | Sheshi Chinthakayala <sc2914@att.com> | 2017-10-24 20:43:37 -0500 |
commit | 52bb9087c39a6a86833684b0cac6b8f9c6043716 (patch) | |
tree | 6f778385ff1f6d59153b504cb75efc3d56abc8dc /dgbuilder/pom.xml | |
parent | 7db84e03265024d3510b6d25a054ac895e0f0e1d (diff) |
removed the printYangToProp binaries
and the file was removed as binaries are not allowed in ONAP git repos.
The PrintYangToProp.java file was moved to ccsdk/sli/core repo
Change-Id: I09d78f78cfe68fe7708d0b5278be52716011d467
Issue-ID: SDNC-81
Signed-off-by: Sheshi Chinthakayala <sc2914@att.com>
Diffstat (limited to 'dgbuilder/pom.xml')
-rw-r--r-- | dgbuilder/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index e1cde5a0..a1961d12 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -120,7 +120,7 @@ <configuration> <tasks> <exec executable="${project.basedir}/build_pom_for_yang_compile"> - <arg value="${project.parent.version}"/> + <!--<arg value="${odlparent-carbon-sr1-version}"/>--> </exec> </tasks> </configuration> |