library names now start with wamblee- to make them unique.
[utils] / support / build.xml
index 7be2e619c8e36314f1b4e0804c2f8822e34abbba..856ce1dcea0d5698c600897eb4079dfdef46f4c0 100644 (file)
@@ -12,7 +12,7 @@
        <!-- Include the build header defining general properties                            -->
        <!-- =============================================================================== -->
     <property name="project.home" value=".."/>
-    <property name="module.name" value="support" />
+    <property name="module.name" value="wamblee-support" />
 
    &header;