<module>org.simantics.document.ui.ontology</module>
<module>org.simantics.dublincore.ontology</module>
<module>org.simantics.editors</module>
- <module>org.simantics.editors.win32</module>
<module>org.simantics.equation</module>
<module>org.simantics.event</module>
<module>org.simantics.event.ontology</module>
<module>org.simantics.workbench.search</module>
<module>winterwell.markdown</module>
</modules>
+
+ <profiles>
+ <profile>
+ <id>win32</id>
+ <modules>
+ <module>org.simantics.editors.win32</module>
+ </modules>
+ </profile>
+ </profiles>
+
</project>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.simantics.editors.win32.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
--- /dev/null
+###############################################################################
+# Copyright (c) 2017 Association for Decentralized Information Management
+# in Industry THTH ry.
+# 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.html
+#
+# Contributors:
+# VTT Technical Research Centre of Finland - initial API and implementation
+###############################################################################
+bin.includes = feature.xml
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2017 Association for Decentralized Information Management
+ in Industry THTH ry.
+ 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.html
+
+ Contributors:
+ VTT Technical Research Centre of Finland - initial API and implementation
+ -->
+<feature
+ id="org.simantics.editors.win32.feature"
+ label="OLE Editor Support"
+ version="1.31.0.qualifier"
+ provider-name="VTT Technical Research Centre of Finland">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.simantics.editors.win32"
+ os="win32"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.simantics.editors.win32"
- os="win32"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
<plugin
id="org.eclipse.ui.editors"
download-size="0"
<module>org.simantics.wiki.ui.feature</module>
<module>org.simantics.workbench.feature</module>
</modules>
+
+ <profiles>
+ <profile>
+ <id>win32</id>
+ <modules>
+ <module>org.simantics.editors.win32.feature</module>
+ </modules>
+ </profile>
+ </profiles>
+
</project>
</artifact>
</target>
<environments>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86</arch>
- </environment>
<environment>
<os>linux</os>
<ws>gtk</ws>