[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-widget-ms / src / main / java / org / openecomp / portalapp / widget / constant / WidgetConstant.java
1 package org.openecomp.portalapp.widget.constant;
2
3 import java.io.File;
4
5 public final class WidgetConstant {
6         
7         public static final String WIDGET_MARKUP_LOCATION = "markup/markup.html";
8         public static final String WIDGET_CONTROLLER_LOCATION = "js/controller.js";
9         public static final String WIDGET_STYLE_LOCATION = "styles/styles.css";
10         public static final String VALIDATION_MESSAGE_ZIP = "Please upload a zip file"; 
11         public static final String VALIDATION_MESSAGE_FILES = "Please check your files (should contains js, styles and markup folder)"; 
12 }
13