]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.msvc.runtime.x86/pom.xml
Fixing platform to build on the Eclipse 4.14 target
[simantics/platform.git] / bundles / org.simantics.msvc.runtime.x86 / pom.xml
diff --git a/bundles/org.simantics.msvc.runtime.x86/pom.xml b/bundles/org.simantics.msvc.runtime.x86/pom.xml
deleted file mode 100644 (file)
index 256c95c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<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</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</arch>
-                                               </environment>
-                                       </environments>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-
-</project>
\ No newline at end of file