From be4f78978faba3d3ceb88df02a7f93a2e09ff1e0 Mon Sep 17 00:00:00 2001 From: Kenji Hosokawa Date: Tue, 3 Aug 2021 18:42:39 +0900 Subject: Initial commit Bug-AGL: SPEC-4033 Signed-off-by: Kenji Hosokawa --- rba.tool.editor.endpoint/pom.xml | 324 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 324 insertions(+) create mode 100644 rba.tool.editor.endpoint/pom.xml (limited to 'rba.tool.editor.endpoint/pom.xml') diff --git a/rba.tool.editor.endpoint/pom.xml b/rba.tool.editor.endpoint/pom.xml new file mode 100644 index 0000000..14bbcac --- /dev/null +++ b/rba.tool.editor.endpoint/pom.xml @@ -0,0 +1,324 @@ + + 4.0.0 + rba.tool.editor + 1.0.0 + rba.tool.editor.endpoint + war + + + 1.0.0 + 2.13.0 + UTF-8 + 1.8 + 1.8 + + + + src + + + src + + **/*.java + **/*.xtend + + + + + + org.eclipse.xtend + xtend-maven-plugin + + + maven-war-plugin + 2.6 + + WebRoot + false + + + + org.eclipse.jetty + jetty-maven-plugin + 9.2.13.v20150730 + + WebRoot + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 + + + add-source + initialize + + add-source + add-resource + + + + src-gen + + + + src-gen + + **/*.java + + + + + + + + + + + + org.eclipse.xtend + xtend-maven-plugin + ${xtextVersion} + + + org.eclipse.platform + org.eclipse.equinox.common + 3.10.0 + + + + + + compile + xtend-install-debug-info + testCompile + xtend-test-install-debug-info + + + + + ${basedir}/xtend-gen + ${basedir}/xtend-gen + + + + org.apache.maven.plugins + maven-clean-plugin + 2.5 + + + + ${basedir}/xtend-gen + + **/* + + ${basedir}/xtend-gen + + **/* + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-resources-plugin + + + [2.4.3,) + + + resources + testResources + + + + + + + + + + org.codehaus.mojo + + + build-helper-maven-plugin + + + [1.9.1,) + + + add-resource + add-source + add-test-resource + add-test-source + + + + + + + + + + org.eclipse.tycho + + + tycho-compiler-plugin + + + [0.23.1,) + + + compile + + + + + + + + + + org.eclipse.tycho + + + tycho-packaging-plugin + + + [0.23.1,) + + + build-qualifier + build-qualifier-aggregator + validate-id + validate-version + + + + + + + + + + + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho-version} + + -err:-forbidden + false + + + + + + + + + eclipse oxygen + http://download.eclipse.org/releases/oxygen/201709271000/ + + + eclipse modeling + http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/ + + + eclipse xtext + http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/ + + + 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 + + + + + + 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 + + + + + + org.eclipse.xtext + org.eclipse.xtext.xbase.web + ${xtextVersion} + + + org.eclipse.xtext + org.eclipse.xtext.web.servlet + ${xtextVersion} + + + org.eclipse.xtend + org.eclipse.xtend.lib + ${xtextVersion} + + + org.webjars + requirejs + 2.3.2 + + + org.webjars + jquery + 2.2.4 + + + org.webjars + ace + 1.2.3 + + + org.eclipse.jetty + jetty-annotations + 9.3.8.v20160314 + provided + + + org.eclipse.jetty + jetty-client + 9.3.8.v20160314 + provided + + + org.slf4j + slf4j-simple + 1.7.25 + provided + + + -- cgit 1.2.3-korg