Add README for products and profiles 17/26217/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Wed, 13 Dec 2017 11:30:06 +0000 (17:00 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Wed, 13 Dec 2017 11:30:06 +0000 (17:00 +0530)
Issue-ID: CLI-66

Change-Id: I912623aa02c8640dd078b3f924b298c72d509ba5
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
products/README.md [new file with mode: 0644]
profiles/README.md [new file with mode: 0644]
version.properties

diff --git a/products/README.md b/products/README.md
new file mode 100644 (file)
index 0000000..dc1629c
--- /dev/null
@@ -0,0 +1,7 @@
+Products
+========
+OCLIP is an platform like Tomcat and it could host the commands for different software products.
+So in this folder, the supported products are provided as maven projects and each produces the
+required commands.
+
+When deployment/zip is built, the products artifacts will be copied into the deployment staging area.
\ No newline at end of file
diff --git a/profiles/README.md b/profiles/README.md
new file mode 100644 (file)
index 0000000..0191187
--- /dev/null
@@ -0,0 +1,5 @@
+Profiles
+========
+OCLIP models the required schema to support a given protocol as profile and in this folder each profile is implemented as maven project.
+
+When deployment/zip is built, the profile artifacts will be copied into the deployment staging area.
\ No newline at end of file
index 890f74f..e1387f7 100644 (file)
@@ -1,7 +1,4 @@
-###########################################################
-# Versioning variables
-# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
-# because they are used in Jenkins, whose plug-in doesn't support
+# Version used by Jenkins
 
 major=2
 minor=0