Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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/pom-build.xml
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/pom-build.xml')
-rw-r--r--admin/pom-build.xml4
1 files changed, 0 insertions, 4 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>

Back to the top