From d4bd245768d2e2b3f94928b3db5a01380857e8b8 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 13 Feb 2015 08:21:38 +0000 Subject: [PATCH] Start new SLC project structure git-svn-id: https://svn.argeo.org/slc/trunk@7833 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- org.argeo.slc.api/.classpath | 7 +++++++ org.argeo.slc.api/.project | 28 ++++++++++++++++++++++++++++ org.argeo.slc.api/bnd.bnd | 0 org.argeo.slc.api/pom.xml | 11 +++++++++++ org.argeo.slc.core/.classpath | 7 +++++++ org.argeo.slc.core/.project | 28 ++++++++++++++++++++++++++++ org.argeo.slc.core/bnd.bnd | 0 org.argeo.slc.core/pom.xml | 11 +++++++++++ org.argeo.slc.factory/.classpath | 7 +++++++ org.argeo.slc.factory/.project | 28 ++++++++++++++++++++++++++++ org.argeo.slc.factory/bnd.bnd | 0 org.argeo.slc.factory/pom.xml | 11 +++++++++++ org.argeo.slc.repo/.classpath | 7 +++++++ org.argeo.slc.repo/.project | 28 ++++++++++++++++++++++++++++ org.argeo.slc.repo/bnd.bnd | 0 org.argeo.slc.repo/pom.xml | 11 +++++++++++ org.argeo.slc.support/.classpath | 7 +++++++ org.argeo.slc.support/.project | 28 ++++++++++++++++++++++++++++ org.argeo.slc.support/bnd.bnd | 0 org.argeo.slc.support/pom.xml | 11 +++++++++++ org.argeo.slc.unit/.classpath | 7 +++++++ org.argeo.slc.unit/.project | 28 ++++++++++++++++++++++++++++ org.argeo.slc.unit/bnd.bnd | 0 org.argeo.slc.unit/pom.xml | 11 +++++++++++ 24 files changed, 276 insertions(+) create mode 100644 org.argeo.slc.api/.classpath create mode 100644 org.argeo.slc.api/.project create mode 100644 org.argeo.slc.api/bnd.bnd create mode 100644 org.argeo.slc.api/pom.xml create mode 100644 org.argeo.slc.core/.classpath create mode 100644 org.argeo.slc.core/.project create mode 100644 org.argeo.slc.core/bnd.bnd create mode 100644 org.argeo.slc.core/pom.xml create mode 100644 org.argeo.slc.factory/.classpath create mode 100644 org.argeo.slc.factory/.project create mode 100644 org.argeo.slc.factory/bnd.bnd create mode 100644 org.argeo.slc.factory/pom.xml create mode 100644 org.argeo.slc.repo/.classpath create mode 100644 org.argeo.slc.repo/.project create mode 100644 org.argeo.slc.repo/bnd.bnd create mode 100644 org.argeo.slc.repo/pom.xml create mode 100644 org.argeo.slc.support/.classpath create mode 100644 org.argeo.slc.support/.project create mode 100644 org.argeo.slc.support/bnd.bnd create mode 100644 org.argeo.slc.support/pom.xml create mode 100644 org.argeo.slc.unit/.classpath create mode 100644 org.argeo.slc.unit/.project create mode 100644 org.argeo.slc.unit/bnd.bnd create mode 100644 org.argeo.slc.unit/pom.xml diff --git a/org.argeo.slc.api/.classpath b/org.argeo.slc.api/.classpath new file mode 100644 index 000000000..bc86c4239 --- /dev/null +++ b/org.argeo.slc.api/.classpath @@ -0,0 +1,7 @@ + + + + + >> + + diff --git a/org.argeo.slc.api/.project b/org.argeo.slc.api/.project new file mode 100644 index 000000000..301fef6e1 --- /dev/null +++ b/org.argeo.slc.api/.project @@ -0,0 +1,28 @@ + + + org.argeo.slc.api + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/org.argeo.slc.api/bnd.bnd b/org.argeo.slc.api/bnd.bnd new file mode 100644 index 000000000..e69de29bb diff --git a/org.argeo.slc.api/pom.xml b/org.argeo.slc.api/pom.xml new file mode 100644 index 000000000..e53be2e03 --- /dev/null +++ b/org.argeo.slc.api/pom.xml @@ -0,0 +1,11 @@ + + 4.0.0 + + org.argeo.slc + argeo-slc + 2.1.1-SNAPSHOT + .. + + org.argeo.slc.api + SLC API + \ No newline at end of file diff --git a/org.argeo.slc.core/.classpath b/org.argeo.slc.core/.classpath new file mode 100644 index 000000000..bc86c4239 --- /dev/null +++ b/org.argeo.slc.core/.classpath @@ -0,0 +1,7 @@ + + + + + >> + + diff --git a/org.argeo.slc.core/.project b/org.argeo.slc.core/.project new file mode 100644 index 000000000..a304482ca --- /dev/null +++ b/org.argeo.slc.core/.project @@ -0,0 +1,28 @@ + + + org.argeo.slc.core + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/org.argeo.slc.core/bnd.bnd b/org.argeo.slc.core/bnd.bnd new file mode 100644 index 000000000..e69de29bb diff --git a/org.argeo.slc.core/pom.xml b/org.argeo.slc.core/pom.xml new file mode 100644 index 000000000..76aee0880 --- /dev/null +++ b/org.argeo.slc.core/pom.xml @@ -0,0 +1,11 @@ + + 4.0.0 + + org.argeo.slc + argeo-slc + 2.1.1-SNAPSHOT + .. + + org.argeo.slc.core + SLC Runtime + \ No newline at end of file diff --git a/org.argeo.slc.factory/.classpath b/org.argeo.slc.factory/.classpath new file mode 100644 index 000000000..bc86c4239 --- /dev/null +++ b/org.argeo.slc.factory/.classpath @@ -0,0 +1,7 @@ + + + + + >> + + diff --git a/org.argeo.slc.factory/.project b/org.argeo.slc.factory/.project new file mode 100644 index 000000000..948356fd0 --- /dev/null +++ b/org.argeo.slc.factory/.project @@ -0,0 +1,28 @@ + + + org.argeo.slc.factory + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/org.argeo.slc.factory/bnd.bnd b/org.argeo.slc.factory/bnd.bnd new file mode 100644 index 000000000..e69de29bb diff --git a/org.argeo.slc.factory/pom.xml b/org.argeo.slc.factory/pom.xml new file mode 100644 index 000000000..9c1bb050c --- /dev/null +++ b/org.argeo.slc.factory/pom.xml @@ -0,0 +1,11 @@ + + 4.0.0 + + org.argeo.slc + argeo-slc + 2.1.1-SNAPSHOT + .. + + org.argeo.slc.factory + SLC Factory + \ No newline at end of file diff --git a/org.argeo.slc.repo/.classpath b/org.argeo.slc.repo/.classpath new file mode 100644 index 000000000..bc86c4239 --- /dev/null +++ b/org.argeo.slc.repo/.classpath @@ -0,0 +1,7 @@ + + + + + >> + + diff --git a/org.argeo.slc.repo/.project b/org.argeo.slc.repo/.project new file mode 100644 index 000000000..26f465853 --- /dev/null +++ b/org.argeo.slc.repo/.project @@ -0,0 +1,28 @@ + + + org.argeo.slc.repo + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/org.argeo.slc.repo/bnd.bnd b/org.argeo.slc.repo/bnd.bnd new file mode 100644 index 000000000..e69de29bb diff --git a/org.argeo.slc.repo/pom.xml b/org.argeo.slc.repo/pom.xml new file mode 100644 index 000000000..737cd0b00 --- /dev/null +++ b/org.argeo.slc.repo/pom.xml @@ -0,0 +1,11 @@ + + 4.0.0 + + org.argeo.slc + argeo-slc + 2.1.1-SNAPSHOT + .. + + org.argeo.slc.repo + SLC Repo + \ No newline at end of file diff --git a/org.argeo.slc.support/.classpath b/org.argeo.slc.support/.classpath new file mode 100644 index 000000000..bc86c4239 --- /dev/null +++ b/org.argeo.slc.support/.classpath @@ -0,0 +1,7 @@ + + + + + >> + + diff --git a/org.argeo.slc.support/.project b/org.argeo.slc.support/.project new file mode 100644 index 000000000..174f70d18 --- /dev/null +++ b/org.argeo.slc.support/.project @@ -0,0 +1,28 @@ + + + org.argeo.slc.support + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/org.argeo.slc.support/bnd.bnd b/org.argeo.slc.support/bnd.bnd new file mode 100644 index 000000000..e69de29bb diff --git a/org.argeo.slc.support/pom.xml b/org.argeo.slc.support/pom.xml new file mode 100644 index 000000000..ae6582536 --- /dev/null +++ b/org.argeo.slc.support/pom.xml @@ -0,0 +1,11 @@ + + 4.0.0 + + org.argeo.slc + argeo-slc + 2.1.1-SNAPSHOT + .. + + org.argeo.slc.support + SLC Third Party Support + \ No newline at end of file diff --git a/org.argeo.slc.unit/.classpath b/org.argeo.slc.unit/.classpath new file mode 100644 index 000000000..bc86c4239 --- /dev/null +++ b/org.argeo.slc.unit/.classpath @@ -0,0 +1,7 @@ + + + + + >> + + diff --git a/org.argeo.slc.unit/.project b/org.argeo.slc.unit/.project new file mode 100644 index 000000000..d4d0be86f --- /dev/null +++ b/org.argeo.slc.unit/.project @@ -0,0 +1,28 @@ + + + org.argeo.slc.unit + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/org.argeo.slc.unit/bnd.bnd b/org.argeo.slc.unit/bnd.bnd new file mode 100644 index 000000000..e69de29bb diff --git a/org.argeo.slc.unit/pom.xml b/org.argeo.slc.unit/pom.xml new file mode 100644 index 000000000..580d58cd1 --- /dev/null +++ b/org.argeo.slc.unit/pom.xml @@ -0,0 +1,11 @@ + + 4.0.0 + + org.argeo.slc + argeo-slc + 2.1.1-SNAPSHOT + .. + + org.argeo.slc.unit + SLC Unit Testing Support + \ No newline at end of file -- 2.39.2