|
@@ -285,6 +285,38 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</profile>
|
|
|
+ <profile>
|
|
|
+ <id>Photon.target</id>
|
|
|
+ <activation>
|
|
|
+ <activeByDefault>false</activeByDefault>
|
|
|
+ </activation>
|
|
|
+ <properties>
|
|
|
+ <xtext-version>2.14.0</xtext-version>
|
|
|
+ <ecore-xtext-version>1.2.0</ecore-xtext-version>
|
|
|
+ <ecore-xcore-version>1.3.1</ecore-xcore-version>
|
|
|
+ <ecore-xcore-lib-version>1.1.100</ecore-xcore-lib-version>
|
|
|
+ </properties>
|
|
|
+ <build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.eclipse.tycho</groupId>
|
|
|
+ <artifactId>target-platform-configuration</artifactId>
|
|
|
+ <version>${tycho-version}</version>
|
|
|
+ <configuration>
|
|
|
+ <includePackedArtifacts>true</includePackedArtifacts>
|
|
|
+ <target>
|
|
|
+ <artifact>
|
|
|
+ <groupId>org.yakindu.base</groupId>
|
|
|
+ <artifactId>org.yakindu.base.target</artifactId>
|
|
|
+ <version>3.4.0-SNAPSHOT</version>
|
|
|
+ <classifier>Photon</classifier>
|
|
|
+ </artifact>
|
|
|
+ </target>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
+ </profile>
|
|
|
<profile>
|
|
|
<id>enableSigning</id>
|
|
|
<activation>
|