From 2bef9a7c3f73fbcabfc22d9a476887f26fc37dfe Mon Sep 17 00:00:00 2001 From: Philip Makedonski Date: Fri, 14 Apr 2023 13:22:02 +0200 Subject: [PATCH] + added parent project --- org.etsi.mts.tdl.parent/.project | 17 ++ .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.m2e.core.prefs | 4 + org.etsi.mts.tdl.parent/pom.xml | 266 ++++++++++++++++++ 4 files changed, 289 insertions(+) create mode 100644 org.etsi.mts.tdl.parent/.project create mode 100644 org.etsi.mts.tdl.parent/.settings/org.eclipse.core.resources.prefs create mode 100644 org.etsi.mts.tdl.parent/.settings/org.eclipse.m2e.core.prefs create mode 100644 org.etsi.mts.tdl.parent/pom.xml diff --git a/org.etsi.mts.tdl.parent/.project b/org.etsi.mts.tdl.parent/.project new file mode 100644 index 00000000..a65215cf --- /dev/null +++ b/org.etsi.mts.tdl.parent/.project @@ -0,0 +1,17 @@ + + + org.etsi.mts.tdl.parent + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + + diff --git a/org.etsi.mts.tdl.parent/.settings/org.eclipse.core.resources.prefs b/org.etsi.mts.tdl.parent/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..99f26c02 --- /dev/null +++ b/org.etsi.mts.tdl.parent/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/org.etsi.mts.tdl.parent/.settings/org.eclipse.m2e.core.prefs b/org.etsi.mts.tdl.parent/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 00000000..f897a7f1 --- /dev/null +++ b/org.etsi.mts.tdl.parent/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/org.etsi.mts.tdl.parent/pom.xml b/org.etsi.mts.tdl.parent/pom.xml new file mode 100644 index 00000000..4a45e93e --- /dev/null +++ b/org.etsi.mts.tdl.parent/pom.xml @@ -0,0 +1,266 @@ + + + 4.0.0 + + org.etsi.mts.tdl + org.etsi.mts.tdl.parent + 1.0.0-SNAPSHOT + pom + + + + ../plugins/org.etsi.mts.tdl.model + ../plugins/org.etsi.mts.tdl.common + ../plugins/org.etsi.mts.tdl.helper + + ../plugins/org.etsi.mts.tdl.TDLan2 + ../plugins/org.etsi.mts.tdl.TDLan2.ide + ../plugins/org.etsi.mts.tdl.TDLan2.ui + ../plugins/org.etsi.mts.tdl.TPLan2 + ../plugins/org.etsi.mts.tdl.TPLan2.ide + ../plugins/org.etsi.mts.tdl.TPLan2.ui + + ../plugins/org.etsi.mts.tdl.tx + ../plugins/org.etsi.mts.tdl.tx.ide + ../plugins/org.etsi.mts.tdl.tx.ui + ../plugins/org.etsi.mts.tdl.txi + ../plugins/org.etsi.mts.tdl.txi.ide + ../plugins/org.etsi.mts.tdl.txi.ui + + ../plugins/org.etsi.mts.tdl.tools.to.docx.poi + ../plugins/org.etsi.mts.tdl.tools.to.docx.poi.ui + ../plugins/org.etsi.mts.tdl.openapi.generator.wrapper + ../plugins/org.etsi.mts.tdl.openapi.generator.ui + ../plugins/org.etsi.mts.tdl.openapi2tdl.next + ../plugins/org.etsi.mts.tdl.json2tdl + ../plugins/org.etsi.mts.tdl.to2tdl + ../plugins/org.etsi.mts.tdl.asn2tdl + ../plugins/org.etsi.mts.tdl.importers.ui + + ../plugins/org.etsi.mts.tdl.tools.to.docx + ../plugins/org.etsi.mts.tdl.tools.to.docx.ui + + ../plugins/org.etsi.mts.tdl.rt.ui + ../plugins/org.etsi.mts.tdl.perspective + ../plugins/org.etsi.mts.tdl.wizards + + ../plugins/org.etsi.mts.tdl.constraints + ../plugins/org.etsi.mts.tdl.constraints.ui + ../plugins/org.etsi.mts.tdl.constraints.helper + + ../features/org.etsi.mts.tdl.model.feature + ../features/org.etsi.mts.tdl.tx.feature + ../features/org.etsi.mts.tdl.txi.feature + ../plugins/org.etsi.mts.tdl.TDLan2.feature + ../plugins/org.etsi.mts.tdl.TPLan2.feature + ../features/org.etsi.mts.tdl.constraints.feature + ../features/org.etsi.mts.tdl.converters.feature + ../features/org.etsi.mts.tdl.util.feature + ../features/org.etsi.mts.tdl.tools.to.docx.feature + + ../updatesite/org.etsi.mts.tdl.updatesite + + + + 11 + 11 + 2.7.5 + UTF-8 + 2.30.0 + true + 3.9.0 + + + + + + + + + + + + + + org.eclipse.xtend + xtend-maven-plugin + ${xtext.version} + + + + compile + xtend-install-debug-info + testCompile + xtend-test-install-debug-info + + + + + xtend-gen + + + + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho-version} + + false + true + + + + + org.apache.maven.plugins + maven-clean-plugin + 2.5 + + + gen-clean + + clean + + + + + ${basedir}/xtend-gen + + + + + + + + + + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + + + ../../top.target + + + + + macosx + cocoa + x86_64 + + + win32 + win32 + x86_64 + + + linux + gtk + x86_64 + + + + + + + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + + ossrh-snapshots + ossrh-snapshots + + false + + + false + + http://oss.sonatype.org/content/repositories/snapshots + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + false + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + ossrh-snapshots + ossrh-snapshots + + false + + + false + + http://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + false + + + + -- GitLab