From 61bb84d63c5fd18ffe1d83fbcfd3f89dc39bae71 Mon Sep 17 00:00:00 2001 From: admiyo Date: Wed, 5 Oct 2011 20:03:16 +0000 Subject: eclipse project files This contains only the files necessary to get the project to import into Eclipse, plus a very small .gitignore file for people that want to use git svn. This patch should have no effects on the way that code currently runs. The difference between this patch and the previous submission is that this one does not attempt to deal with the problems due to the code duplication between the console and common code bases: it does not include the console in the classpath. People that want to use eclipse to work with the console will have to perform additional modifications. Also, it does not include the directory base/common/test that has mock objects for abstract base classes that have not been completely implemented. This version has removed all .class file references from the .gitignore as well. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2253 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- pki/.classpath | 34 ++++++++++++++++++++++++++++++++++ pki/.gitignore | 2 ++ pki/.project | 17 +++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 pki/.classpath create mode 100644 pki/.gitignore create mode 100644 pki/.project diff --git a/pki/.classpath b/pki/.classpath new file mode 100644 index 000000000..891959cbc --- /dev/null +++ b/pki/.classpath @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pki/.gitignore b/pki/.gitignore new file mode 100644 index 000000000..dc84959d1 --- /dev/null +++ b/pki/.gitignore @@ -0,0 +1,2 @@ +build/ + diff --git a/pki/.project b/pki/.project new file mode 100644 index 000000000..cc1a7216a --- /dev/null +++ b/pki/.project @@ -0,0 +1,17 @@ + + + pki + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + -- cgit