You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2016/10/05 14:10:55 UTC

svn commit: r1763454 - in /ofbiz/trunk: LICENSE framework/common/webcommon/WEB-INF/handlers-controller.xml framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/ServiceStreamHandler.java specialpurpose/component-load.xml specialpurpose/oagis/

Author: jacopoc
Date: Wed Oct  5 14:10:54 2016
New Revision: 1763454

URL: http://svn.apache.org/viewvc?rev=1763454&view=rev
Log:
Implemented: removed the specialpurpose/oagis component; a reference to it is in 
the Attic page.


Removed:
    ofbiz/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/ServiceStreamHandler.java
    ofbiz/trunk/specialpurpose/oagis/
Modified:
    ofbiz/trunk/LICENSE
    ofbiz/trunk/framework/common/webcommon/WEB-INF/handlers-controller.xml
    ofbiz/trunk/specialpurpose/component-load.xml

Modified: ofbiz/trunk/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=1763454&r1=1763453&r2=1763454&view=diff
==============================================================================
--- ofbiz/trunk/LICENSE (original)
+++ ofbiz/trunk/LICENSE Wed Oct  5 14:10:54 2016
@@ -251,48 +251,3 @@ under the "MIT" License. For details, se
 This product bundles "DocBook XSL Stylesheets 1.77.1", which is available
 under the "MIT" license.
 For details, see specialpurpose/cmssite/template/docbook/
-
-=========================================================================
-This product bundles the "OAGIS" XML Schema files, version 7.2.1, from the
-Open Applications Group, Inc
-For details, see specialpurpose/oagis/dtd/
-These files are available under the following license:
-
-Copyright (c) 1998-2001 Open Applications Group, Inc. All Rights Reserved
-
-Documents and resource files on the Open Applications Group, Inc. Internet site are
-provided under the following license.  By obtaining, using, and/or copying this file,
-or any related file obtained from this site, you agree that you have read, understood,
-and will comply with the following terms and conditions:
-
-Permissions to use, copy, and distribute the contents of this file, in any medium
-for any purpose and without fee or royalty is hereby granted, provided that you
-include the following on ALL copies of the file that you use:
-
-1. A reference to the original Open Applications Group resource
-2. A notice of the form "Copyright (c) Open Applications Group. All Rights Reserved
-
-When space permits, inclusion of the full text of this NOTICE should be provided.
-Attribution is requested to be provided in any software, documentation, or other items
-or products that you create related to the implementation of the contents of this file.
-
-THIS RESOURCE IS PROVIDED AS IS, AND THE COPYRIGHT HOLDER MAKES NO REPRESENTATIONS
-OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT
-THE CONTENTS OF THE DOCUMENT ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION
-OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
-OTHER RIGHTS.
-THE COPYRIGHT HOLDER WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE DOCUMENT OR THE PERFORMANCE OR
-IMPLEMENTATION OF THE CONTENTS THEREOF.
-
-The name and trademarks of copyright holder may NOT be used in advertising or publicity
-pertaining to this file or its contents without specific, written prior permission.
-
-Title to copyright in this document will at all times remain with copyright holders.
-
-Please Note: This file is a work in process, and may be modified or enhanced, at the
-discretion of the Open Applications Group without notice, at any time.
-Please contact the Open Applications Group at www.openapplications.org with any
-questions or comments regarding the usage of this material.
-

Modified: ofbiz/trunk/framework/common/webcommon/WEB-INF/handlers-controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/WEB-INF/handlers-controller.xml?rev=1763454&r1=1763453&r2=1763454&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/handlers-controller.xml (original)
+++ ofbiz/trunk/framework/common/webcommon/WEB-INF/handlers-controller.xml Wed Oct  5 14:10:54 2016
@@ -28,7 +28,6 @@ under the License.
     <handler name="xmlrpc" type="request" class="org.apache.ofbiz.webapp.event.XmlRpcEventHandler"/>
     <handler name="service" type="request" class="org.apache.ofbiz.webapp.event.ServiceEventHandler"/>
     <handler name="service-multi" type="request" class="org.apache.ofbiz.webapp.event.ServiceMultiEventHandler"/>
-    <handler name="service-stream" type="request" class="org.apache.ofbiz.webapp.event.ServiceStreamHandler"/>
     <handler name="simple" type="request" class="org.apache.ofbiz.webapp.event.SimpleEventHandler"/>
     <handler name="groovy" type="request" class="org.apache.ofbiz.webapp.event.GroovyEventHandler"/>
     <handler name="rome" type="request" class="org.apache.ofbiz.webapp.event.RomeEventHandler"/>

Modified: ofbiz/trunk/specialpurpose/component-load.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/component-load.xml?rev=1763454&r1=1763453&r2=1763454&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/component-load.xml (original)
+++ ofbiz/trunk/specialpurpose/component-load.xml Wed Oct  5 14:10:54 2016
@@ -28,7 +28,6 @@ under the License.
     <load-component component-location="cmssite"/>
     <load-component component-location="projectmgr"/>
     <load-component component-location="scrum"/>
-    <load-component component-location="oagis"/>
     <load-component component-location="ebay"/>
     <!--
     <load-component component-location="ebaystore"/>