Author: craigmcc
Date: Fri Apr 14 15:05:19 2006
New Revision: 394208
URL: http://svn.apache.org/viewcvs?rev=394208&view=rev
Log:
Switch the classname used to detect MyFaces to one that did not change
between 1.1.1 and 1.1.2.
Modified:
struts/shale/trunk/blank/build.xml
struts/shale/trunk/clay-plugin/build.xml
struts/shale/trunk/core-library/build.xml
struts/shale/trunk/mailreader/build.xml
struts/shale/trunk/sql-browser/build.xml
struts/shale/trunk/test-framework/build.xml
struts/shale/trunk/tiger/build.xml
struts/shale/trunk/use-cases/build.xml
Modified: struts/shale/trunk/blank/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/blank/build.xml?rev=394208&r1=394207&r2=394208&view=diff
==============================================================================
--- struts/shale/trunk/blank/build.xml (original)
+++ struts/shale/trunk/blank/build.xml Fri Apr 14 15:05:19 2006
@@ -44,7 +44,7 @@
<available property="license.present"
file="${basedir}/LICENSE.txt"/>
<available property="myfaces.present"
-
classname="org.apache.myfaces.config.MyfacesConfig"
+
classname="org.apache.myfaces.application.ActionListenerImpl"
classpathref="search.classpath"/>
<available property="notice.present"
file="${basedir}/NOTICE.txt"/>
Modified: struts/shale/trunk/clay-plugin/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/build.xml?rev=394208&r1=394207&r2=394208&view=diff
==============================================================================
--- struts/shale/trunk/clay-plugin/build.xml (original)
+++ struts/shale/trunk/clay-plugin/build.xml Fri Apr 14 15:05:19 2006
@@ -49,7 +49,7 @@
classname="com.sun.faces.RIConstants"
classpath="${jsf-impl.jar}"/>
<available property="myfaces.present"
-
classname="org.apache.myfaces.config.MyfacesConfig"
+
classname="org.apache.myfaces.application.ActionListenerImpl"
classpath="${jsf-impl.jar}"/>
<!-- Build Defaults -->
Modified: struts/shale/trunk/core-library/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/build.xml?rev=394208&r1=394207&r2=394208&view=diff
==============================================================================
--- struts/shale/trunk/core-library/build.xml (original)
+++ struts/shale/trunk/core-library/build.xml Fri Apr 14 15:05:19 2006
@@ -155,8 +155,8 @@
classname="com.sun.faces.RIConstants"
classpath="${jsf-impl.jar}"/>
<available property="myfaces.present"
-
classname="org.apache.myfaces.config.MyfacesConfig"
- classpath="${jsf-impl.jar}"/>
+
classname="org.apache.myfaces.application.ActionListenerImpl"
+ classpathref="compile.classpath"/>
<available property="tiles.present"
classname="org.apache.tiles.servlets.TilesServlet"
classpathref="compile.classpath"/>
Modified: struts/shale/trunk/mailreader/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/mailreader/build.xml?rev=394208&r1=394207&r2=394208&view=diff
==============================================================================
--- struts/shale/trunk/mailreader/build.xml (original)
+++ struts/shale/trunk/mailreader/build.xml Fri Apr 14 15:05:19 2006
@@ -44,7 +44,7 @@
<available property="license.present"
file="${basedir}/LICENSE.txt"/>
<available property="myfaces.present"
-
classname="org.apache.myfaces.config.MyfacesConfig"
+
classname="org.apache.myfaces.application.ActionListenerImpl"
classpathref="search.classpath"/>
<available property="notice.present"
file="${basedir}/NOTICE.txt"/>
Modified: struts/shale/trunk/sql-browser/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/sql-browser/build.xml?rev=394208&r1=394207&r2=394208&view=diff
==============================================================================
--- struts/shale/trunk/sql-browser/build.xml (original)
+++ struts/shale/trunk/sql-browser/build.xml Fri Apr 14 15:05:19 2006
@@ -44,7 +44,7 @@
<available property="license.present"
file="${basedir}/LICENSE.txt"/>
<available property="myfaces.present"
-
classname="org.apache.myfaces.config.MyfacesConfig"
+
classname="org.apache.myfaces.application.ActionListenerImpl"
classpathref="search.classpath"/>
<available property="notice.present"
file="${basedir}/NOTICE.txt"/>
Modified: struts/shale/trunk/test-framework/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/test-framework/build.xml?rev=394208&r1=394207&r2=394208&view=diff
==============================================================================
--- struts/shale/trunk/test-framework/build.xml (original)
+++ struts/shale/trunk/test-framework/build.xml Fri Apr 14 15:05:19 2006
@@ -50,7 +50,7 @@
classname="com.sun.faces.RIConstants"
classpath="${jsf-impl.jar}"/>
<available property="myfaces.present"
-
classname="org.apache.myfaces.config.MyfacesConfig"
+
classname="org.apache.myfaces.application.ActionListenerImpl"
classpath="${jsf-impl.jar}"/>
<!-- Build Defaults -->
Modified: struts/shale/trunk/tiger/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/tiger/build.xml?rev=394208&r1=394207&r2=394208&view=diff
==============================================================================
--- struts/shale/trunk/tiger/build.xml (original)
+++ struts/shale/trunk/tiger/build.xml Fri Apr 14 15:05:19 2006
@@ -49,7 +49,7 @@
classname="com.sun.faces.RIConstants"
classpath="${jsf-impl.jar}"/>
<available property="myfaces.present"
-
classname="org.apache.myfaces.config.MyfacesConfig"
+
classname="org.apache.myfaces.application.ActionListenerImpl"
classpath="${jsf-impl.jar}"/>
<!-- Build Defaults -->
Modified: struts/shale/trunk/use-cases/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/build.xml?rev=394208&r1=394207&r2=394208&view=diff
==============================================================================
--- struts/shale/trunk/use-cases/build.xml (original)
+++ struts/shale/trunk/use-cases/build.xml Fri Apr 14 15:05:19 2006
@@ -86,6 +86,13 @@
</path>
+ <!-- Search classpath for setting conditional processing flags -->
+ <path id="search.classpath">
+ <fileset dir="${lib.dir}"
+ includes="**/*.jar"/>
+ </path>
+
+
<!-- Unit Test Classpath -->
<path id="test.classpath">
<pathelement location="${commons-beanutils.jar}"/>
@@ -129,8 +136,8 @@
classname="com.sun.faces.RIConstants"
classpath="${jsf-impl.jar}"/>
<available property="myfaces.present"
-
classname="org.apache.myfaces.config.MyfacesConfig"
- classpath="${jsf-impl.jar}"/>
+
classname="org.apache.myfaces.application.ActionListenerImpl"
+ classpathref="search.classpath"/>
<condition property="spring.present">
<and>
<available classname="org.springframework.core.Constants"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]