Author: gawor
Date: Mon Jun 13 21:23:36 2011
New Revision: 1135290
URL: http://svn.apache.org/viewvc?rev=1135290&view=rev
Log:
GERONIMODEVTOOLS-744: Added a few more file includes
Modified:
geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.core/src/main/java/org/apache/geronimo/st/v30/core/GeronimoServerDelegate.java
Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.core/src/main/java/org/apache/geronimo/st/v30/core/GeronimoServerDelegate.java
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.core/src/main/java/org/apache/geronimo/st/v30/core/GeronimoServerDelegate.java?rev=1135290&r1=1135289&r2=1135290&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.core/src/main/java/org/apache/geronimo/st/v30/core/GeronimoServerDelegate.java
(original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.core/src/main/java/org/apache/geronimo/st/v30/core/GeronimoServerDelegate.java
Mon Jun 13 21:23:36 2011
@@ -68,7 +68,7 @@ import org.eclipse.wst.web.internal.depl
abstract public class GeronimoServerDelegate extends ServerDelegate implements IGeronimoServer
{
public static final List<String> DEFAULT_NOREDEPLOY_INCLUDE_PATTERNS =
- Arrays.asList("**/*.html", "**/*.xhtml", "**/*.css", "**/*.js", "**/*.jsp", "**/*.gif",
"**/*.jpg", "**/*.png");
+ Arrays.asList("**/*.html", "**/*.xhtml", "**/*.css", "**/*.js", "**/*.jsp", "**/*.jspx",
"**/*.gif", "**/*.jpg", "**/*.png", "**/*.swt", "**/*.properties", "**/*.xml");
public static final List<String> DEFAULT_NOREDEPLOY_EXCLUDE_PATTERNS =
Arrays.asList("WEB-INF/geronimo-*.xml", "WEB-INF/web.xml");
|