From 649f179d4c84d22516aec057cb442abf9886461a Mon Sep 17 00:00:00 2001 From: TianhongZhang Date: Wed, 27 Feb 2019 09:07:43 -0500 Subject: [PATCH] update monomer and rule service URL in sample apps --- HELM/source/examples/MonomerLibApp.htm | 10 +++++----- HELM/source/examples/RuleSetApp.htm | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/HELM/source/examples/MonomerLibApp.htm b/HELM/source/examples/MonomerLibApp.htm index 716518d..4ef42dd 100644 --- a/HELM/source/examples/MonomerLibApp.htm +++ b/HELM/source/examples/MonomerLibApp.htm @@ -3,18 +3,18 @@ /******************************************************************************* * Copyright (C) 2018, The Pistoia Alliance * Created by Scilligence, built on JSDraw.Lite -* +* * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to -* permit persons to whom the Software is furnished to do so, subject to the +* permit persons to whom the Software is furnished to do so, subject to the * following conditions: -* +* * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. -* +* * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -51,7 +51,7 @@ scil.ready(function () { JSDraw2.defaultoptions = { skin: "w8" }; - org.helm.webeditor.Adapter.init("/HELM2MonomerService/webService/service/library"); + org.helm.webeditor.Adapter.init("/HELM2MonomerService/rest"); new scil.helm.AppToolbar("toolbar", "../JSDraw/helm/img/", [{ icon: "canvas-2.png", label: "Canvas", url: "App.htm" }, { icon: "monomers-1.png", label: "Monomer Library" }, { icon: "settings-2.png", label: "Ruleset", url: "RuleSetApp.htm"}] diff --git a/HELM/source/examples/RuleSetApp.htm b/HELM/source/examples/RuleSetApp.htm index 8c9c7bf..0a3b31d 100644 --- a/HELM/source/examples/RuleSetApp.htm +++ b/HELM/source/examples/RuleSetApp.htm @@ -3,18 +3,18 @@ /******************************************************************************* * Copyright C 2017, The Pistoia Alliance * Created by Scilligence, built on JSDraw.Lite -* +* * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to -* permit persons to whom the Software is furnished to do so, subject to the +* permit persons to whom the Software is furnished to do so, subject to the * following conditions: -* +* * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. -* +* * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -43,7 +43,7 @@