Date: 2004-05-12T08:26:01
Editor: EricLeGoff <[EMAIL PROTECTED]>
Wiki: Apache Geronimo Wiki
Page: FrequentlyAskedQuestions
URL: http://wiki.apache.org/geronimo/FrequentlyAskedQuestions
no comment
Change Log:
------------------------------------------------------------------------------
@@ -42,7 +42,7 @@
=== IntelliJ ===
=== Eclipse ===
You may use this bash script on Linux box (or use Cygwin if you are unlucky
enough to use Win$ ;) ) :
-
+{{{
#!/usr/bin/bash
for modules in "$(find ./*/ -name project.xml | sed 's/project.xml//')"; do
echo $modules;
@@ -53,7 +53,7 @@
popd &> /dev/null
done;
done;
-
+}}}
=== Netbeans ===