[Jiemamy-notify:1981] commit [3136] リソースのエンコーディングを UTF-8 で明示。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 6日 (月) 20:19:59 JST


Revision: 3136
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3136
Author:   daisuke_m
Date:     2009-04-06 20:19:59 +0900 (Mon, 06 Apr 2009)

Log Message:
-----------
リソースのエンコーディングを UTF-8 で明示。

Modified Paths:
--------------
    leto/factory-enhancer/trunk/pom.xml
    leto/factory-enhancer-example/trunk/pom.xml
    leto/generic-tree/trunk/pom.xml


-------------- next part --------------
Modified: leto/factory-enhancer/trunk/pom.xml
===================================================================
--- leto/factory-enhancer/trunk/pom.xml	2009-04-06 10:12:57 UTC (rev 3135)
+++ leto/factory-enhancer/trunk/pom.xml	2009-04-06 11:19:59 UTC (rev 3136)
@@ -63,6 +63,12 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.5</source>

Modified: leto/factory-enhancer-example/trunk/pom.xml
===================================================================
--- leto/factory-enhancer-example/trunk/pom.xml	2009-04-06 10:12:57 UTC (rev 3135)
+++ leto/factory-enhancer-example/trunk/pom.xml	2009-04-06 11:19:59 UTC (rev 3136)
@@ -12,6 +12,12 @@
     <defaultGoal>package</defaultGoal>
     <plugins>
       <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <encoding>UTF-8</encoding>

Modified: leto/generic-tree/trunk/pom.xml
===================================================================
--- leto/generic-tree/trunk/pom.xml	2009-04-06 10:12:57 UTC (rev 3135)
+++ leto/generic-tree/trunk/pom.xml	2009-04-06 11:19:59 UTC (rev 3136)
@@ -70,6 +70,12 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.5</source>



Jiemamy-notify メーリングリストの案内
Back to archive index