aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorelinuxhenrik <henrik.b.andersson@est.tech>2020-07-22 14:38:08 +0200
committerelinuxhenrik <henrik.b.andersson@est.tech>2020-07-23 15:23:24 +0200
commit9a8281de4a1de05bfe034a91e8d5b304537ef5c6 (patch)
tree11d370c19de03b88fe0a54ae64b48aae210ce98b
parentcaa1f27a7eb88bef32f58d9c3b05b5aa3dd7d86a (diff)
Add initial files to repo
Change-Id: Ib68bedaa653ce898f7f68f89c43518e56996f381 Issue-ID: CCSDK-2595 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
-rw-r--r--.gitignore34
-rw-r--r--LICENSE.txt18
-rw-r--r--README.md8
3 files changed, 60 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..ec003d1c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+#####standard .git ignore entries#####
+
+## IDE Specific Files ##
+org.eclipse.core.resources.prefs
+.classpath
+.project
+.settings
+.idea
+.externalToolBuilders
+.checkstyle
+maven-eclipse.xml
+workspace
+
+## Compilation Files ##
+*.class
+**/target
+target
+target-ide
+MANIFEST.MF
+**/yang-gen-sal
+*.interp
+sli/model/src/main/java
+
+## Misc Ignores (OS specific etc) ##
+bin/
+dist
+*~
+*.ipr
+*.iml
+*.iws
+classes
+out/
+.DS_STORE
+.metadata
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 00000000..117bfdae
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,18 @@
+/*
+* ============LICENSE_START==========================================
+* ===================================================================
+* Copyright © 2020 Nordix Foundation. All rights reserved.
+* ===================================================================
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+* ============LICENSE_END============================================
+ *
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..a1bfa854
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+This source repository contains the code for the ORAN A1 related components.
+
+To compile this code:
+
+1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
+
+2. To compile, run "mvn clean install".
+