Browse Source

Remove unneeded comments and fix file.

Stanislav Galabov 11 years ago
parent
commit
6b0dcb23bd
1 changed files with 1 additions and 11 deletions
  1. 1 11
      xml-examples/lua/startup.xml

+ 1 - 11
xml-examples/lua/startup.xml

@@ -4,19 +4,9 @@
  xsi:schemaLocation="http://clish.sourceforge.net/XMLSchema
                      http://clish.sourceforge.net/XMLSchema/clish.xsd">
 
-<<<<<<< HEAD
      <PLUGIN name="lua_hooks"
 	     file="clish_plugin_lua.so">/usr2/klish-rw/xml-examples/lua</PLUGIN>
-=======
-	<PLUGIN name="lua_hooks" file="clish_plugin_lua.so"/>
-
-	<HOOK name="fini" builtin="hook_fini@lua_hooks"/>
->>>>>>> b9e9072034ce6f652f230161cea580b52cf5a9b9
-
-	<!--
-	<STARTUP view="test-view"/>
-	-->
-	<STARTUP view="test-view" default_builtin="hook_action@lua_hooks"/>
+     <STARTUP view="test-view" default_builtin="hook_action@lua_hooks"/>
 
 </CLISH_MODULE>