Author: shijh
Date: Sun Oct  4 10:05:59 2015
New Revision: 1706668

URL: http://svn.apache.org/viewvc?rev=1706668&view=rev
Log:
Remove passport component from release-12.04.

Removed:
    ofbiz/branches/release12.04/specialpurpose/passport/
Modified:
    ofbiz/branches/release12.04/.classpath
    ofbiz/branches/release12.04/specialpurpose/build.xml
    ofbiz/branches/release12.04/specialpurpose/component-load.xml
    
ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
    
ofbiz/branches/release12.04/specialpurpose/ecommerce/widget/CommonScreens.xml

Modified: ofbiz/branches/release12.04/.classpath
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/.classpath?rev=1706668&r1=1706667&r2=1706668&view=diff
==============================================================================
--- ofbiz/branches/release12.04/.classpath (original)
+++ ofbiz/branches/release12.04/.classpath Sun Oct  4 10:05:59 2015
@@ -214,7 +214,6 @@
     <classpathentry excluding="org/enhydra/|org/ofbiz/" kind="src" 
path="specialpurpose/shark/src"/>
     <classpathentry kind="src" path="specialpurpose/webpos/src"/>
     <classpathentry kind="src" path="specialpurpose/workflow/src"/>
-    <classpathentry kind="src" path="specialpurpose/passport/src"/>
     <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
     <classpathentry kind="output" path="bin"/>
 </classpath>

Modified: ofbiz/branches/release12.04/specialpurpose/build.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/specialpurpose/build.xml?rev=1706668&r1=1706667&r2=1706668&view=diff
==============================================================================
--- ofbiz/branches/release12.04/specialpurpose/build.xml (original)
+++ ofbiz/branches/release12.04/specialpurpose/build.xml Sun Oct  4 10:05:59 
2015
@@ -36,8 +36,7 @@
         crowd/build.xml,
         webpos/build.xml
         googlecheckout/build.xml,
-        example/build.xml,
-        passport/build.xml
+        example/build.xml
     "/>
     <!-- For the old OFBiz Workflow Engine add "workflow/build.xml" to the 
list above -->
     <!-- For Shark add "shark/build.xml" to the list above, in the 
specialpurpose-builds list (after workflow) -->

Modified: ofbiz/branches/release12.04/specialpurpose/component-load.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/specialpurpose/component-load.xml?rev=1706668&r1=1706667&r2=1706668&view=diff
==============================================================================
--- ofbiz/branches/release12.04/specialpurpose/component-load.xml (original)
+++ ofbiz/branches/release12.04/specialpurpose/component-load.xml Sun Oct  4 
10:05:59 2015
@@ -39,7 +39,6 @@ under the License.
     <load-component component-location="webpos"/>
     <load-component component-location="example"/>
     <load-component component-location="exampleext"/>
-    <load-component component-location="passport"/>
     <!-- The component below are not maintained by the community, or at least 
not very actively
         Still they are functional (or at least should be). 
         So if you need them simply uncomment and have a look also in the build 
file -->

Modified: 
ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?rev=1706668&r1=1706667&r2=1706668&view=diff
==============================================================================
--- 
ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
 (original)
+++ 
ofbiz/branches/release12.04/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
 Sun Oct  4 10:05:59 2015
@@ -20,9 +20,6 @@ under the License.
 
 <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd";>
-    <!-- 
-    <include 
location="component://passport/webapp/passport/WEB-INF/controller-passport.xml"/>
-     -->
     <description>OFBiz: eCommerce Controller Configuration File</description>
     <errorpage>/error/error.jsp</errorpage>
 

Modified: 
ofbiz/branches/release12.04/specialpurpose/ecommerce/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/specialpurpose/ecommerce/widget/CommonScreens.xml?rev=1706668&r1=1706667&r2=1706668&view=diff
==============================================================================
--- 
ofbiz/branches/release12.04/specialpurpose/ecommerce/widget/CommonScreens.xml 
(original)
+++ 
ofbiz/branches/release12.04/specialpurpose/ecommerce/widget/CommonScreens.xml 
Sun Oct  4 10:05:59 2015
@@ -334,9 +334,6 @@ under the License.
                         <platform-specific>
                             <html><html-template 
location="component://ecommerce/webapp/ecommerce/login.ftl"/></html>
                         </platform-specific>
-                        <!-- 
-                        <include-screen name="ListThirdPartyLogins" 
location="component://passport/widget/PassportScreens.xml"/>
-                         -->
                         <platform-specific>
                             <html><html-template 
location="component://ecommerce/webapp/ecommerce/order/startanoncheckout.ftl"/></html>
                         </platform-specific>


Reply via email to