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