From 4680fd118b77ddcb4ca3873ba93e5c371f184e03 Mon Sep 17 00:00:00 2001 From: str4d Date: Fri, 23 Nov 2012 12:31:02 +0000 Subject: [PATCH] Added remaining .project and .classpath files The project files for jetty are in the apps/jetty folder. Dependencies will be resolved once the project has been built normally once via e.g. "ant updater". --- apps/i2psnark/.classpath | 11 +++++++++++ apps/i2psnark/.project | 17 +++++++++++++++++ apps/jetty/.classpath | 10 ++++++++++ apps/jetty/.project | 17 +++++++++++++++++ apps/routerconsole/java/.classpath | 17 +++++++++++++++++ apps/routerconsole/java/.project | 24 ++++++++++++++++++++++++ apps/susimail/.classpath | 10 ++++++++++ apps/susimail/.project | 17 +++++++++++++++++ 8 files changed, 123 insertions(+) create mode 100644 apps/i2psnark/.classpath create mode 100644 apps/i2psnark/.project create mode 100644 apps/jetty/.classpath create mode 100644 apps/jetty/.project create mode 100644 apps/routerconsole/java/.classpath create mode 100644 apps/routerconsole/java/.project create mode 100644 apps/susimail/.classpath create mode 100644 apps/susimail/.project diff --git a/apps/i2psnark/.classpath b/apps/i2psnark/.classpath new file mode 100644 index 000000000..f82d4d002 --- /dev/null +++ b/apps/i2psnark/.classpath @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/apps/i2psnark/.project b/apps/i2psnark/.project new file mode 100644 index 000000000..ee1ba7c85 --- /dev/null +++ b/apps/i2psnark/.project @@ -0,0 +1,17 @@ + + + i2psnark + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/apps/jetty/.classpath b/apps/jetty/.classpath new file mode 100644 index 000000000..fc1168715 --- /dev/null +++ b/apps/jetty/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/apps/jetty/.project b/apps/jetty/.project new file mode 100644 index 000000000..8bdb6e7a1 --- /dev/null +++ b/apps/jetty/.project @@ -0,0 +1,17 @@ + + + jetty + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/apps/routerconsole/java/.classpath b/apps/routerconsole/java/.classpath new file mode 100644 index 000000000..f9fb9aae4 --- /dev/null +++ b/apps/routerconsole/java/.classpath @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/apps/routerconsole/java/.project b/apps/routerconsole/java/.project new file mode 100644 index 000000000..7ae887994 --- /dev/null +++ b/apps/routerconsole/java/.project @@ -0,0 +1,24 @@ + + + routerconsole + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + + + jsp + 2 + /home/str4d/dev/i2p/i2p.i2p/apps/routerconsole/jsp + + + diff --git a/apps/susimail/.classpath b/apps/susimail/.classpath new file mode 100644 index 000000000..298429060 --- /dev/null +++ b/apps/susimail/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/apps/susimail/.project b/apps/susimail/.project new file mode 100644 index 000000000..bed2da86c --- /dev/null +++ b/apps/susimail/.project @@ -0,0 +1,17 @@ + + + susimail + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + +