From 0b72d3e4ec886838314ffeba0fa201e32c0aae3e Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Thu, 11 Aug 2016 13:05:11 +0300 Subject: [PATCH] Added missing parts from SVN org.simantics.root project. --- .gitignore | 2 + .gitreview | 2 + .mvn/extensions.xml | 8 + releng/target/.project => .project | 2 +- bundles/pom.xml | 172 ++++++++++ features/pom.xml | 55 ++++ pom.xml | 59 ++++ .../.gitignore | 1 + .../org.simantics.sdk.build.p2.site/.project | 11 + .../install.bat | 2 + .../org.simantics.sdk.build.p2.site/pom.xml | 299 ++++++++++++++++++ .../.project | 11 + ...imantics.sdk.build.targetdefinition.target | 186 +++++++++++ ...g.simantics.sdk.build.targetdefinition.tpd | 6 + .../pom.xml | 16 + .../org.simantics.sdk.repository/.gitignore | 1 + releng/org.simantics.sdk.repository/.project | 23 ++ .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.m2e.core.prefs | 4 + .../org.simantics.sdk.repository/category.xml | 11 + releng/org.simantics.sdk.repository/pom.xml | 72 +++++ .../.htpasswd | 0 releng/org.simantics.target/.project | 11 + .../rmap/Modelica.rmap | 0 .../rmap/SDK.rmap | 0 .../rmap/Simantics.rmap | 0 .../rmap/Sysdyn.rmap | 0 .../rmap/Tutorials.rmap | 0 .../org.simantics.target/simantics-sdk.target | 20 ++ releng/org.simantics.target/simantics.target | 17 + .../org.simantics.tycho.configuration/pom.xml | 77 +++++ releng/pom.xml | 20 ++ releng/target/simantics-sdk.target | 41 --- releng/target/simantics.target | 40 --- 34 files changed, 1089 insertions(+), 82 deletions(-) create mode 100644 .gitignore create mode 100644 .gitreview create mode 100644 .mvn/extensions.xml rename releng/target/.project => .project (80%) create mode 100644 bundles/pom.xml create mode 100644 features/pom.xml create mode 100644 pom.xml create mode 100644 releng/org.simantics.sdk.build.p2.site/.gitignore create mode 100644 releng/org.simantics.sdk.build.p2.site/.project create mode 100644 releng/org.simantics.sdk.build.p2.site/install.bat create mode 100644 releng/org.simantics.sdk.build.p2.site/pom.xml create mode 100644 releng/org.simantics.sdk.build.targetdefinition/.project create mode 100644 releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target create mode 100644 releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.tpd create mode 100644 releng/org.simantics.sdk.build.targetdefinition/pom.xml create mode 100644 releng/org.simantics.sdk.repository/.gitignore create mode 100644 releng/org.simantics.sdk.repository/.project create mode 100644 releng/org.simantics.sdk.repository/.settings/org.eclipse.core.resources.prefs create mode 100644 releng/org.simantics.sdk.repository/.settings/org.eclipse.m2e.core.prefs create mode 100644 releng/org.simantics.sdk.repository/category.xml create mode 100644 releng/org.simantics.sdk.repository/pom.xml rename releng/{target => org.simantics.target}/.htpasswd (100%) create mode 100644 releng/org.simantics.target/.project rename releng/{target => org.simantics.target}/rmap/Modelica.rmap (100%) rename releng/{target => org.simantics.target}/rmap/SDK.rmap (100%) rename releng/{target => org.simantics.target}/rmap/Simantics.rmap (100%) rename releng/{target => org.simantics.target}/rmap/Sysdyn.rmap (100%) rename releng/{target => org.simantics.target}/rmap/Tutorials.rmap (100%) create mode 100644 releng/org.simantics.target/simantics-sdk.target create mode 100644 releng/org.simantics.target/simantics.target create mode 100644 releng/org.simantics.tycho.configuration/pom.xml create mode 100644 releng/pom.xml delete mode 100644 releng/target/simantics-sdk.target delete mode 100644 releng/target/simantics.target diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..0d0631b56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/**/bin/ +/**/.polyglot.build.properties diff --git a/.gitreview b/.gitreview new file mode 100644 index 000000000..a69e25fbb --- /dev/null +++ b/.gitreview @@ -0,0 +1,2 @@ +[gerrit] +defaultremote = origin \ No newline at end of file diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 000000000..2d97f0e0d --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,8 @@ + + + + org.eclipse.tycho.extras + tycho-pomless + 0.25.0 + + \ No newline at end of file diff --git a/releng/target/.project b/.project similarity index 80% rename from releng/target/.project rename to .project index 6a013f4f6..88a3b90c1 100644 --- a/releng/target/.project +++ b/.project @@ -1,6 +1,6 @@ - simantics-head + org.simantics.root diff --git a/bundles/pom.xml b/bundles/pom.xml new file mode 100644 index 000000000..1dbd1ef20 --- /dev/null +++ b/bundles/pom.xml @@ -0,0 +1,172 @@ + + + 4.0.0 + org.simantics + org.simantics.root.bundles + 1.0.0-SNAPSHOT + pom + + + org.simantics + org.simantics.root + 1.0.0-SNAPSHOT + + + + com.famfamfam.silk + org.simantics + org.simantics.action.ontology + org.simantics.annotation.ontology + org.simantics.annotation.ui + org.simantics.application + org.simantics.basicexpression + org.simantics.browsing.ui + org.simantics.browsing.ui.common + org.simantics.browsing.ui.graph + org.simantics.browsing.ui.graph.impl + org.simantics.browsing.ui.model + org.simantics.browsing.ui.ontology + org.simantics.browsing.ui.platform + org.simantics.browsing.ui.swt + org.simantics.charts + org.simantics.charts.ontology + org.simantics.color.ontology + org.simantics.common + org.simantics.compressions + org.simantics.databoard + org.simantics.datatypes + org.simantics.datatypes.ontology + org.simantics.db + org.simantics.db.common + org.simantics.db.impl + org.simantics.db.indexing + org.simantics.db.layer0 + org.simantics.db.management + org.simantics.db.procore + org.simantics.db.procore.server.environment + org.simantics.db.procore.ui + org.simantics.db.server + org.simantics.db.services + org.simantics.debug.browser + org.simantics.debug.browser.ui + org.simantics.debug.graphical + org.simantics.debug.ui + org.simantics.diagram + org.simantics.diagram.connection + org.simantics.diagram.ontology + org.simantics.diagram.profile + org.simantics.document + org.simantics.document.base.ontology + org.simantics.document.linking.ui + org.simantics.document.ontology + org.simantics.document.server + org.simantics.document.server.io + org.simantics.document.swt.core + org.simantics.document.swt.ontology + org.simantics.document.ui + org.simantics.document.ui.ontology + org.simantics.dublincore.ontology + org.simantics.editors + org.simantics.editors.win32 + org.simantics.equation + org.simantics.event + org.simantics.event.ontology + org.simantics.excel + org.simantics.export.core + org.simantics.export.ui + org.simantics.fastlz + org.simantics.g2d + org.simantics.g2d.ontology + org.simantics.graph + org.simantics.graph.compiler + org.simantics.graph.db + org.simantics.graphfile + org.simantics.graphfile.ontology + org.simantics.graphviz + org.simantics.graphviz.ui + org.simantics.history + org.simantics.image.ontology + org.simantics.image.ui + org.simantics.image2.ontology + org.simantics.issues + org.simantics.issues.common + org.simantics.issues.ontology + org.simantics.issues.ui + org.simantics.issues.ui.ontology + org.simantics.layer0 + org.simantics.layer0.utils + org.simantics.layer0x.ontology + org.simantics.ltk + org.simantics.ltk.antlr + org.simantics.lz4 + org.simantics.mapping + org.simantics.message + org.simantics.message.ui + org.simantics.migration.ui + org.simantics.modeling + org.simantics.modeling.ontology + org.simantics.modeling.template2d.ontology + org.simantics.modeling.template2d.ui + org.simantics.modeling.ui + org.simantics.objmap2 + org.simantics.platform.ui.ontology + org.simantics.project + org.simantics.project.ontology + org.simantics.scenegraph + org.simantics.scenegraph.loader + org.simantics.scenegraph.ontology + org.simantics.scenegraph.profile + org.simantics.scenegraph.swing + org.simantics.scenegraph.ui + org.simantics.scl.commands + org.simantics.scl.compiler + org.simantics.scl.compiler.dummy + org.simantics.scl.db + org.simantics.scl.expressions + org.simantics.scl.osgi + org.simantics.scl.reflection + org.simantics.scl.runtime + org.simantics.scl.ui + org.simantics.scl.ui.editor + org.simantics.selectionview + org.simantics.selectionview.ontology + org.simantics.selectionview.ui.ontology + org.simantics.silk.ontology + org.simantics.simulation + org.simantics.simulation.ontology + org.simantics.simulation.sequences + org.simantics.simulation.ui + org.simantics.simulator.variable + org.simantics.softwareconfiguration.ontology + org.simantics.spreadsheet + org.simantics.spreadsheet.common + org.simantics.spreadsheet.graph + org.simantics.spreadsheet.ontology + org.simantics.spreadsheet.ui + org.simantics.structural.ontology + org.simantics.structural.synchronization + org.simantics.structural.synchronization.client + org.simantics.structural.ui + org.simantics.structural2 + org.simantics.team.ui + org.simantics.trend + org.simantics.ui + org.simantics.user.ontology + org.simantics.utils + org.simantics.utils.datastructures + org.simantics.utils.thread + org.simantics.utils.thread.swt + org.simantics.utils.ui + org.simantics.utils.ui.workbench + org.simantics.viewpoint.ontology + org.simantics.views + org.simantics.views.ontology + org.simantics.views.swt + org.simantics.views.swt.client + org.simantics.wiki.ui + org.simantics.workbench + org.simantics.workbench.ontology + org.simantics.workbench.search + + \ No newline at end of file diff --git a/features/pom.xml b/features/pom.xml new file mode 100644 index 000000000..daafeeca0 --- /dev/null +++ b/features/pom.xml @@ -0,0 +1,55 @@ + + + 4.0.0 + org.simantics + org.simantics.root.features + 1.0.0-SNAPSHOT + pom + + + org.simantics + org.simantics.root + 1.0.0-SNAPSHOT + + + + org.simantics.browsing.ui.feature + org.simantics.charts.feature + org.simantics.data.feature + org.simantics.db.client.feature + org.simantics.db.services.feature + org.simantics.document.base.feature + org.simantics.document.linking.feature + org.simantics.document.swt.feature + org.simantics.event.feature + org.simantics.export.feature + org.simantics.g2d.feature + org.simantics.help.feature + org.simantics.image.feature + org.simantics.issues.feature + org.simantics.issues.ui.feature + org.simantics.layer0.feature + org.simantics.message.feature + org.simantics.migration.feature + org.simantics.modeling.feature + org.simantics.platform.feature + org.simantics.platform.ui.feature + org.simantics.rcp.feature + org.simantics.scl.feature + org.simantics.sdk.feature + org.simantics.selectionview.feature + org.simantics.simulation.feature + org.simantics.spreadsheet.feature + org.simantics.spreadsheet.ui.feature + org.simantics.structural.feature + org.simantics.team.feature + org.simantics.ui.workbench.feature + org.simantics.utils.feature + org.simantics.utils.ui.feature + org.simantics.views.swt.client.feature + org.simantics.views.swt.feature + org.simantics.wiki.ui.feature + org.simantics.workbench.feature + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..eeebff8e9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,59 @@ + + + 4.0.0 + org.simantics + org.simantics.root + 1.0.0-SNAPSHOT + pom + + org.simantics + org.simantics.tycho.configuration + 1.0.0-SNAPSHOT + releng/org.simantics.tycho.configuration + + + + bundles + features + releng + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-clean-plugin + + + [2.5,) + + + clean + + + + + + + + + + + + + + \ No newline at end of file diff --git a/releng/org.simantics.sdk.build.p2.site/.gitignore b/releng/org.simantics.sdk.build.p2.site/.gitignore new file mode 100644 index 000000000..c4130baed --- /dev/null +++ b/releng/org.simantics.sdk.build.p2.site/.gitignore @@ -0,0 +1 @@ +/target/** diff --git a/releng/org.simantics.sdk.build.p2.site/.project b/releng/org.simantics.sdk.build.p2.site/.project new file mode 100644 index 000000000..aa18be3fb --- /dev/null +++ b/releng/org.simantics.sdk.build.p2.site/.project @@ -0,0 +1,11 @@ + + + org.simantics.sdk.build.p2.site + + + + + + + + diff --git a/releng/org.simantics.sdk.build.p2.site/install.bat b/releng/org.simantics.sdk.build.p2.site/install.bat new file mode 100644 index 000000000..a368c9b03 --- /dev/null +++ b/releng/org.simantics.sdk.build.p2.site/install.bat @@ -0,0 +1,2 @@ +call mvn install:install-file -Dfile=external/plugins/org.lobobrowser.cobra_0.98.4.jar -DgroupId=org.lobobrowser -DartifactId=org.lobobrowser.cobra -Dversion=0.98.4 -Dpackaging=jar -DlocalRepositoryPath=repo +call mvn install:install-file -Dfile=external/plugins/org.lobobrowser.cobra.source_0.98.4.jar -DgroupId=org.lobobrowser -DartifactId=org.lobobrowser.cobra.source -Dversion=0.98.4 -Dpackaging=jar -DlocalRepositoryPath=repo diff --git a/releng/org.simantics.sdk.build.p2.site/pom.xml b/releng/org.simantics.sdk.build.p2.site/pom.xml new file mode 100644 index 000000000..2890fb24a --- /dev/null +++ b/releng/org.simantics.sdk.build.p2.site/pom.xml @@ -0,0 +1,299 @@ + + + 4.0.0 + + org.simantics + org.simantics.sdk.build.p2.site + pom + 1.24.0 + + + 4.9.0 + org.apache.lucene4 + + + + + + + + + + + org.eclipse.tycho.extras + tycho-p2-extras-plugin + 0.25.0 + + + org.reficio + p2-maven-plugin + 1.2.0-SNAPSHOT + + + default-cli + + + + + + org.antlr:antlr-runtime:3.5.2 + true + + + org.apache.poi:poi:3.14 + true + + + org.apache.poi:poi-ooxml:3.14 + true + + + org.apache.lucene:lucene-core:${lucene.version} + true + + ${lucene.prefix}.core + + + + org.apache.lucene:lucene-queries:${lucene.version} + true + + ${lucene.prefix}.queries + + + + org.apache.lucene:lucene-sandbox:${lucene.version} + true + + ${lucene.prefix}.sandbox + + + + org.apache.lucene:lucene-queryparser:${lucene.version} + true + + ${lucene.prefix}.queryparser + + + + org.apache.lucene:lucene-analyzers-common:${lucene.version} + true + + ${lucene.prefix}.analyzers-common + + + + org.jdom:jdom2:2.0.6 + true + + org.jdom2 + + + + org.jfree:jfreechart:1.0.19 + true + + org.jfree.jchart + + + + + net.sf.supercsv:super-csv:2.4.0 + true + true + + org.supercsv + + + + org.ini4j:ini4j:0.5.4 + true + + + commons-collections:commons-collections:3.2.2 + true + + + org.apache.commons:commons-compress:1.12 + true + + + commons-lang:commons-lang:2.6 + true + + + commons-io:commons-io:1.4 + true + + + org.apache.pdfbox:pdfbox:2.0.2 + true + + + org.apache.pdfbox:fontbox:2.0.2 + true + + + log4j:log4j:1.2.17 + true + true + + org.apache.log4j + + + + net.sf.ucanaccess:ucanaccess:3.0.6 + true + + net.ucanaccess + + + + it.unimi.dsi:fastutil:7.0.12 + true + + + org.eclipse.collections:eclipse-collections-api:7.1.0 + true + + + org.eclipse.collections:eclipse-collections:7.1.0 + true + + + net.sf.trove4j:trove4j:2.1.0 + true + + GNU Trove 2 + gnu.trove2 + + + + net.sf.trove4j:trove4j:3.0.3 + true + + GNU Trove 3 + gnu.trove3 + + + + org.freemarker:freemarker:2.3.23 + true + true + + freemarker + + + + com.lowagie:itext:2.1.7 + true + + com.lowagie.text + + + + javax.vecmath:vecmath:1.5.2 + false + true + + javax.vecmath + + + + org.mozilla:rhino:1.7.7.1 + true + + + + + + + + + org.mortbay.jetty + jetty-maven-plugin + 8.1.5.v20120716 + + 10 + ${basedir}/target/repository/ + + /site + + + + + + + + + + reficio + http://repo.reficio.org/maven/ + + + + \ No newline at end of file diff --git a/releng/org.simantics.sdk.build.targetdefinition/.project b/releng/org.simantics.sdk.build.targetdefinition/.project new file mode 100644 index 000000000..345ce6e3d --- /dev/null +++ b/releng/org.simantics.sdk.build.targetdefinition/.project @@ -0,0 +1,11 @@ + + + org.simantics.sdk.build.targetdefinition + + + + + + + + diff --git a/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target b/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target new file mode 100644 index 000000000..3f8417100 --- /dev/null +++ b/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.tpd b/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.tpd new file mode 100644 index 000000000..3584e9c1d --- /dev/null +++ b/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.tpd @@ -0,0 +1,6 @@ +target "Eclipse Mars.2" + +with source allEnvironments + +// TODO + diff --git a/releng/org.simantics.sdk.build.targetdefinition/pom.xml b/releng/org.simantics.sdk.build.targetdefinition/pom.xml new file mode 100644 index 000000000..3acbbb967 --- /dev/null +++ b/releng/org.simantics.sdk.build.targetdefinition/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + + org.simantics + org.simantics.sdk.build.targetdefinition + 1.0.0-SNAPSHOT + eclipse-target-definition + + + org.simantics + org.simantics.root.releng + 1.0.0-SNAPSHOT + + \ No newline at end of file diff --git a/releng/org.simantics.sdk.repository/.gitignore b/releng/org.simantics.sdk.repository/.gitignore new file mode 100644 index 000000000..c4130baed --- /dev/null +++ b/releng/org.simantics.sdk.repository/.gitignore @@ -0,0 +1 @@ +/target/** diff --git a/releng/org.simantics.sdk.repository/.project b/releng/org.simantics.sdk.repository/.project new file mode 100644 index 000000000..a023f83c7 --- /dev/null +++ b/releng/org.simantics.sdk.repository/.project @@ -0,0 +1,23 @@ + + + org.simantics.sdk.repository + + + + + + org.eclipse.pde.UpdateSiteBuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.pde.UpdateSiteNature + + diff --git a/releng/org.simantics.sdk.repository/.settings/org.eclipse.core.resources.prefs b/releng/org.simantics.sdk.repository/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 000000000..4824b8026 --- /dev/null +++ b/releng/org.simantics.sdk.repository/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/releng/org.simantics.sdk.repository/.settings/org.eclipse.m2e.core.prefs b/releng/org.simantics.sdk.repository/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 000000000..14b697b7b --- /dev/null +++ b/releng/org.simantics.sdk.repository/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/releng/org.simantics.sdk.repository/category.xml b/releng/org.simantics.sdk.repository/category.xml new file mode 100644 index 000000000..647e31cb5 --- /dev/null +++ b/releng/org.simantics.sdk.repository/category.xml @@ -0,0 +1,11 @@ + + + + + + + + This is the P2 repository for Simantics SDK + + + diff --git a/releng/org.simantics.sdk.repository/pom.xml b/releng/org.simantics.sdk.repository/pom.xml new file mode 100644 index 000000000..c25ad3ee7 --- /dev/null +++ b/releng/org.simantics.sdk.repository/pom.xml @@ -0,0 +1,72 @@ + + 4.0.0 + org.simantics.sdk.repository + 1.24.0-SNAPSHOT + eclipse-repository + + + org.simantics + org.simantics.root.releng + 1.0.0-SNAPSHOT + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-clean-plugin + + + [2.5,) + + + clean + + + + + + + + + + org.eclipse.tycho + + + tycho-packaging-plugin + + + [0.25.0,) + + + + build-qualifier-aggregator + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/releng/target/.htpasswd b/releng/org.simantics.target/.htpasswd similarity index 100% rename from releng/target/.htpasswd rename to releng/org.simantics.target/.htpasswd diff --git a/releng/org.simantics.target/.project b/releng/org.simantics.target/.project new file mode 100644 index 000000000..9a8cec5ad --- /dev/null +++ b/releng/org.simantics.target/.project @@ -0,0 +1,11 @@ + + + org.simantics.target + + + + + + + + diff --git a/releng/target/rmap/Modelica.rmap b/releng/org.simantics.target/rmap/Modelica.rmap similarity index 100% rename from releng/target/rmap/Modelica.rmap rename to releng/org.simantics.target/rmap/Modelica.rmap diff --git a/releng/target/rmap/SDK.rmap b/releng/org.simantics.target/rmap/SDK.rmap similarity index 100% rename from releng/target/rmap/SDK.rmap rename to releng/org.simantics.target/rmap/SDK.rmap diff --git a/releng/target/rmap/Simantics.rmap b/releng/org.simantics.target/rmap/Simantics.rmap similarity index 100% rename from releng/target/rmap/Simantics.rmap rename to releng/org.simantics.target/rmap/Simantics.rmap diff --git a/releng/target/rmap/Sysdyn.rmap b/releng/org.simantics.target/rmap/Sysdyn.rmap similarity index 100% rename from releng/target/rmap/Sysdyn.rmap rename to releng/org.simantics.target/rmap/Sysdyn.rmap diff --git a/releng/target/rmap/Tutorials.rmap b/releng/org.simantics.target/rmap/Tutorials.rmap similarity index 100% rename from releng/target/rmap/Tutorials.rmap rename to releng/org.simantics.target/rmap/Tutorials.rmap diff --git a/releng/org.simantics.target/simantics-sdk.target b/releng/org.simantics.target/simantics-sdk.target new file mode 100644 index 000000000..ce7cb626b --- /dev/null +++ b/releng/org.simantics.target/simantics-sdk.target @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/releng/org.simantics.target/simantics.target b/releng/org.simantics.target/simantics.target new file mode 100644 index 000000000..324e1ea3f --- /dev/null +++ b/releng/org.simantics.target/simantics.target @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/releng/org.simantics.tycho.configuration/pom.xml b/releng/org.simantics.tycho.configuration/pom.xml new file mode 100644 index 000000000..53b07f5e9 --- /dev/null +++ b/releng/org.simantics.tycho.configuration/pom.xml @@ -0,0 +1,77 @@ + + + 4.0.0 + org.simantics + org.simantics.tycho.configuration + 1.0.0-SNAPSHOT + pom + + + 0.25.0 + UTF-8 + http://download.eclipse.org/releases/mars + + + + + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho.version} + true + + + org.eclipse.tycho + target-platform-configuration + ${tycho.version} + + + + org.simantics + org.simantics.sdk.build.targetdefinition + 1.0.0-SNAPSHOT + + + + + linux + gtk + x86 + + + linux + gtk + x86_64 + + + win32 + win32 + x86 + + + win32 + win32 + x86_64 + + + macosx + cocoa + x86_64 + + + + + + + \ No newline at end of file diff --git a/releng/pom.xml b/releng/pom.xml new file mode 100644 index 000000000..481867bba --- /dev/null +++ b/releng/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + org.simantics + org.simantics.root.releng + 1.0.0-SNAPSHOT + pom + + + org.simantics + org.simantics.root + 1.0.0-SNAPSHOT + + + + org.simantics.sdk.build.targetdefinition + org.simantics.sdk.repository + + \ No newline at end of file diff --git a/releng/target/simantics-sdk.target b/releng/target/simantics-sdk.target deleted file mode 100644 index b2e1d15ad..000000000 --- a/releng/target/simantics-sdk.target +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/target/simantics.target b/releng/target/simantics.target deleted file mode 100644 index 3ccd26444..000000000 --- a/releng/target/simantics.target +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.43.2