You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/10/01 16:47:31 UTC

svn commit: r700794 - /directory/studio/trunk/studio/pom.xml

Author: pamarcelot
Date: Wed Oct  1 07:47:31 2008
New Revision: 700794

URL: http://svn.apache.org/viewvc?rev=700794&view=rev
Log:
Fixed the issue on Windows where the application was 'unable to locate its companion shared library'.

Modified:
    directory/studio/trunk/studio/pom.xml

Modified: directory/studio/trunk/studio/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio/pom.xml?rev=700794&r1=700793&r2=700794&view=diff
==============================================================================
--- directory/studio/trunk/studio/pom.xml (original)
+++ directory/studio/trunk/studio/pom.xml Wed Oct  1 07:47:31 2008
@@ -614,7 +614,7 @@
 	              <goal>unpack-with-artifactid-prefix</goal>
 	            </goals>
 	            <configuration>
-	              <outputDirectory>${studio-dir}-linux-ppc/plugins</outputDirectory>
+	              <outputDirectory>${studio-dir}-win32/plugins</outputDirectory>
 	              <artifactItems>
 	                <artifactItem>
                       <groupId>org.eclipse.equinox.launcher.win32.win32</groupId>