From 0eb12c77272b9154af686b14c78cdd8436354938 Mon Sep 17 00:00:00 2001 From: Hallvard Traetteberg <hal@ntnu.no> Date: Thu, 26 Sep 2019 00:26:09 +0200 Subject: [PATCH] More files --- dict-ws/tdt4250.emf.servlet/.project | 23 +++++++++++++++++++ .../tdt4250.emf.servletsupport.impl/.project | 23 +++++++++++++++++++ dict-ws/tdt4250.emf.servletsupport/.project | 23 +++++++++++++++++++ dict-ws/tdt4250.ra.resource/.classpath | 12 ++++++++++ dict-ws/tdt4250.ra.resource/.project | 23 +++++++++++++++++++ 5 files changed, 104 insertions(+) create mode 100644 dict-ws/tdt4250.emf.servlet/.project create mode 100644 dict-ws/tdt4250.emf.servletsupport.impl/.project create mode 100644 dict-ws/tdt4250.emf.servletsupport/.project create mode 100644 dict-ws/tdt4250.ra.resource/.classpath create mode 100644 dict-ws/tdt4250.ra.resource/.project diff --git a/dict-ws/tdt4250.emf.servlet/.project b/dict-ws/tdt4250.emf.servlet/.project new file mode 100644 index 0000000..1367d31 --- /dev/null +++ b/dict-ws/tdt4250.emf.servlet/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tdt4250.emf.servlet</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>bndtools.core.bndbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>bndtools.core.bndnature</nature> + </natures> +</projectDescription> diff --git a/dict-ws/tdt4250.emf.servletsupport.impl/.project b/dict-ws/tdt4250.emf.servletsupport.impl/.project new file mode 100644 index 0000000..f6d654f --- /dev/null +++ b/dict-ws/tdt4250.emf.servletsupport.impl/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tdt4250.emf.servletsupport.impl</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>bndtools.core.bndbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>bndtools.core.bndnature</nature> + </natures> +</projectDescription> diff --git a/dict-ws/tdt4250.emf.servletsupport/.project b/dict-ws/tdt4250.emf.servletsupport/.project new file mode 100644 index 0000000..9f5bd88 --- /dev/null +++ b/dict-ws/tdt4250.emf.servletsupport/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tdt4250.emf.servletsupport</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>bndtools.core.bndbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>bndtools.core.bndnature</nature> + </natures> +</projectDescription> diff --git a/dict-ws/tdt4250.ra.resource/.classpath b/dict-ws/tdt4250.ra.resource/.classpath new file mode 100644 index 0000000..3ebd512 --- /dev/null +++ b/dict-ws/tdt4250.ra.resource/.classpath @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> + <classpathentry kind="con" path="aQute.bnd.classpath.container"/> + <classpathentry kind="src" output="bin" path="src"/> + <classpathentry kind="src" output="bin_test" path="test"> + <attributes> + <attribute name="test" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/dict-ws/tdt4250.ra.resource/.project b/dict-ws/tdt4250.ra.resource/.project new file mode 100644 index 0000000..9a8cd79 --- /dev/null +++ b/dict-ws/tdt4250.ra.resource/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tdt4250.ra.resource</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>bndtools.core.bndbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>bndtools.core.bndnature</nature> + </natures> +</projectDescription> -- GitLab