Correct tabs in top-level pom.xml

Change-Id: I55900b335f2056093e0a32086afb429a4bc183d3
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Shawn O. Pearce 2011-05-05 11:47:57 -07:00
parent e435f7de77
commit c36a892e7f
1 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.3</version> <version>2.3</version>
<configuration> <configuration>
<archive> <archive>
@ -279,7 +279,7 @@
<id>translate-qualifier</id> <id>translate-qualifier</id>
<phase>generate-resources</phase> <phase>generate-resources</phase>
<configuration> <configuration>
<tasks unless="${translate-qualifier}"> <tasks unless="${translate-qualifier}">
<copy file="META-INF/MANIFEST.MF" tofile="${bundle-manifest}" overwrite="true"/> <copy file="META-INF/MANIFEST.MF" tofile="${bundle-manifest}" overwrite="true"/>
<replace file="${bundle-manifest}"> <replace file="${bundle-manifest}">
<replacefilter token=".qualifier" value=".${maven.build.timestamp}"/> <replacefilter token=".qualifier" value=".${maven.build.timestamp}"/>