aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-29 16:06:22 -0400
committerDan Timoney <dtimoney@att.com>2017-08-29 17:01:51 -0400
commit3cd5e19b313f5835335d04f1f002ff858fcf174f (patch)
tree1fc2ccaca57bdd92353866abdf3de4db17d385fe /README.md
parentb7cb3b7c57d78b2be23290c201c9517965055d24 (diff)
Prune code migrated from sdnc/core to ccsdk
Remove code from sdnc/core which has been refactored to the CCSDK sli/core project as part of the ONAP Amsterdam release. Added README.md files for each former sdnc/core component redirecting the reader to the correct CCSDK repo. Change-Id: Ifb1f7752fa5e6e08e4393fb34e68dc1a84f35678 Issue-ID: SDNC-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 50134ae..3adf5bd 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
-This source repository contains the code for the core SDN Controller components.
-To compile this code:
+The seed code that was formerly in the sdnc/core repository has been
+refactored for ONAP Amsterdam and moved to the CCSDK project, to
+the repository sli/core.
-1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
-
-2. To compile, run "mvn clean install".