From d4baf3865680e62882f23339a1bf54cfeeb8ec91 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Mon, 27 Jun 2016 16:02:18 -0400 Subject: [PATCH] Add missing project file --- hapi-fhir-structures-dstu2/.gitignore | 9 ------- hapi-fhir-structures-dstu2/.project | 36 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 hapi-fhir-structures-dstu2/.project diff --git a/hapi-fhir-structures-dstu2/.gitignore b/hapi-fhir-structures-dstu2/.gitignore index cd690262e10..6df0f7f3600 100644 --- a/hapi-fhir-structures-dstu2/.gitignore +++ b/hapi-fhir-structures-dstu2/.gitignore @@ -2,12 +2,6 @@ /target *.log *.log* -.project -/target/ -/target/ -/target/ -/target/ -/target/ /target/ # Created by https://www.gitignore.io @@ -110,9 +104,6 @@ tmp/ local.properties .loadpath -# Eclipse Core -.project - # External tool builders .externalToolBuilders/ diff --git a/hapi-fhir-structures-dstu2/.project b/hapi-fhir-structures-dstu2/.project new file mode 100644 index 00000000000..e859f7be8bb --- /dev/null +++ b/hapi-fhir-structures-dstu2/.project @@ -0,0 +1,36 @@ + + + hapi-fhir-structures-dstu2 + + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + +