]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/pom.xml
Merge "Some SCL functions to control graphical debugger"
[simantics/platform.git] / tests / pom.xml
index 20d4c48325288e32d4ebad130fca86b904148d2a..c5093e8530a36bd0e752901d8bb3787e908cac7a 100644 (file)
@@ -1,33 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<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</groupId>\r
-    <artifactId>org.simantics.root.tests</artifactId>\r
-    <version>1.0.0-SNAPSHOT</version>\r
-    <packaging>pom</packaging>\r
-\r
-    <parent>\r
-        <groupId>org.simantics</groupId>\r
-        <artifactId>org.simantics.root</artifactId>\r
-        <version>1.0.0-SNAPSHOT</version>\r
-    </parent>\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
-        </plugins>\r
-    </build>\r
-\r
-    <modules>\r
-        <module>org.simantics.scl.compiler.tests</module>\r
-        <module>org.simantics.scl.osgi.tests</module>\r
-    </modules>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+    <groupId>org.simantics</groupId>
+    <artifactId>org.simantics.root.tests</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <parent>
+        <groupId>org.simantics</groupId>
+        <artifactId>org.simantics.root</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.eclipse.tycho</groupId>
+                <artifactId>tycho-compiler-plugin</artifactId>
+                <version>${tycho.version}</version>
+                <configuration>
+                    <compilerArgument>-err:-forbidden</compilerArgument>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <modules>
+        <module>org.simantics.scl.compiler.tests</module>
+        <module>org.simantics.scl.osgi.tests</module>
+    </modules>
+</project>