From a03f6a84310365bfdee899d648cac857590f814e Mon Sep 17 00:00:00 2001 From: "yihua.huang" Date: Tue, 15 Apr 2014 07:44:43 +0800 Subject: [PATCH] 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 00000000..86ca9e75 --- /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 00000000..4e8699d1 --- /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 00000000..96b7fe7d --- /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 00000000..be618458 --- /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 00000000..e6eaa7d5 --- /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 00000000..67898ec9 --- /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 00000000..3807ba92 --- /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 00000000..8cd73c3e --- /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 00000000..a6417151 --- /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 00000000..cc318654 --- /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 00000000..60669aea --- /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 00000000..716f9c81 --- /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 00000000..ccf37333 --- /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 00000000..18da7c68 --- /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 00000000..6c41d8c7 --- /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 00000000..446124e4 --- /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