You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2009/06/30 16:16:45 UTC

svn commit: r789752 - /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml

Author: dwoods
Date: Tue Jun 30 14:16:45 2009
New Revision: 789752

URL: http://svn.apache.org/viewvc?rev=789752&view=rev
Log:
GERONIMODEVTOOLS-581 Fix missing NLS messages when built on MacOSX or SUSE Linux.  Patch contributed by Delos Dai.

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml?rev=789752&r1=789751&r2=789752&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml Tue Jun 30 14:16:45 2009
@@ -58,7 +58,7 @@
                 </includes>
             </resource>
             <resource>
-                <targetPath>/org/apache/geronimo/st/ui/internal/</targetPath>
+                <targetPath>org/apache/geronimo/st/ui/internal/</targetPath>
                 <directory>src/main/java/org/apache/geronimo/st/ui/internal/</directory>
                 <includes>
                     <include>Messages.properties</include>