Author: rob.stryker(a)jboss.com
Date: 2007-06-15 13:03:39 -0400 (Fri, 15 Jun 2007)
New Revision: 2135
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/providers/ArchivesLabelProvider.java
Log:
complies with API change in IArchiveFileSet
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/providers/ArchivesLabelProvider.java
===================================================================
---
trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/providers/ArchivesLabelProvider.java 2007-06-15
17:03:18 UTC (rev 2134)
+++
trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/providers/ArchivesLabelProvider.java 2007-06-15
17:03:39 UTC (rev 2135)
@@ -89,7 +89,7 @@
private String getPackageText (IArchive pkg) {
String text = pkg.getName();
if (PrefsInitializer.getBoolean( PrefsInitializer.PREF_SHOW_PACKAGE_OUTPUT_PATH)) {
- text += " [" + pkg.getDestinationPath() + "]";
+ text += " [" + pkg.getGlobalDestinationPath() + "]";
}
return text;
}
Show replies by date