Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2012-12-16 07:01:04 +0000
committerUwe Stieber2012-12-16 07:01:37 +0000
commit81840217d7a92228d2ef23c3a47961bb4dfb8ab0 (patch)
tree5956984b9738a3d2bc948666e36e886cba8d3e1a /admin
parente6283269d05cf8e81bccbb0c6cf3fff9c7a99632 (diff)
downloadorg.eclipse.tcf-81840217d7a92228d2ef23c3a47961bb4dfb8ab0.tar.gz
org.eclipse.tcf-81840217d7a92228d2ef23c3a47961bb4dfb8ab0.tar.xz
org.eclipse.tcf-81840217d7a92228d2ef23c3a47961bb4dfb8ab0.zip
Tycho: Switch maven resources plugin encoding to UTF-8 and re-enable the pack steps
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-build.xml4
-rw-r--r--admin/pom-config.xml2
2 files changed, 1 insertions, 5 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index 953c9456a..d569ac0aa 100644
--- a/admin/pom-build.xml
+++ b/admin/pom-build.xml
@@ -43,22 +43,18 @@
<!-- See http://wiki.eclipse.org/Platform-releng/Platform_Build#Building for details -->
<build>
<plugins>
-<!--
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
</plugin>
--->
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
</plugin>
-<!--
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
</plugin>
--->
</plugins>
</build>
</profile>
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index c06c0f3ef..43ba2a4af 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -235,7 +235,7 @@
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-version}</version>
<configuration>
- <encoding>ISO-8859-1</encoding>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>

Back to the top