Author: jleroux
Date: Thu Aug 18 08:25:35 2011
New Revision: 1159080
URL:
http://svn.apache.org/viewvc?rev=1159080&view=revLog:
Dummy service to prevent empty files and syntax error - To be removes when the 1st real service will be added there
Modified:
ofbiz/trunk/framework/resources/templates/services.xml
Modified: ofbiz/trunk/framework/resources/templates/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/services.xml?rev=1159080&r1=1159079&r2=1159080&view=diff==============================================================================
--- ofbiz/trunk/framework/resources/templates/services.xml (original)
+++ ofbiz/trunk/framework/resources/templates/services.xml Thu Aug 18 08:25:35 2011
@@ -5,4 +5,10 @@
<vendor></vendor>
<version>1.0</version>
+ <service name="noSyntaxError" engine="interface">
+ <description>
+ Dummy service to prevent empty files and syntax error - Remove when the 1st real service will be added here
+ </description>
+ </service>
+
</services>
\ No newline at end of file