summaryrefslogtreecommitdiffstats
path: root/components/core/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory
diff options
context:
space:
mode:
authorMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>2019-02-07 14:51:50 -0500
committerMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>2019-02-07 14:51:50 -0500
commitc8ec87c77de53f5933a6519e55c1c6d4c6be6530 (patch)
tree2a48f38350ef692d19dfbd8b60071821e418b905 /components/core/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory
parent8df5693cba361b130d9feff10e2477cfec1230d7 (diff)
Refactor components core and resource dict modules
Change-Id: I04e9e723d68a38ecefe48206e67fddbe43c55854 Issue-ID: CCSDK-1047 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'components/core/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory')
-rw-r--r--components/core/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory17
1 files changed, 0 insertions, 17 deletions
diff --git a/components/core/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory b/components/core/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory
deleted file mode 100644
index 89838f44f..000000000
--- a/components/core/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Copyright © 2017-2018 AT&T Intellectual Property.
-#
-# 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.
-#
-
-org.jetbrains.kotlin.script.jsr223.KotlinJsr223JvmLocalScriptEngineFactory \ No newline at end of file