From 7f2d656342a98cade232383ef64bff2d6fbf6875 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Mon, 8 Sep 2014 14:55:33 -0400 Subject: [PATCH] Basic project --- .../org.eclipse.wst.common.component | 6 ++--- hapi-fhir-oauth2/.gitignore | 2 ++ hapi-fhir-oauth2/.project | 23 +++++++++++++++++++ .../org.eclipse.wst.common.component | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 hapi-fhir-oauth2/.gitignore create mode 100644 hapi-fhir-oauth2/.project diff --git a/hapi-fhir-jpaserver-uhnfhirtest/.settings/org.eclipse.wst.common.component b/hapi-fhir-jpaserver-uhnfhirtest/.settings/org.eclipse.wst.common.component index ee477891317..c136c9ada95 100644 --- a/hapi-fhir-jpaserver-uhnfhirtest/.settings/org.eclipse.wst.common.component +++ b/hapi-fhir-jpaserver-uhnfhirtest/.settings/org.eclipse.wst.common.component @@ -6,13 +6,13 @@ - + uses - + uses - + consumes diff --git a/hapi-fhir-oauth2/.gitignore b/hapi-fhir-oauth2/.gitignore new file mode 100644 index 00000000000..809cc8f2820 --- /dev/null +++ b/hapi-fhir-oauth2/.gitignore @@ -0,0 +1,2 @@ +target/ +bin/ diff --git a/hapi-fhir-oauth2/.project b/hapi-fhir-oauth2/.project new file mode 100644 index 00000000000..0545006b46a --- /dev/null +++ b/hapi-fhir-oauth2/.project @@ -0,0 +1,23 @@ + + + hapi-fhir-oauth2 + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/restful-server-example/.settings/org.eclipse.wst.common.component b/restful-server-example/.settings/org.eclipse.wst.common.component index e2cd387d6d8..4465204b7fa 100644 --- a/restful-server-example/.settings/org.eclipse.wst.common.component +++ b/restful-server-example/.settings/org.eclipse.wst.common.component @@ -3,10 +3,10 @@ - + uses - + consumes