From ed1bdd4980006f2d76ad92f17842631402292efd Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 1 Sep 2006 22:52:55 +0000 Subject: [PATCH] --- branches/TO_MAVEN/crawler/basic/pom.xml | 42 +++++++++++++++++++++++++ branches/TO_MAVEN/crawler/pom.xml | 31 ++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 branches/TO_MAVEN/crawler/basic/pom.xml create mode 100644 branches/TO_MAVEN/crawler/pom.xml diff --git a/branches/TO_MAVEN/crawler/basic/pom.xml b/branches/TO_MAVEN/crawler/basic/pom.xml new file mode 100644 index 00000000..c3544398 --- /dev/null +++ b/branches/TO_MAVEN/crawler/basic/pom.xml @@ -0,0 +1,42 @@ + + + + org.wamblee + crawler + 0.2-SNAPSHOT + + + 4.0.0 + org.wamblee + crawler-basic + jar + wamblee.org basic crawler framework + http://wamblee.org + + + org.wamblee + support + + + + commons-httpclient + commons-httpclient + + + jtidy + jtidy + + + dom4j + dom4j + + + xerces + xerces + + + + + diff --git a/branches/TO_MAVEN/crawler/pom.xml b/branches/TO_MAVEN/crawler/pom.xml new file mode 100644 index 00000000..51deef7d --- /dev/null +++ b/branches/TO_MAVEN/crawler/pom.xml @@ -0,0 +1,31 @@ + + + org.wamblee + utils + 0.2-SNAPSHOT + + 4.0.0 + org.wamblee + crawler + pom + 0.2-SNAPSHOT + wamblee.org KiSS crawler + http://wamblee.org + + basic + + + + + + + + + + + + + + -- 2.31.1