From 4abdff5dd4ba90d1b6c1955399dfd01fe0747d01 Mon Sep 17 00:00:00 2001 From: "yihua.huang" Date: Thu, 3 Apr 2014 09:56:02 +0800 Subject: [PATCH] add eclipse project --- webmagic-avalon/.classpath | 81 +++++++++++++++++++++++++++++++++++ webmagic-avalon/.project | 19 ++++++++ webmagic-core/.classpath | 30 +++++++++++++ webmagic-core/.project | 15 +++++++ webmagic-extension/.classpath | 36 ++++++++++++++++ webmagic-extension/.project | 17 ++++++++ webmagic-lucene/.classpath | 42 ++++++++++++++++++ webmagic-lucene/.project | 18 ++++++++ webmagic-samples/.classpath | 37 ++++++++++++++++ webmagic-samples/.project | 18 ++++++++ webmagic-saxon/.classpath | 31 ++++++++++++++ webmagic-saxon/.project | 17 ++++++++ webmagic-scripts/.classpath | 64 +++++++++++++++++++++++++++ webmagic-scripts/.project | 18 ++++++++ webmagic-selenium/.classpath | 62 +++++++++++++++++++++++++++ webmagic-selenium/.project | 17 ++++++++ 16 files changed, 522 insertions(+) create mode 100644 webmagic-avalon/.classpath create mode 100644 webmagic-avalon/.project create mode 100644 webmagic-core/.classpath create mode 100644 webmagic-core/.project create mode 100644 webmagic-extension/.classpath create mode 100644 webmagic-extension/.project create mode 100644 webmagic-lucene/.classpath create mode 100644 webmagic-lucene/.project create mode 100644 webmagic-samples/.classpath create mode 100644 webmagic-samples/.project create mode 100644 webmagic-saxon/.classpath create mode 100644 webmagic-saxon/.project create mode 100644 webmagic-scripts/.classpath create mode 100644 webmagic-scripts/.project create mode 100644 webmagic-selenium/.classpath create mode 100644 webmagic-selenium/.project diff --git a/webmagic-avalon/.classpath b/webmagic-avalon/.classpath new file mode 100644 index 0000000..cf2a631 --- /dev/null +++ b/webmagic-avalon/.classpath @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/webmagic-avalon/.project b/webmagic-avalon/.project new file mode 100644 index 0000000..4e8699d --- /dev/null +++ b/webmagic-avalon/.project @@ -0,0 +1,19 @@ + + + webmagic-avalon + A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content + extraction and persistent. It can simply the development of a specific crawler. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + webmagic-scripts + webmagic-core + webmagic-extension + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/webmagic-core/.classpath b/webmagic-core/.classpath new file mode 100644 index 0000000..a2f64e9 --- /dev/null +++ b/webmagic-core/.classpath @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/webmagic-core/.project b/webmagic-core/.project new file mode 100644 index 0000000..be61845 --- /dev/null +++ b/webmagic-core/.project @@ -0,0 +1,15 @@ + + + webmagic-core + A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content + extraction and persistent. It can simply the development of a specific crawler. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/webmagic-extension/.classpath b/webmagic-extension/.classpath new file mode 100644 index 0000000..c9de0a3 --- /dev/null +++ b/webmagic-extension/.classpath @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/webmagic-extension/.project b/webmagic-extension/.project new file mode 100644 index 0000000..67898ec --- /dev/null +++ b/webmagic-extension/.project @@ -0,0 +1,17 @@ + + + webmagic-extension + A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content + extraction and persistent. It can simply the development of a specific crawler. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + webmagic-core + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/webmagic-lucene/.classpath b/webmagic-lucene/.classpath new file mode 100644 index 0000000..74effab --- /dev/null +++ b/webmagic-lucene/.classpath @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/webmagic-lucene/.project b/webmagic-lucene/.project new file mode 100644 index 0000000..8cd73c3 --- /dev/null +++ b/webmagic-lucene/.project @@ -0,0 +1,18 @@ + + + webmagic-lucene + A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content + extraction and persistent. It can simply the development of a specific crawler. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + webmagic-extension + webmagic-core + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/webmagic-samples/.classpath b/webmagic-samples/.classpath new file mode 100644 index 0000000..ecaf8fb --- /dev/null +++ b/webmagic-samples/.classpath @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/webmagic-samples/.project b/webmagic-samples/.project new file mode 100644 index 0000000..cc31865 --- /dev/null +++ b/webmagic-samples/.project @@ -0,0 +1,18 @@ + + + webmagic-samples + A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content + extraction and persistent. It can simply the development of a specific crawler. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + webmagic-core + webmagic-extension + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/webmagic-saxon/.classpath b/webmagic-saxon/.classpath new file mode 100644 index 0000000..15445bf --- /dev/null +++ b/webmagic-saxon/.classpath @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/webmagic-saxon/.project b/webmagic-saxon/.project new file mode 100644 index 0000000..716f9c8 --- /dev/null +++ b/webmagic-saxon/.project @@ -0,0 +1,17 @@ + + + webmagic-saxon + A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content + extraction and persistent. It can simply the development of a specific crawler. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + webmagic-core + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/webmagic-scripts/.classpath b/webmagic-scripts/.classpath new file mode 100644 index 0000000..c4ffb4c --- /dev/null +++ b/webmagic-scripts/.classpath @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/webmagic-scripts/.project b/webmagic-scripts/.project new file mode 100644 index 0000000..18da7c6 --- /dev/null +++ b/webmagic-scripts/.project @@ -0,0 +1,18 @@ + + + webmagic-scripts + A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content + extraction and persistent. It can simply the development of a specific crawler. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + webmagic-core + webmagic-extension + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/webmagic-selenium/.classpath b/webmagic-selenium/.classpath new file mode 100644 index 0000000..a6661f5 --- /dev/null +++ b/webmagic-selenium/.classpath @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/webmagic-selenium/.project b/webmagic-selenium/.project new file mode 100644 index 0000000..446124e --- /dev/null +++ b/webmagic-selenium/.project @@ -0,0 +1,17 @@ + + + webmagic-selenium + A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content + extraction and persistent. It can simply the development of a specific crawler. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + webmagic-core + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file