Skip to content
Snippets Groups Projects
Commit 5aacefb6 authored by dgelessus's avatar dgelessus
Browse files

Fix inconsistent indents and formatting in build scripts

parent 630f96be
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.eventb.texteditor</groupId> <groupId>org.eventb.texteditor</groupId>
<artifactId>org.eventb.texteditor.parent</artifactId> <artifactId>org.eventb.texteditor.parent</artifactId>
<version>3.4.1.qualifier</version> <version>3.4.1.qualifier</version>
<relativePath>../org.eventb.texteditor.parent/pom.xml</relativePath> <relativePath>../org.eventb.texteditor.parent/pom.xml</relativePath>
</parent> </parent>
<groupId>org.eventb.texteditor</groupId> <groupId>org.eventb.texteditor</groupId>
<artifactId>org.eventb.texteditor.feature</artifactId> <artifactId>org.eventb.texteditor.feature</artifactId>
<version>3.4.1-SNAPSHOT</version> <version>3.4.1-SNAPSHOT</version>
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
<layout>p2</layout> <layout>p2</layout>
<url>https://stups.hhu-hosting.de/buildlibs/org.rodinp.dev</url> <url>https://stups.hhu-hosting.de/buildlibs/org.rodinp.dev</url>
</repository> </repository>
</repositories> </repositories>
<build> <build>
......
...@@ -12,8 +12,6 @@ dependencies { ...@@ -12,8 +12,6 @@ dependencies {
compile 'com.google.guava:guava:14.0.1'// Apache Licence 2.0 compile 'com.google.guava:guava:14.0.1'// Apache Licence 2.0
} }
task collectDependencies(type: Copy) { task collectDependencies(type: Copy) {
from configurations.compile from configurations.compile
from configurations.runtime from configurations.runtime
......
...@@ -38,5 +38,4 @@ ...@@ -38,5 +38,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<site> <site>
<feature url="features/org.eventb.texteditor.feature_3.4.1.qualifier.jar" id="org.eventb.texteditor.feature" version="3.4.1.qualifier"> <feature url="features/org.eventb.texteditor.feature_3.4.1.qualifier.jar" id="org.eventb.texteditor.feature" version="3.4.1.qualifier">
<category name="org.eventb.texteditor.feature.category"/> <category name="org.eventb.texteditor.feature.category"/>
</feature> </feature>
...@@ -11,5 +9,4 @@ ...@@ -11,5 +9,4 @@
null null
</description> </description>
</category-def> </category-def>
</site> </site>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.eventb.texteditor</groupId> <groupId>org.eventb.texteditor</groupId>
...@@ -10,12 +8,8 @@ ...@@ -10,12 +8,8 @@
<relativePath>../org.eventb.texteditor.parent/pom.xml</relativePath> <relativePath>../org.eventb.texteditor.parent/pom.xml</relativePath>
</parent> </parent>
<groupId>org.eventb.texteditor</groupId> <groupId>org.eventb.texteditor</groupId>
<artifactId>org.eventb.texteditor.repository</artifactId> <artifactId>org.eventb.texteditor.repository</artifactId>
<version>3.4.1.qualifier</version> <version>3.4.1.qualifier</version>
<packaging>eclipse-repository</packaging> <packaging>eclipse-repository</packaging>
</project> </project>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
...@@ -14,5 +13,4 @@ ...@@ -14,5 +13,4 @@
<artifactId>org.eventb.texteditor.ui</artifactId> <artifactId>org.eventb.texteditor.ui</artifactId>
<version>3.4.1-SNAPSHOT</version> <version>3.4.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
...@@ -14,5 +13,4 @@ ...@@ -14,5 +13,4 @@
<artifactId>org.eventb.texttools</artifactId> <artifactId>org.eventb.texttools</artifactId>
<version>3.4.1-SNAPSHOT</version> <version>3.4.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment