From 01bfe0bd23f92625e4b52710c1460f64f3a270b6 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Tue, 20 Sep 2016 13:59:27 +0800 Subject: Now we have pulled the winery source codes from github and publish the winery binary to OPEN-O third party Nexus repository. So we don't use winery code in the OPEN-O git repo anymore. Issue id: OCS-55 Change-Id: I76fdfb17b1c90377a44c2d47f81b5698d5a220d3 Signed-off-by: HuabingZhao --- .../src/main/webapp/WEB-INF/common-functions.tld | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 winery/org.eclipse.winery.topologymodeler/src/main/webapp/WEB-INF/common-functions.tld (limited to 'winery/org.eclipse.winery.topologymodeler/src/main/webapp/WEB-INF/common-functions.tld') diff --git a/winery/org.eclipse.winery.topologymodeler/src/main/webapp/WEB-INF/common-functions.tld b/winery/org.eclipse.winery.topologymodeler/src/main/webapp/WEB-INF/common-functions.tld deleted file mode 100644 index ffe076d..0000000 --- a/winery/org.eclipse.winery.topologymodeler/src/main/webapp/WEB-INF/common-functions.tld +++ /dev/null @@ -1,70 +0,0 @@ - - - - - 1.0 - Winery_Common_Functions - http://www.eclipse.org/winery/functions - - - - winerysPropertiesDefinition - org.eclipse.winery.common.ModelUtilities - org.eclipse.winery.common.propertydefinitionkv.WinerysPropertiesDefinition getWinerysPropertiesDefinition(org.eclipse.winery.model.tosca.TEntityType) - - - - - convertQNameListToNamespaceToLocalNameList - org.eclipse.winery.common.Util - java.util.SortedMap convertQNameListToNamespaceToLocalNameList(java.util.List) - - - getType - org.eclipse.winery.common.Util - org.eclipse.winery.model.tosca.TEntityType getType(org.eclipse.winery.common.interfaces.IWineryRepository, javax.xml.namespace.QName, java.lang.Class) - - - makeCSSName - org.eclipse.winery.common.Util - java.lang.String makeCSSName(java.lang.String, java.lang.String) - - - XMLAsString - org.eclipse.winery.common.Util - java.lang.String getXMLAsString(java.lang.Class, java.lang.Object) - - - DOMElementAsString - org.eclipse.winery.common.Util - java.lang.String getXMLAsString(org.w3c.dom.Element) - - - qname2href - org.eclipse.winery.common.Util - java.lang.String qname2href(java.lang.String, java.lang.Class, javax.xml.namespace.QName) - - - - - escapeHtml4 - org.apache.commons.lang3.StringEscapeUtils - java.lang.String escapeHtml4(java.lang.String) - - -- cgit 1.2.3-korg