mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / builtin / bevel.ibex
similarity index 66%
rename from src/org/xwt/builtin/bevel.xwt
rename to src/org/ibex/builtin/bevel.ibex
index 240697f..370f44f 100644 (file)
@@ -1,5 +1,5 @@
 <!-- Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] -->
-<xwt>
+<ibex>
 
     <redirect target="self"/>
     <template thickness="2" depth="up" hpad="2" vpad="2">
             if (thickness > hpad) hpad = thickness;
             if (thickness > vpad) vpad = thickness;
 
-            if (depth == "up") border = "org.xwt.builtin.bevel_2_up";
-            else if (depth == "down") border = "org.xwt.builtin.bevel_2_down";
-            else if (depth == "flat") border = "org.xwt.builtin.bevel_2_flat";
+            if (depth == "up") border = "org.ibex.builtin.bevel_2_up";
+            else if (depth == "down") border = "org.ibex.builtin.bevel_2_down";
+            else if (depth == "flat") border = "org.ibex.builtin.bevel_2_flat";
             else border = null;
         }
 
     </template>
 
-</xwt>
+</ibex>