Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-05-09 15:26:46 +0000
committerMatthias Sohn2011-05-09 15:26:46 +0000
commitdce76310f81ca8f097a0260957a0fa7177775945 (patch)
tree36d907e896d8d1877c2d12b2246bba88fa461215 /org.eclipse.mylyn.github.doc/pom.xml
parentac188dc96601e23790e43b66578f46a56c755716 (diff)
downloadegit-github-dce76310f81ca8f097a0260957a0fa7177775945.tar.gz
egit-github-dce76310f81ca8f097a0260957a0fa7177775945.tar.xz
egit-github-dce76310f81ca8f097a0260957a0fa7177775945.zip
Fix line endings
Change-Id: I4e635bea33f18eb31846f6aa2a2ad72c90ec2171 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.doc/pom.xml')
-rwxr-xr-xorg.eclipse.mylyn.github.doc/pom.xml116
1 files changed, 58 insertions, 58 deletions
diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml
index 00354fe0..ab7eb3a0 100755
--- a/org.eclipse.mylyn.github.doc/pom.xml
+++ b/org.eclipse.mylyn.github.doc/pom.xml
@@ -1,58 +1,58 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright (C) 2011, Red Hat, Inc.
-Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
- Christian Trutz <christian.trutz@gmail.com>
-
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
-which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
--->
-
-<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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse.mylyn.github</groupId>
- <artifactId>github-parent</artifactId>
- <version>0.1.0-SNAPSHOT</version>
- </parent>
-
- <artifactId>org.eclipse.mylyn.github.doc</artifactId>
- <packaging>eclipse-plugin</packaging>
-
- <name>Eclipse EGit Mylyn GitHub Documentation (Incubation)</name>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>optional</artifactId>
- <version>1.5.4</version>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <configuration>
- <tasks if="update.doc">
- <property name="compile_classpath" refid="maven.compile.classpath"/>
- <ant target="all" inheritRefs="true" antfile="build-help.xml"/>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (C) 2011, Red Hat, Inc.
+Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
+ Christian Trutz <christian.trutz@gmail.com>
+
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v1.0
+which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html
+-->
+
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.mylyn.github</groupId>
+ <artifactId>github-parent</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.mylyn.github.doc</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>Eclipse EGit Mylyn GitHub Documentation (Incubation)</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>optional</artifactId>
+ <version>1.5.4</version>
+ </dependency>
+ </dependencies>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <configuration>
+ <tasks if="update.doc">
+ <property name="compile_classpath" refid="maven.compile.classpath"/>
+ <ant target="all" inheritRefs="true" antfile="build-help.xml"/>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
+

Back to the top