aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeili.zhou <beili.zhou@amdocs.com>2017-08-08 15:54:28 -0400
committerbeili.zhou <beili.zhou@amdocs.com>2017-08-08 15:57:23 -0400
commitb51814c63253df3379cc60561c31765bc74ee266 (patch)
tree522401620a476a1b001fd1c1c3448911d5364138
parent68801eff64e3fd215fc392c9f3799162e75995ed (diff)
[APPC-126] rename license diretory for windows
Change-Id: Ic93af88532864ca4f4e9d3024719c9f4fbd651a6 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
-rw-r--r--license-details/appc/header.txt (renamed from license/appc/header.txt)0
-rw-r--r--license-details/appc/license.txt (renamed from license/appc/license.txt)0
-rw-r--r--license-details/licenses.properties (renamed from license/licenses.properties)0
-rw-r--r--pom.xml2
4 files changed, 1 insertions, 1 deletions
diff --git a/license/appc/header.txt b/license-details/appc/header.txt
index 03de5539a..03de5539a 100644
--- a/license/appc/header.txt
+++ b/license-details/appc/header.txt
diff --git a/license/appc/license.txt b/license-details/appc/license.txt
index 594c90453..594c90453 100644
--- a/license/appc/license.txt
+++ b/license-details/appc/license.txt
diff --git a/license/licenses.properties b/license-details/licenses.properties
index 2700c0b92..2700c0b92 100644
--- a/license/licenses.properties
+++ b/license-details/licenses.properties
diff --git a/pom.xml b/pom.xml
index 6bb19d752..169556567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -540,7 +540,7 @@
<sectionDelimiter>================================================================================</sectionDelimiter>
<licenseName>appc</licenseName>
<!-- This should point to the license directory of the root folder of the base appc project -->
- <licenseResolver>file:${user.dir}/license</licenseResolver>
+ <licenseResolver>file:${user.dir}/license-details</licenseResolver>
<inceptionYear>2017</inceptionYear>
<organizationName>AT&amp;T Intellectual Property. All rights reserved.</organizationName>
<projectName>ONAP : APPC</projectName>