From 29817672397471cd0eb37bfb54bb41cef09c313f Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Fri, 27 Jun 2014 13:01:18 +0100 Subject: [PATCH 3/3] [438418] Migrate to tycho build Change-Id: I1de9bb8553428f5da6e58670a070c2788747f470 Signed-off-by: Mat Booth --- .gitignore | 3 +- .project | 11 ++ doc/org.eclipse.xsd.cheatsheets/pom.xml | 31 ++++ doc/org.eclipse.xsd.doc-feature/pom.xml | 31 ++++ doc/org.eclipse.xsd.doc/.gitignore | 2 + doc/org.eclipse.xsd.doc/buckminster.cspex | 27 --- doc/org.eclipse.xsd.doc/build.properties | 1 + doc/org.eclipse.xsd.doc/documentation.ant | 5 +- .../org.eclipse.xsd.doc_OLD_build.xml | 123 -------------- doc/org.eclipse.xsd.doc/pom.xml | 83 ++++++++++ examples/org.eclipse.xsd.example/pom.xml | 31 ++++ features/org.eclipse.xsd-feature/pom.xml | 30 ++++ .../pom.xml | 31 ++++ features/org.eclipse.xsd.edit-feature/pom.xml | 31 ++++ features/org.eclipse.xsd.editor-feature/pom.xml | 31 ++++ .../org.eclipse.xsd.example-feature/feature.xml | 4 - features/org.eclipse.xsd.example-feature/pom.xml | 31 ++++ features/org.eclipse.xsd.mapping-feature/pom.xml | 31 ++++ .../org.eclipse.xsd.mapping.editor-feature/pom.xml | 31 ++++ features/org.eclipse.xsd.sdk-feature/feature.xml | 28 ---- features/org.eclipse.xsd.sdk-feature/pom.xml | 30 ++++ .../pom.xml | 31 ++++ plugins/org.eclipse.emf.mapping.xsd2ecore/pom.xml | 31 ++++ plugins/org.eclipse.xsd.ecore.converter/pom.xml | 31 ++++ plugins/org.eclipse.xsd.ecore.exporter/pom.xml | 31 ++++ plugins/org.eclipse.xsd.ecore.importer/pom.xml | 31 ++++ plugins/org.eclipse.xsd.edit/pom.xml | 31 ++++ plugins/org.eclipse.xsd.editor/pom.xml | 31 ++++ plugins/org.eclipse.xsd.example.installer/pom.xml | 31 ++++ plugins/org.eclipse.xsd.mapping.editor/pom.xml | 31 ++++ plugins/org.eclipse.xsd.mapping/pom.xml | 31 ++++ plugins/org.eclipse.xsd/pom.xml | 30 ++++ pom.xml | 182 +++++++++++++++++++++ releng/org.eclipse.xsd.repository/.project | 11 ++ releng/org.eclipse.xsd.repository/category.xml | 43 +++++ releng/org.eclipse.xsd.repository/pom.xml | 40 +++++ 36 files changed, 1056 insertions(+), 186 deletions(-) create mode 100644 .project create mode 100644 doc/org.eclipse.xsd.cheatsheets/pom.xml create mode 100644 doc/org.eclipse.xsd.doc-feature/pom.xml create mode 100644 doc/org.eclipse.xsd.doc/.gitignore delete mode 100644 doc/org.eclipse.xsd.doc/buckminster.cspex delete mode 100755 doc/org.eclipse.xsd.doc/org.eclipse.xsd.doc_OLD_build.xml create mode 100644 doc/org.eclipse.xsd.doc/pom.xml create mode 100644 examples/org.eclipse.xsd.example/pom.xml create mode 100644 features/org.eclipse.xsd-feature/pom.xml create mode 100644 features/org.eclipse.xsd.ecore.converter-feature/pom.xml create mode 100644 features/org.eclipse.xsd.edit-feature/pom.xml create mode 100644 features/org.eclipse.xsd.editor-feature/pom.xml create mode 100644 features/org.eclipse.xsd.example-feature/pom.xml create mode 100644 features/org.eclipse.xsd.mapping-feature/pom.xml create mode 100644 features/org.eclipse.xsd.mapping.editor-feature/pom.xml create mode 100644 features/org.eclipse.xsd.sdk-feature/pom.xml create mode 100644 plugins/org.eclipse.emf.mapping.xsd2ecore.editor/pom.xml create mode 100644 plugins/org.eclipse.emf.mapping.xsd2ecore/pom.xml create mode 100644 plugins/org.eclipse.xsd.ecore.converter/pom.xml create mode 100644 plugins/org.eclipse.xsd.ecore.exporter/pom.xml create mode 100644 plugins/org.eclipse.xsd.ecore.importer/pom.xml create mode 100644 plugins/org.eclipse.xsd.edit/pom.xml create mode 100644 plugins/org.eclipse.xsd.editor/pom.xml create mode 100644 plugins/org.eclipse.xsd.example.installer/pom.xml create mode 100644 plugins/org.eclipse.xsd.mapping.editor/pom.xml create mode 100644 plugins/org.eclipse.xsd.mapping/pom.xml create mode 100644 plugins/org.eclipse.xsd/pom.xml create mode 100644 pom.xml create mode 100644 releng/org.eclipse.xsd.repository/.project create mode 100644 releng/org.eclipse.xsd.repository/category.xml create mode 100644 releng/org.eclipse.xsd.repository/pom.xml diff --git a/.gitignore b/.gitignore index 3a4edf6..61ebcb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.project +target/ +.m2/ diff --git a/.project b/.project new file mode 100644 index 0000000..00ac1ef --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + org.eclipse.xsd-parent + + + + + + + + diff --git a/doc/org.eclipse.xsd.cheatsheets/pom.xml b/doc/org.eclipse.xsd.cheatsheets/pom.xml new file mode 100644 index 0000000..5dbab6e --- /dev/null +++ b/doc/org.eclipse.xsd.cheatsheets/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.cheatsheets + 2.6.0-SNAPSHOT + eclipse-plugin + + XSD Cheat Sheets + diff --git a/doc/org.eclipse.xsd.doc-feature/pom.xml b/doc/org.eclipse.xsd.doc-feature/pom.xml new file mode 100644 index 0000000..57aa9e2 --- /dev/null +++ b/doc/org.eclipse.xsd.doc-feature/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd.features + org.eclipse.xsd.doc + 2.9.0-SNAPSHOT + eclipse-feature + + XSD Documentation Feature + diff --git a/doc/org.eclipse.xsd.doc/.gitignore b/doc/org.eclipse.xsd.doc/.gitignore new file mode 100644 index 0000000..114c567 --- /dev/null +++ b/doc/org.eclipse.xsd.doc/.gitignore @@ -0,0 +1,2 @@ +/index/ +/workspace/ diff --git a/doc/org.eclipse.xsd.doc/buckminster.cspex b/doc/org.eclipse.xsd.doc/buckminster.cspex deleted file mode 100644 index 1ba847b..0000000 --- a/doc/org.eclipse.xsd.doc/buckminster.cspex +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/org.eclipse.xsd.doc/build.properties b/doc/org.eclipse.xsd.doc/build.properties index 00ad1e5..6f62c2e 100644 --- a/doc/org.eclipse.xsd.doc/build.properties +++ b/doc/org.eclipse.xsd.doc/build.properties @@ -16,6 +16,7 @@ bin.includes = about.html,\ css/,\ cvsdoc/,\ images/,\ + index/,\ META-INF/,\ news/,\ references/,\ diff --git a/doc/org.eclipse.xsd.doc/documentation.ant b/doc/org.eclipse.xsd.doc/documentation.ant index 04aa7a7..2e38e99 100644 --- a/doc/org.eclipse.xsd.doc/documentation.ant +++ b/doc/org.eclipse.xsd.doc/documentation.ant @@ -1,6 +1,5 @@ - + - - + diff --git a/doc/org.eclipse.xsd.doc/org.eclipse.xsd.doc_OLD_build.xml b/doc/org.eclipse.xsd.doc/org.eclipse.xsd.doc_OLD_build.xml deleted file mode 100755 index f9a266d..0000000 --- a/doc/org.eclipse.xsd.doc/org.eclipse.xsd.doc_OLD_build.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${-timestamp} - - diff --git a/doc/org.eclipse.xsd.doc/pom.xml b/doc/org.eclipse.xsd.doc/pom.xml new file mode 100644 index 0000000..b4c4628 --- /dev/null +++ b/doc/org.eclipse.xsd.doc/pom.xml @@ -0,0 +1,79 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.doc + 2.7.0-SNAPSHOT + eclipse-plugin + + XSD Documentation + + + + + org.eclipse.tycho.extras + tycho-eclipserun-plugin + ${tycho-extras-version} + + + documentation-index-generation + compile + + -Dhelp.lucene.tokenizer=standard + -consolelog -debug -application org.eclipse.ant.core.antRunner -buildfile documentation.ant build.index + + + org.eclipse.osgi.compatibility.state + eclipse-plugin + + + org.eclipse.ant.core + eclipse-plugin + + + org.apache.ant + eclipse-plugin + + + org.eclipse.help.base + eclipse-plugin + + + + + eclipse-platform + http://download.eclipse.org/releases/${eclipse-platform-name} + p2 + + + + + eclipse-run + + + + + + + diff --git a/examples/org.eclipse.xsd.example/pom.xml b/examples/org.eclipse.xsd.example/pom.xml new file mode 100644 index 0000000..6b34929 --- /dev/null +++ b/examples/org.eclipse.xsd.example/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.example + 2.6.0-SNAPSHOT + eclipse-plugin + + XSD Example + diff --git a/features/org.eclipse.xsd-feature/pom.xml b/features/org.eclipse.xsd-feature/pom.xml new file mode 100644 index 0000000..3303b6c --- /dev/null +++ b/features/org.eclipse.xsd-feature/pom.xml @@ -0,0 +1,30 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd.features + org.eclipse.xsd + eclipse-feature + + XSD - XML Schema Definition Model Feature + diff --git a/features/org.eclipse.xsd.ecore.converter-feature/pom.xml b/features/org.eclipse.xsd.ecore.converter-feature/pom.xml new file mode 100644 index 0000000..d87c3dd --- /dev/null +++ b/features/org.eclipse.xsd.ecore.converter-feature/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd.features + org.eclipse.xsd.ecore.converter + 2.9.0-SNAPSHOT + eclipse-feature + + XSD Ecore Converter Feature + diff --git a/features/org.eclipse.xsd.edit-feature/pom.xml b/features/org.eclipse.xsd.edit-feature/pom.xml new file mode 100644 index 0000000..5af054e --- /dev/null +++ b/features/org.eclipse.xsd.edit-feature/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd.features + org.eclipse.xsd.edit + 2.9.0-SNAPSHOT + eclipse-feature + + XSD Edit Feature + diff --git a/features/org.eclipse.xsd.editor-feature/pom.xml b/features/org.eclipse.xsd.editor-feature/pom.xml new file mode 100644 index 0000000..fc5fb41 --- /dev/null +++ b/features/org.eclipse.xsd.editor-feature/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd.features + org.eclipse.xsd.editor + 2.9.0-SNAPSHOT + eclipse-feature + + XSD Sample Editor Feature + diff --git a/features/org.eclipse.xsd.example-feature/feature.xml b/features/org.eclipse.xsd.example-feature/feature.xml index 348c5b1..df4394e 100644 --- a/features/org.eclipse.xsd.example-feature/feature.xml +++ b/features/org.eclipse.xsd.example-feature/feature.xml @@ -28,10 +28,6 @@ http://www.eclipse.org/legal/epl-v10.html - - diff --git a/features/org.eclipse.xsd.example-feature/pom.xml b/features/org.eclipse.xsd.example-feature/pom.xml new file mode 100644 index 0000000..701e51b --- /dev/null +++ b/features/org.eclipse.xsd.example-feature/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd.features + org.eclipse.xsd.example + 2.8.0-SNAPSHOT + eclipse-feature + + XSD Example Feature + diff --git a/features/org.eclipse.xsd.mapping-feature/pom.xml b/features/org.eclipse.xsd.mapping-feature/pom.xml new file mode 100644 index 0000000..5854c7b --- /dev/null +++ b/features/org.eclipse.xsd.mapping-feature/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd.features + org.eclipse.xsd.mapping + 2.9.0-SNAPSHOT + eclipse-feature + + XSD Mapping Feature + diff --git a/features/org.eclipse.xsd.mapping.editor-feature/pom.xml b/features/org.eclipse.xsd.mapping.editor-feature/pom.xml new file mode 100644 index 0000000..84c21e2 --- /dev/null +++ b/features/org.eclipse.xsd.mapping.editor-feature/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd.features + org.eclipse.xsd.mapping.editor + 2.9.0-SNAPSHOT + eclipse-feature + + XSD Mapping Editor Feature + diff --git a/features/org.eclipse.xsd.sdk-feature/feature.xml b/features/org.eclipse.xsd.sdk-feature/feature.xml index fb21d8e..ee8a5ee 100644 --- a/features/org.eclipse.xsd.sdk-feature/feature.xml +++ b/features/org.eclipse.xsd.sdk-feature/feature.xml @@ -33,57 +33,29 @@ http://www.eclipse.org/legal/epl-v10.html version="0.0.0"/> - - - - - - - - - - - - - - + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd.features + org.eclipse.xsd.sdk + eclipse-feature + + XSD - XML Schema Definition SDK Feature + diff --git a/plugins/org.eclipse.emf.mapping.xsd2ecore.editor/pom.xml b/plugins/org.eclipse.emf.mapping.xsd2ecore.editor/pom.xml new file mode 100644 index 0000000..b0bda38 --- /dev/null +++ b/plugins/org.eclipse.emf.mapping.xsd2ecore.editor/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.emf.mapping.xsd2ecore.editor + 2.6.0-SNAPSHOT + eclipse-plugin + + XSD to Ecore Mapping Editor + diff --git a/plugins/org.eclipse.emf.mapping.xsd2ecore/pom.xml b/plugins/org.eclipse.emf.mapping.xsd2ecore/pom.xml new file mode 100644 index 0000000..d42875b --- /dev/null +++ b/plugins/org.eclipse.emf.mapping.xsd2ecore/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.emf.mapping.xsd2ecore + 2.6.0-SNAPSHOT + eclipse-plugin + + XSD to Ecore Mapping + diff --git a/plugins/org.eclipse.xsd.ecore.converter/pom.xml b/plugins/org.eclipse.xsd.ecore.converter/pom.xml new file mode 100644 index 0000000..b4f3f4d --- /dev/null +++ b/plugins/org.eclipse.xsd.ecore.converter/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.ecore.converter + 2.6.0-SNAPSHOT + eclipse-plugin + + XSD Ecore Converter + diff --git a/plugins/org.eclipse.xsd.ecore.exporter/pom.xml b/plugins/org.eclipse.xsd.ecore.exporter/pom.xml new file mode 100644 index 0000000..8c7bae4 --- /dev/null +++ b/plugins/org.eclipse.xsd.ecore.exporter/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.ecore.exporter + 2.5.0-SNAPSHOT + eclipse-plugin + + XSD Ecore Exporter + diff --git a/plugins/org.eclipse.xsd.ecore.importer/pom.xml b/plugins/org.eclipse.xsd.ecore.importer/pom.xml new file mode 100644 index 0000000..78a1083 --- /dev/null +++ b/plugins/org.eclipse.xsd.ecore.importer/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.ecore.importer + 2.7.0-SNAPSHOT + eclipse-plugin + + XSD Ecore Importer + diff --git a/plugins/org.eclipse.xsd.edit/pom.xml b/plugins/org.eclipse.xsd.edit/pom.xml new file mode 100644 index 0000000..0aad7d5 --- /dev/null +++ b/plugins/org.eclipse.xsd.edit/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.edit + 2.8.0-SNAPSHOT + eclipse-plugin + + XSD Edit + diff --git a/plugins/org.eclipse.xsd.editor/pom.xml b/plugins/org.eclipse.xsd.editor/pom.xml new file mode 100644 index 0000000..f6a222a --- /dev/null +++ b/plugins/org.eclipse.xsd.editor/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.editor + 2.8.0-SNAPSHOT + eclipse-plugin + + XSD Sample Editor + diff --git a/plugins/org.eclipse.xsd.example.installer/pom.xml b/plugins/org.eclipse.xsd.example.installer/pom.xml new file mode 100644 index 0000000..68a728c --- /dev/null +++ b/plugins/org.eclipse.xsd.example.installer/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.example.installer + 1.2.0-SNAPSHOT + eclipse-plugin + + XSD Example Installer + diff --git a/plugins/org.eclipse.xsd.mapping.editor/pom.xml b/plugins/org.eclipse.xsd.mapping.editor/pom.xml new file mode 100644 index 0000000..501bdac --- /dev/null +++ b/plugins/org.eclipse.xsd.mapping.editor/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.mapping.editor + 2.7.0-SNAPSHOT + eclipse-plugin + + XSD Mapping Editor + diff --git a/plugins/org.eclipse.xsd.mapping/pom.xml b/plugins/org.eclipse.xsd.mapping/pom.xml new file mode 100644 index 0000000..db45dc7 --- /dev/null +++ b/plugins/org.eclipse.xsd.mapping/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.mapping + 2.6.0-SNAPSHOT + eclipse-plugin + + XSD Mapping + diff --git a/plugins/org.eclipse.xsd/pom.xml b/plugins/org.eclipse.xsd/pom.xml new file mode 100644 index 0000000..48e8977 --- /dev/null +++ b/plugins/org.eclipse.xsd/pom.xml @@ -0,0 +1,30 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd + eclipse-plugin + + XSD Model + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7f494f6 --- /dev/null +++ b/pom.xml @@ -0,0 +1,182 @@ + + + + 4.0.0 + + + 3.0.5 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + pom + + XSD Parent + + + + Eclipse Public License v1.0 + + All rights reserved. + + This program and the accompanying materials are made + available under the terms of the Eclipse Public License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.htm + + + + + + 0.23.0 + 0.23.0 + luna + UTF-8 + + + + + eclipse-platform + http://download.eclipse.org/releases/${eclipse-platform-name} + p2 + + + license-feature + http://download.eclipse.org/cbi/updates/license/ + p2 + + + + + plugins/org.eclipse.emf.mapping.xsd2ecore + plugins/org.eclipse.emf.mapping.xsd2ecore.editor + plugins/org.eclipse.xsd + plugins/org.eclipse.xsd.ecore.converter + plugins/org.eclipse.xsd.ecore.exporter + plugins/org.eclipse.xsd.ecore.importer + plugins/org.eclipse.xsd.edit + plugins/org.eclipse.xsd.editor + plugins/org.eclipse.xsd.example.installer + plugins/org.eclipse.xsd.mapping + plugins/org.eclipse.xsd.mapping.editor + doc/org.eclipse.xsd.cheatsheets + doc/org.eclipse.xsd.doc + doc/org.eclipse.xsd.doc-feature + examples/org.eclipse.xsd.example + features/org.eclipse.xsd.ecore.converter-feature + features/org.eclipse.xsd.edit-feature + features/org.eclipse.xsd.editor-feature + features/org.eclipse.xsd.example-feature + features/org.eclipse.xsd-feature + features/org.eclipse.xsd.mapping.editor-feature + features/org.eclipse.xsd.mapping-feature + features/org.eclipse.xsd.sdk-feature + releng/org.eclipse.xsd.repository + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho-version} + + 'v'yyyyMMdd-HHmm + + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + + plugin-source + + plugin-source + + + + + + org.eclipse.tycho.extras + tycho-source-feature-plugin + ${tycho-extras-version} + + false + + + + + + + + + + + source-feature + + source-feature + + + + + + org.eclipse.tycho.extras + tycho-pack200b-plugin + ${tycho-extras-version} + + + pack200-pack + + pack + + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho-version} + + false + + + + attach-p2-metadata + package + + p2-metadata + + + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + true + + + + + diff --git a/releng/org.eclipse.xsd.repository/.project b/releng/org.eclipse.xsd.repository/.project new file mode 100644 index 0000000..593d1c1 --- /dev/null +++ b/releng/org.eclipse.xsd.repository/.project @@ -0,0 +1,11 @@ + + + org.eclipse.xsd.repository + + + + + + + + diff --git a/releng/org.eclipse.xsd.repository/category.xml b/releng/org.eclipse.xsd.repository/category.xml new file mode 100644 index 0000000..a695b30 --- /dev/null +++ b/releng/org.eclipse.xsd.repository/category.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XML Schema Definition runtime + + + + + XML Schema Definition runtime, developer resources and examples + + + diff --git a/releng/org.eclipse.xsd.repository/pom.xml b/releng/org.eclipse.xsd.repository/pom.xml new file mode 100644 index 0000000..86893f6 --- /dev/null +++ b/releng/org.eclipse.xsd.repository/pom.xml @@ -0,0 +1,40 @@ + + + + 4.0.0 + + + org.eclipse.xsd + org.eclipse.xsd-parent + 2.12.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.xsd + org.eclipse.xsd.repository + eclipse-repository + + XSD P2 Repository + + + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho-version} + + + + -- 1.9.3