[417874] Change default webcontent folder paths
diff --git a/web/bundles/org.eclipse.wst.web/static_web_project/org/eclipse/wst/project/facet/ProductManager.java b/web/bundles/org.eclipse.wst.web/static_web_project/org/eclipse/wst/project/facet/ProductManager.java index ff2a8b2..3ad068b 100644 --- a/web/bundles/org.eclipse.wst.web/static_web_project/org/eclipse/wst/project/facet/ProductManager.java +++ b/web/bundles/org.eclipse.wst.web/static_web_project/org/eclipse/wst/project/facet/ProductManager.java
@@ -30,10 +30,8 @@ * Default values for WTP level product */ private static final String APPLICATION_CONTENT_FOLDER = "EarContent"; //$NON-NLS-1$ -// private static final String WEB_CONTENT_FOLDER = "src/main/webapp"; //$NON-NLS-1$ -// private static final String STATIC_WEB_CONTENT_FOLDER = "static"; //$NON-NLS-1$ - private static final String WEB_CONTENT_FOLDER = "WebContent"; //$NON-NLS-1$ - private static final String STATIC_WEB_CONTENT_FOLDER = "WebContent"; //$NON-NLS-1$ + private static final String WEB_CONTENT_FOLDER = "src/main/webapp"; //$NON-NLS-1$ + private static final String STATIC_WEB_CONTENT_FOLDER = "public"; //$NON-NLS-1$ private static final String EJB_CONTENT_FOLDER = "ejbModule"; //$NON-NLS-1$ private static final String APP_CLIENT_CONTENT_FOLDER = "appClientModule"; //$NON-NLS-1$ private static final String JCA_CONTENT_FOLDER = "connectorModule"; //$NON-NLS-1$