Author: craigmcc
Date: Thu Oct 12 10:58:25 2006
New Revision: 463348

URL: http://svn.apache.org/viewvc?view=rev&rev=463348
Log:
Remove the legacy dialog support from shale-core, in preparation for
copying the dialog2 packages from the sandbox into the framework directory.

SHALE-300

Removed:
    shale/framework/trunk/shale-core/src/main/java/org/apache/shale/dialog/
    shale/framework/trunk/shale-core/src/main/resources/org/apache/shale/dialog/
    shale/framework/trunk/shale-core/src/test/java/org/apache/shale/dialog/
    shale/framework/trunk/shale-core/src/test/resources/org/apache/shale/dialog/
Modified:
    shale/framework/trunk/shale-core/pom.xml
    
shale/framework/trunk/shale-core/src/main/resources/META-INF/faces-config.xml

Modified: shale/framework/trunk/shale-core/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-core/pom.xml?view=diff&rev=463348&r1=463347&r2=463348
==============================================================================
--- shale/framework/trunk/shale-core/pom.xml (original)
+++ shale/framework/trunk/shale-core/pom.xml Thu Oct 12 10:58:25 2006
@@ -33,28 +33,6 @@
 
     <dependencies>
 
-        <!-- Remove when dialog implementation is split out -->
-        <dependency>
-            <groupId>commons-chain</groupId>
-            <artifactId>commons-chain</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>myfaces</groupId>
-                    <artifactId>myfaces-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.portlet</groupId>
-                    <artifactId>portlet-api</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <!-- Remove when dialog implementation is split out -->
-        <dependency>
-            <groupId>commons-digester</groupId>
-            <artifactId>commons-digester</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>

Modified: 
shale/framework/trunk/shale-core/src/main/resources/META-INF/faces-config.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-core/src/main/resources/META-INF/faces-config.xml?view=diff&rev=463348&r1=463347&r2=463348
==============================================================================
--- 
shale/framework/trunk/shale-core/src/main/resources/META-INF/faces-config.xml 
(original)
+++ 
shale/framework/trunk/shale-core/src/main/resources/META-INF/faces-config.xml 
Thu Oct 12 10:58:25 2006
@@ -34,9 +34,6 @@
 
   <!-- Custom JSF Application Objects -->
   <application>
-    <navigation-handler>
-      org.apache.shale.dialog.faces.DialogNavigationHandler
-    </navigation-handler>
     <property-resolver>
       org.apache.shale.faces.ShalePropertyResolver
     </property-resolver>


Reply via email to