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/build_pom_for_yang_compile | |
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/build_pom_for_yang_compile')
-rwxr-xr-x | dgbuilder/build_pom_for_yang_compile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dgbuilder/build_pom_for_yang_compile b/dgbuilder/build_pom_for_yang_compile index c9aa38ac..80d4ede7 100755 --- a/dgbuilder/build_pom_for_yang_compile +++ b/dgbuilder/build_pom_for_yang_compile @@ -6,13 +6,13 @@ model_pom_content=$(cat <<EOF <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.distribution</groupId> - <artifactId>distribution-root</artifactId> - <version>${1}</version> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>ccsdk-sli-core</artifactId> + <version>LATEST</version> </parent> <artifactId>yangApp-model</artifactId> <packaging>bundle</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <build> <plugins> @@ -47,7 +47,7 @@ model_pom_content=$(cat <<EOF <yangFilesRootDir>\${yang.file.directory}</yangFilesRootDir> <codeGenerators> <generator> - <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass> + <codeGeneratorClass>org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass> <outputBaseDir>\${salGeneratorPath}</outputBaseDir> </generator> </codeGenerators> |