diff --git a/.gitignore b/.gitignore index a6f614eae..835adee93 100644 --- a/.gitignore +++ b/.gitignore @@ -139,8 +139,6 @@ local.properties # JDT-specific (Eclipse Java Development Tools) **/.settings **/.target -**/.project -**/.classpath **/.factorypath **/.springBeans diff --git a/org.hl7.fhir.convertors/.classpath b/org.hl7.fhir.convertors/.classpath new file mode 100644 index 000000000..9781132cf --- /dev/null +++ b/org.hl7.fhir.convertors/.classpath @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.hl7.fhir.convertors/.project b/org.hl7.fhir.convertors/.project new file mode 100644 index 000000000..615da8797 --- /dev/null +++ b/org.hl7.fhir.convertors/.project @@ -0,0 +1,20 @@ + + + org.hl7.fhir.convertors + An open-source implementation of the FHIR specification in Java. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + org.hl7.fhir.utilities + org.hl7.fhir.dstu2 + org.hl7.fhir.dstu2016may + org.hl7.fhir.dstu3 + org.hl7.fhir.r4 + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/org.hl7.fhir.dstu2/.classpath b/org.hl7.fhir.dstu2/.classpath new file mode 100644 index 000000000..6a6fe3b71 --- /dev/null +++ b/org.hl7.fhir.dstu2/.classpath @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.hl7.fhir.dstu2/.project b/org.hl7.fhir.dstu2/.project new file mode 100644 index 000000000..1f4699b51 --- /dev/null +++ b/org.hl7.fhir.dstu2/.project @@ -0,0 +1,16 @@ + + + org.hl7.fhir.dstu2 + An open-source implementation of the FHIR specification in Java. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + org.hl7.fhir.utilities + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/org.hl7.fhir.dstu2016may/.classpath b/org.hl7.fhir.dstu2016may/.classpath new file mode 100644 index 000000000..6a6fe3b71 --- /dev/null +++ b/org.hl7.fhir.dstu2016may/.classpath @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.hl7.fhir.dstu2016may/.project b/org.hl7.fhir.dstu2016may/.project new file mode 100644 index 000000000..256a8fb37 --- /dev/null +++ b/org.hl7.fhir.dstu2016may/.project @@ -0,0 +1,16 @@ + + + org.hl7.fhir.dstu2016may + An open-source implementation of the FHIR specification in Java. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + org.hl7.fhir.utilities + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/org.hl7.fhir.dstu3/.classpath b/org.hl7.fhir.dstu3/.classpath new file mode 100644 index 000000000..6a6fe3b71 --- /dev/null +++ b/org.hl7.fhir.dstu3/.classpath @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.hl7.fhir.dstu3/.project b/org.hl7.fhir.dstu3/.project new file mode 100644 index 000000000..101caa65f --- /dev/null +++ b/org.hl7.fhir.dstu3/.project @@ -0,0 +1,16 @@ + + + org.hl7.fhir.dstu3 + An open-source implementation of the FHIR specification in Java. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + org.hl7.fhir.utilities + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/org.hl7.fhir.r4/.classpath b/org.hl7.fhir.r4/.classpath new file mode 100644 index 000000000..6a6fe3b71 --- /dev/null +++ b/org.hl7.fhir.r4/.classpath @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.hl7.fhir.r4/.project b/org.hl7.fhir.r4/.project new file mode 100644 index 000000000..f936299f9 --- /dev/null +++ b/org.hl7.fhir.r4/.project @@ -0,0 +1,16 @@ + + + org.hl7.fhir.r4 + An open-source implementation of the FHIR specification in Java. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + org.hl7.fhir.utilities + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/org.hl7.fhir.utilities/.classpath b/org.hl7.fhir.utilities/.classpath new file mode 100644 index 000000000..4c0c3c449 --- /dev/null +++ b/org.hl7.fhir.utilities/.classpath @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.hl7.fhir.utilities/.project b/org.hl7.fhir.utilities/.project new file mode 100644 index 000000000..81c689bfb --- /dev/null +++ b/org.hl7.fhir.utilities/.project @@ -0,0 +1,14 @@ + + + org.hl7.fhir.utilities + An open-source implementation of the FHIR specification in Java. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/org.hl7.fhir.validation/.classpath b/org.hl7.fhir.validation/.classpath new file mode 100644 index 000000000..2a469492a --- /dev/null +++ b/org.hl7.fhir.validation/.classpath @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.hl7.fhir.validation/.project b/org.hl7.fhir.validation/.project new file mode 100644 index 000000000..aa11a1a25 --- /dev/null +++ b/org.hl7.fhir.validation/.project @@ -0,0 +1,21 @@ + + + org.hl7.fhir.validation + An open-source implementation of the FHIR specification in Java. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + org.hl7.fhir.utilities + org.hl7.fhir.convertors + org.hl7.fhir.dstu2 + org.hl7.fhir.dstu2016may + org.hl7.fhir.dstu3 + org.hl7.fhir.r4 + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file