]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.msvc.runtime.x86_64/pom.xml
Added missing plug-ins from old SVN repository trunk
[simantics/platform.git] / bundles / org.simantics.msvc.runtime.x86_64 / pom.xml
diff --git a/bundles/org.simantics.msvc.runtime.x86_64/pom.xml b/bundles/org.simantics.msvc.runtime.x86_64/pom.xml
new file mode 100644 (file)
index 0000000..ca89cf8
--- /dev/null
@@ -0,0 +1,32 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <artifactId>org.simantics.msvc.runtime.x86_64</artifactId>
+       <packaging>eclipse-plugin</packaging>
+       <version>10.0.40219-SNAPSHOT</version>
+
+       <parent>
+               <groupId>org.simantics</groupId>
+               <artifactId>org.simantics.root.bundles</artifactId>
+               <version>1.0.0-SNAPSHOT</version>
+               <relativePath>..</relativePath>
+       </parent>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>target-platform-configuration</artifactId>
+                               <configuration>
+                                       <environments>
+                                               <environment>
+                                                       <os>win32</os>
+                                                       <arch>x86_64</arch>
+                                               </environment>
+                                       </environments>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+
+</project>
\ No newline at end of file