From 53074bd1288807dd3a0a481fe9103e2f86a0f9bc Mon Sep 17 00:00:00 2001 From: ab Date: Wed, 3 Oct 2012 17:18:33 +0200 Subject: [PATCH] - make master an eclipse project --- .classpath | 13 +++++++++++++ .gitignore | 5 ++--- .project | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000000..5117cf2a1b --- /dev/null +++ b/.classpath @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index 6db0f78ba2..0cb7d2463d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -.project -.classpath .settings *.iml *.ipr @@ -9,4 +7,5 @@ /target */target /reports -*/reports \ No newline at end of file +*/reports +bin/ diff --git a/.project b/.project new file mode 100644 index 0000000000..43db376436 --- /dev/null +++ b/.project @@ -0,0 +1,34 @@ + + + io.netty + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + org.eclipse.pde.api.tools.apiAnalysisBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + org.eclipse.pde.api.tools.apiAnalysisNature + +