Author: vvalchev
Date: Thu Apr 5 12:22:28 2012
New Revision: 1309814
URL: http://svn.apache.org/viewvc?rev=1309814&view=rev
Log:
Part of FELIX-3406 Localization in Web Console doesn't work anymore
https://issues.apache.org/jira/browse/FELIX-3406
Modified:
felix/trunk/webconsole-plugins/shell/pom.xml
Modified: felix/trunk/webconsole-plugins/shell/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/shell/pom.xml?rev=1309814&r1=1309813&r2=1309814&view=diff
==============================================================================
--- felix/trunk/webconsole-plugins/shell/pom.xml (original)
+++ felix/trunk/webconsole-plugins/shell/pom.xml Thu Apr 5 12:22:28 2012
@@ -35,6 +35,20 @@
</scm>
<build>
+ <!-- add UTF-8-to-ISO translated resources -->
+ <resources>
+ <resource>
+
<directory>${basedir}/src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>target/classes</directory>
+ <includes>
+ <include>OSGI-INF/**</include>
+ </includes>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
+
<plugins>
<!-- translate UTF-8 encoded properties files to
ISO-8859-1 -->
<plugin>