You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by mc...@apache.org on 2008/02/18 17:02:50 UTC

svn commit: r628792 - /geronimo/devtools/eclipse-plugin/tags/2.0.0/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/operations/SharedLibEntryCreationOperation.java

Author: mcconne
Date: Mon Feb 18 08:02:49 2008
New Revision: 628792

URL: http://svn.apache.org/viewvc?rev=628792&view=rev
Log:
GERONIMODEVTOOLS-282 undo commit to tags 2.0.0

Modified:
    geronimo/devtools/eclipse-plugin/tags/2.0.0/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/operations/SharedLibEntryCreationOperation.java

Modified: geronimo/devtools/eclipse-plugin/tags/2.0.0/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/operations/SharedLibEntryCreationOperation.java
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/tags/2.0.0/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/operations/SharedLibEntryCreationOperation.java?rev=628792&r1=628791&r2=628792&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/tags/2.0.0/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/operations/SharedLibEntryCreationOperation.java (original)
+++ geronimo/devtools/eclipse-plugin/tags/2.0.0/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/operations/SharedLibEntryCreationOperation.java Mon Feb 18 08:02:49 2008
@@ -283,7 +283,7 @@
 				// if no outputlocation, output path will get picked up by
 				// default output path
 				if(includeOutputLocations && entry.getOutputLocation() != null) {
-                    path = project.getLocation().removeLastSegments(1).append(entry.getOutputLocation()).addTrailingSeparator().toOSString();
+					path = project.getLocation().append(entry.getOutputLocation()).addTrailingSeparator().toOSString();
 				}
 			} else {
 				path = resolveVarOrLibEntry(entry);