svn commit: r908637 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityEvents.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r908637 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityEvents.xml

bibryam
Author: bibryam
Date: Wed Feb 10 19:16:27 2010
New Revision: 908637

URL: http://svn.apache.org/viewvc?rev=908637&view=rev
Log:
Added missing svn properties

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityEvents.xml   (contents, props changed)

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityEvents.xml?rev=908637&r1=908636&r2=908637&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityEvents.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityEvents.xml Wed Feb 10 19:16:27 2010
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
-    
-    <simple-method method-name="createFacilityContent" short-description="Create Facility Content">
-        <call-simple-method method-name="createGenericContent" xml-resource="component://content/script/org/ofbiz/content/layout/LayoutEvents.xml"/>
-        <set field="facilityContext.facilityId" from-field="formInput.formInput.facilityId"/>
-        <set field="facilityContext.contentId" from-field="context.contentId"/>
-
-        <!-- Create FacilityContent -->
-        <call-service service-name="createFacilityContent" in-map-name="facilityContext">
-            <result-to-field result-name="contentId" field="contentId"/>
-        </call-service>
-    </simple-method>
-</simple-methods>
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    
+    <simple-method method-name="createFacilityContent" short-description="Create Facility Content">
+        <call-simple-method method-name="createGenericContent" xml-resource="component://content/script/org/ofbiz/content/layout/LayoutEvents.xml"/>
+        <set field="facilityContext.facilityId" from-field="formInput.formInput.facilityId"/>
+        <set field="facilityContext.contentId" from-field="context.contentId"/>
+
+        <!-- Create FacilityContent -->
+        <call-service service-name="createFacilityContent" in-map-name="facilityContext">
+            <result-to-field result-name="contentId" field="contentId"/>
+        </call-service>
+    </simple-method>
+</simple-methods>

Propchange: ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityEvents.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityEvents.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityEvents.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml