diff options
author | Skip Wonnell <skip@att.com> | 2017-12-17 16:13:56 -0600 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-12-19 16:42:22 +0000 |
commit | 9c44fb1cb83f5368fba40438a7b1fa1a45e27b58 (patch) | |
tree | f8eefa85bf2cd496ff041c9b0a7c6213430bcdd7 /appc-directed-graph/appc-dgraph/provider | |
parent | 320159500963f61fbfe45cfc719fe1581d10a984 (diff) |
Move dg-loader files to org.onap package
Issue-ID: APPC-13
Change-Id: I5bab561f243f31bca633882b9291b147e24bea9e
Signed-off-by: Skip Wonnell <skip@att.com>
Diffstat (limited to 'appc-directed-graph/appc-dgraph/provider')
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/.gitignore | 1 | ||||
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/pom.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/.gitignore b/appc-directed-graph/appc-dgraph/provider/.gitignore index 468fdf614..e0b88df5e 100644 --- a/appc-directed-graph/appc-dgraph/provider/.gitignore +++ b/appc-directed-graph/appc-dgraph/provider/.gitignore @@ -7,3 +7,4 @@ log/ target/ /bin/ +/target-ide/ diff --git a/appc-directed-graph/appc-dgraph/provider/pom.xml b/appc-directed-graph/appc-dgraph/provider/pom.xml index 31d472e2c..e2a9f0caa 100644 --- a/appc-directed-graph/appc-dgraph/provider/pom.xml +++ b/appc-directed-graph/appc-dgraph/provider/pom.xml @@ -94,7 +94,7 @@ </execution> </executions> <configuration> - <mainClass>org.openecomp.sdnc.dg.loader.DGXMLGenerator</mainClass> + <mainClass>org.onap.sdnc.dg.loader.DGXMLGenerator</mainClass> <arguments> <argument>${project.basedir}/src/main/resources/json</argument> <argument>${project.basedir}/src/main/resources/xml</argument> |