]> gerrit.simantics Code Review - simantics/python.git/blobdiff - org.simantics.pythonlink.win32.x86_64/pom.xml
Mavenized Simantics Python bindings projects.
[simantics/python.git] / org.simantics.pythonlink.win32.x86_64 / pom.xml
diff --git a/org.simantics.pythonlink.win32.x86_64/pom.xml b/org.simantics.pythonlink.win32.x86_64/pom.xml
new file mode 100644 (file)
index 0000000..104d57a
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+       xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+       <modelVersion>4.0.0</modelVersion>
+
+       <parent>
+               <groupId>org.simantics.python</groupId>
+               <artifactId>org.simantics.pythonlink.parent</artifactId>
+               <version>1.0.0-SNAPSHOT</version>
+               <relativePath>../org.simantics.pythonlink.parent</relativePath>
+       </parent>
+
+       <artifactId>org.simantics.pythonlink.win32.x86_64</artifactId>
+       <packaging>eclipse-plugin</packaging>
+       <version>1.0.0-SNAPSHOT</version>
+
+        <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>