From d9642fafddbaa28789339e1989c4583af003a193 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 6 Nov 2018 14:15:05 -0500 Subject: Fix license issues Fix license definition in package.json files Remove obsolete dgbuilder from SDNC (dgbuilder now in CCSDK) Change-Id: Iee0bf9468f081c5957eae2e873efbea6fb6be354 Issue-ID: SDNC-489 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: 4e104ac4183dd46124753c4571939e765a124508 --- dgbuilder/nodes/dge/dgelogic/block.html | 223 ------------------------ dgbuilder/nodes/dge/dgelogic/block.js | 31 ---- dgbuilder/nodes/dge/dgelogic/breakNode.html | 161 ----------------- dgbuilder/nodes/dge/dgelogic/breakNode.js | 31 ---- dgbuilder/nodes/dge/dgelogic/call.html | 183 ------------------- dgbuilder/nodes/dge/dgelogic/call.js | 31 ---- dgbuilder/nodes/dge/dgelogic/configure.html | 227 ------------------------ dgbuilder/nodes/dge/dgelogic/configure.js | 31 ---- dgbuilder/nodes/dge/dgelogic/delete.html | 187 -------------------- dgbuilder/nodes/dge/dgelogic/delete.js | 31 ---- dgbuilder/nodes/dge/dgelogic/execute.html | 197 --------------------- dgbuilder/nodes/dge/dgelogic/execute.js | 31 ---- dgbuilder/nodes/dge/dgelogic/exists.html | 187 -------------------- dgbuilder/nodes/dge/dgelogic/exists.js | 31 ---- dgbuilder/nodes/dge/dgelogic/forNode.html | 172 ------------------ dgbuilder/nodes/dge/dgelogic/forNode.js | 31 ---- dgbuilder/nodes/dge/dgelogic/get-resource.html | 192 -------------------- dgbuilder/nodes/dge/dgelogic/get-resource.js | 31 ---- dgbuilder/nodes/dge/dgelogic/is-available.html | 186 -------------------- dgbuilder/nodes/dge/dgelogic/is-available.js | 31 ---- dgbuilder/nodes/dge/dgelogic/notify.html | 195 --------------------- dgbuilder/nodes/dge/dgelogic/notify.js | 31 ---- dgbuilder/nodes/dge/dgelogic/record.html | 185 -------------------- dgbuilder/nodes/dge/dgelogic/record.js | 31 ---- dgbuilder/nodes/dge/dgelogic/release.html | 192 -------------------- dgbuilder/nodes/dge/dgelogic/release.js | 31 ---- dgbuilder/nodes/dge/dgelogic/reserve.html | 189 -------------------- dgbuilder/nodes/dge/dgelogic/reserve.js | 31 ---- dgbuilder/nodes/dge/dgelogic/save.html | 189 -------------------- dgbuilder/nodes/dge/dgelogic/save.js | 31 ---- dgbuilder/nodes/dge/dgelogic/set.html | 162 ----------------- dgbuilder/nodes/dge/dgelogic/set.js | 31 ---- dgbuilder/nodes/dge/dgelogic/switchNode.html | 232 ------------------------- dgbuilder/nodes/dge/dgelogic/switchNode.js | 31 ---- dgbuilder/nodes/dge/dgelogic/update.html | 195 --------------------- dgbuilder/nodes/dge/dgelogic/update.js | 31 ---- 36 files changed, 4012 deletions(-) delete mode 100644 dgbuilder/nodes/dge/dgelogic/block.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/block.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/breakNode.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/breakNode.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/call.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/call.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/configure.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/configure.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/delete.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/delete.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/execute.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/execute.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/exists.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/exists.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/forNode.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/forNode.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/get-resource.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/get-resource.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/is-available.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/is-available.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/notify.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/notify.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/record.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/record.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/release.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/release.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/reserve.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/reserve.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/save.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/save.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/set.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/set.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/switchNode.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/switchNode.js delete mode 100644 dgbuilder/nodes/dge/dgelogic/update.html delete mode 100644 dgbuilder/nodes/dge/dgelogic/update.js (limited to 'dgbuilder/nodes/dge/dgelogic') diff --git a/dgbuilder/nodes/dge/dgelogic/block.html b/dgbuilder/nodes/dge/dgelogic/block.html deleted file mode 100644 index fadf8a8c..00000000 --- a/dgbuilder/nodes/dge/dgelogic/block.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/block.js b/dgbuilder/nodes/dge/dgelogic/block.js deleted file mode 100644 index 4414d86d..00000000 --- a/dgbuilder/nodes/dge/dgelogic/block.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function block(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("block",block); - // RED.library.register("block"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/breakNode.html b/dgbuilder/nodes/dge/dgelogic/breakNode.html deleted file mode 100644 index e3edef9d..00000000 --- a/dgbuilder/nodes/dge/dgelogic/breakNode.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/breakNode.js b/dgbuilder/nodes/dge/dgelogic/breakNode.js deleted file mode 100644 index 9b0b1b00..00000000 --- a/dgbuilder/nodes/dge/dgelogic/breakNode.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function breakNode(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("break",breakNode); - // RED.library.register("block"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/call.html b/dgbuilder/nodes/dge/dgelogic/call.html deleted file mode 100644 index 0e49e26c..00000000 --- a/dgbuilder/nodes/dge/dgelogic/call.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/call.js b/dgbuilder/nodes/dge/dgelogic/call.js deleted file mode 100644 index 3570e3db..00000000 --- a/dgbuilder/nodes/dge/dgelogic/call.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function call(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("call",call); - // RED.library.register("call"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/configure.html b/dgbuilder/nodes/dge/dgelogic/configure.html deleted file mode 100644 index 69db7638..00000000 --- a/dgbuilder/nodes/dge/dgelogic/configure.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/configure.js b/dgbuilder/nodes/dge/dgelogic/configure.js deleted file mode 100644 index 7345750d..00000000 --- a/dgbuilder/nodes/dge/dgelogic/configure.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function configure(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("configure",configure); - // RED.library.register("configure"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/delete.html b/dgbuilder/nodes/dge/dgelogic/delete.html deleted file mode 100644 index e81a9645..00000000 --- a/dgbuilder/nodes/dge/dgelogic/delete.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/delete.js b/dgbuilder/nodes/dge/dgelogic/delete.js deleted file mode 100644 index 37731061..00000000 --- a/dgbuilder/nodes/dge/dgelogic/delete.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function deleteNode(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("delete",deleteNode); - // RED.library.register("delete"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/execute.html b/dgbuilder/nodes/dge/dgelogic/execute.html deleted file mode 100644 index 6980cf18..00000000 --- a/dgbuilder/nodes/dge/dgelogic/execute.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/execute.js b/dgbuilder/nodes/dge/dgelogic/execute.js deleted file mode 100644 index 66265f98..00000000 --- a/dgbuilder/nodes/dge/dgelogic/execute.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function execute(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("execute",execute); - // RED.library.register("configure"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/exists.html b/dgbuilder/nodes/dge/dgelogic/exists.html deleted file mode 100644 index 0d1c6697..00000000 --- a/dgbuilder/nodes/dge/dgelogic/exists.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/exists.js b/dgbuilder/nodes/dge/dgelogic/exists.js deleted file mode 100644 index d4482afc..00000000 --- a/dgbuilder/nodes/dge/dgelogic/exists.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function exists(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("exists",exists); - // RED.library.register("exists"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/forNode.html b/dgbuilder/nodes/dge/dgelogic/forNode.html deleted file mode 100644 index b6095a5a..00000000 --- a/dgbuilder/nodes/dge/dgelogic/forNode.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/forNode.js b/dgbuilder/nodes/dge/dgelogic/forNode.js deleted file mode 100644 index 567da858..00000000 --- a/dgbuilder/nodes/dge/dgelogic/forNode.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function forNode(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("for",forNode); - // RED.library.register("for"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/get-resource.html b/dgbuilder/nodes/dge/dgelogic/get-resource.html deleted file mode 100644 index b0b59d07..00000000 --- a/dgbuilder/nodes/dge/dgelogic/get-resource.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/get-resource.js b/dgbuilder/nodes/dge/dgelogic/get-resource.js deleted file mode 100644 index 597e0219..00000000 --- a/dgbuilder/nodes/dge/dgelogic/get-resource.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function getResource(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("get-resource",getResource); - // RED.library.register("get-resource"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/is-available.html b/dgbuilder/nodes/dge/dgelogic/is-available.html deleted file mode 100644 index 60d2b0ee..00000000 --- a/dgbuilder/nodes/dge/dgelogic/is-available.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/is-available.js b/dgbuilder/nodes/dge/dgelogic/is-available.js deleted file mode 100644 index 93f23f48..00000000 --- a/dgbuilder/nodes/dge/dgelogic/is-available.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function isAvailable(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("is-available",isAvailable); - // RED.library.register("is-available"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/notify.html b/dgbuilder/nodes/dge/dgelogic/notify.html deleted file mode 100644 index d006e252..00000000 --- a/dgbuilder/nodes/dge/dgelogic/notify.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/notify.js b/dgbuilder/nodes/dge/dgelogic/notify.js deleted file mode 100644 index 8b58e9e4..00000000 --- a/dgbuilder/nodes/dge/dgelogic/notify.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function notify(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("notify",notify); - // RED.library.register("configure"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/record.html b/dgbuilder/nodes/dge/dgelogic/record.html deleted file mode 100644 index 3eb7a2e6..00000000 --- a/dgbuilder/nodes/dge/dgelogic/record.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/record.js b/dgbuilder/nodes/dge/dgelogic/record.js deleted file mode 100644 index f29bf8f5..00000000 --- a/dgbuilder/nodes/dge/dgelogic/record.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function record(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("record",record); - // RED.library.register("record"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/release.html b/dgbuilder/nodes/dge/dgelogic/release.html deleted file mode 100644 index d39d4109..00000000 --- a/dgbuilder/nodes/dge/dgelogic/release.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/release.js b/dgbuilder/nodes/dge/dgelogic/release.js deleted file mode 100644 index ff03fff6..00000000 --- a/dgbuilder/nodes/dge/dgelogic/release.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function release(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("release",release); - // RED.library.register("release"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/reserve.html b/dgbuilder/nodes/dge/dgelogic/reserve.html deleted file mode 100644 index 40945559..00000000 --- a/dgbuilder/nodes/dge/dgelogic/reserve.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/reserve.js b/dgbuilder/nodes/dge/dgelogic/reserve.js deleted file mode 100644 index 6aab1bd7..00000000 --- a/dgbuilder/nodes/dge/dgelogic/reserve.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function reserve(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("reserve",reserve); - // RED.library.register("reserve"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/save.html b/dgbuilder/nodes/dge/dgelogic/save.html deleted file mode 100644 index 6e022154..00000000 --- a/dgbuilder/nodes/dge/dgelogic/save.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/save.js b/dgbuilder/nodes/dge/dgelogic/save.js deleted file mode 100644 index 5771ae98..00000000 --- a/dgbuilder/nodes/dge/dgelogic/save.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function save(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("save",save); - // RED.library.register("save"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/set.html b/dgbuilder/nodes/dge/dgelogic/set.html deleted file mode 100644 index bcbcae30..00000000 --- a/dgbuilder/nodes/dge/dgelogic/set.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/set.js b/dgbuilder/nodes/dge/dgelogic/set.js deleted file mode 100644 index 9b939507..00000000 --- a/dgbuilder/nodes/dge/dgelogic/set.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function set(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("set",set); - // RED.library.register("set"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/switchNode.html b/dgbuilder/nodes/dge/dgelogic/switchNode.html deleted file mode 100644 index 5cbcfea7..00000000 --- a/dgbuilder/nodes/dge/dgelogic/switchNode.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/switchNode.js b/dgbuilder/nodes/dge/dgelogic/switchNode.js deleted file mode 100644 index 6a7a545d..00000000 --- a/dgbuilder/nodes/dge/dgelogic/switchNode.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function switchNode(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("switchNode",switchNode); - // RED.library.register("switch"); -} diff --git a/dgbuilder/nodes/dge/dgelogic/update.html b/dgbuilder/nodes/dge/dgelogic/update.html deleted file mode 100644 index 0b3b9bbd..00000000 --- a/dgbuilder/nodes/dge/dgelogic/update.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - diff --git a/dgbuilder/nodes/dge/dgelogic/update.js b/dgbuilder/nodes/dge/dgelogic/update.js deleted file mode 100644 index f614af8b..00000000 --- a/dgbuilder/nodes/dge/dgelogic/update.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2013 IBM Corp. - * - * 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. - **/ - -module.exports = function(RED) { - "use strict"; - var util = require("util"); - var vm = require("vm"); - - function update(n) { - RED.nodes.createNode(this,n); - this.name = n.name; - this.xml = n.xml; - this.topic = n.topic; - } - - RED.nodes.registerType("update",update); - // RED.library.register("configure"); -} -- cgit 1.2.3-korg