]> gerrit.simantics Code Review - simantics/fmil.git/commitdiff
Share project "org.simantics.fmil.parent" into "https://www.simantics.org/svn/simantics"
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Fri, 1 Apr 2016 07:17:35 +0000 (07:17 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Fri, 1 Apr 2016 07:17:35 +0000 (07:17 +0000)
refs #6283

git-svn-id: https://www.simantics.org/svn/simantics/fmi/trunk@32633 ac1ea38d-2e2b-0410-8846-a27921b304fc

org.simantics.fmil.parent/.project [new file with mode: 0644]
org.simantics.fmil.parent/.settings/org.eclipse.m2e.core.prefs [new file with mode: 0644]
org.simantics.fmil.parent/pom.xml [new file with mode: 0644]

diff --git a/org.simantics.fmil.parent/.project b/org.simantics.fmil.parent/.project
new file mode 100644 (file)
index 0000000..4a0352a
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>org.simantics.fmil.parent</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.m2e.core.maven2Builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.m2e.core.maven2Nature</nature>\r
+       </natures>\r
+</projectDescription>\r
diff --git a/org.simantics.fmil.parent/.settings/org.eclipse.m2e.core.prefs b/org.simantics.fmil.parent/.settings/org.eclipse.m2e.core.prefs
new file mode 100644 (file)
index 0000000..14b697b
--- /dev/null
@@ -0,0 +1,4 @@
+activeProfiles=\r
+eclipse.preferences.version=1\r
+resolveWorkspaceProjects=true\r
+version=1\r
diff --git a/org.simantics.fmil.parent/pom.xml b/org.simantics.fmil.parent/pom.xml
new file mode 100644 (file)
index 0000000..cfafe47
--- /dev/null
@@ -0,0 +1,73 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+       <modelVersion>4.0.0</modelVersion>\r
+       <groupId>org.simantics.fmi</groupId>\r
+       <artifactId>org.simantics.fmil.parent</artifactId>\r
+       <version>0.0.1-SNAPSHOT</version>\r
+       <packaging>pom</packaging>\r
+\r
+       <properties>\r
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
+               <tycho-version>0.24.0</tycho-version>\r
+       </properties>\r
+\r
+       <repositories>\r
+               <repository>\r
+                       <id>simantics-sdk</id>\r
+                       <layout>p2</layout>\r
+                       <url>http://www.simantics.org/download/head/sdk</url>\r
+               </repository>\r
+       </repositories>\r
+\r
+       <build>\r
+               <plugins>\r
+                       <plugin>\r
+                               <groupId>org.eclipse.tycho</groupId>\r
+                               <artifactId>tycho-compiler-plugin</artifactId>\r
+                               <version>${tycho-version}</version>\r
+                               <configuration>\r
+                                       <compilerArgument>-err:-forbidden</compilerArgument>\r
+                               </configuration>\r
+                       </plugin>\r
+                       <plugin>\r
+                               <groupId>org.eclipse.tycho</groupId>\r
+                               <artifactId>tycho-maven-plugin</artifactId>\r
+                               <version>${tycho-version}</version>\r
+                               <extensions>true</extensions>\r
+                       </plugin>\r
+                       <plugin>\r
+                               <groupId>org.eclipse.tycho</groupId>\r
+                               <artifactId>tycho-versions-plugin</artifactId>\r
+                               <version>${tycho-version}</version>\r
+                       </plugin>\r
+                       <plugin>\r
+                               <groupId>org.eclipse.tycho</groupId>\r
+                               <artifactId>target-platform-configuration</artifactId>\r
+                               <version>${tycho-version}</version>\r
+                               <configuration>\r
+                                       <ignoreTychoRepositories>true</ignoreTychoRepositories>\r
+                                       <resolver>p2</resolver>\r
+                                       <environments>\r
+                                               <environment>\r
+                                                       <os>win32</os>\r
+                                                       <ws>win32</ws>\r
+                                                       <arch>x86</arch>\r
+                                               </environment>\r
+                                               <environment>\r
+                                                       <os>win32</os>\r
+                                                       <ws>win32</ws>\r
+                                                       <arch>x86_64</arch>\r
+                                               </environment>\r
+                                       </environments>\r
+                               </configuration>\r
+                       </plugin>\r
+               </plugins>\r
+       </build>\r
+\r
+       <modules>\r
+               <module>../org.simantics.fmil.core</module>\r
+               <module>../org.simantics.fmil.feature</module>\r
+               <module>../org.simantics.fmil.win32</module>\r
+               <module>../org.simantics.fmil.win64</module>\r
+       </modules>\r
+</project>
\ No newline at end of file