summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2011-05-05 11:47:57 -0700
committerShawn O. Pearce <spearce@spearce.org>2011-05-05 12:00:52 -0700
commitc36a892e7f2e01fc39047068ac01537fc952db8e (patch)
tree921698541893b347843b17563186b71335fe12e9
parente435f7de7748081945b02a0896dc54f4d6cc053c (diff)
downloadjgit-c36a892e7f2e01fc39047068ac01537fc952db8e.tar.gz
jgit-c36a892e7f2e01fc39047068ac01537fc952db8e.zip
Correct tabs in top-level pom.xml
Change-Id: I55900b335f2056093e0a32086afb429a4bc183d3 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5826ce4d40..9979d11e09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
+ <artifactId>maven-jar-plugin</artifactId>
<version>2.3</version>
<configuration>
<archive>
@@ -279,7 +279,7 @@
<id>translate-qualifier</id>
<phase>generate-resources</phase>
<configuration>
- <tasks unless="${translate-qualifier}">
+ <tasks unless="${translate-qualifier}">
<copy file="META-INF/MANIFEST.MF" tofile="${bundle-manifest}" overwrite="true"/>
<replace file="${bundle-manifest}">
<replacefilter token=".qualifier" value=".${maven.build.timestamp}"/>