Author: rob.stryker(a)jboss.com
Date: 2007-05-31 19:58:41 -0400 (Thu, 31 May 2007)
New Revision: 2086
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/wizards/FilesetWizard.java
Log:
bug where inworkspace wasn't being set
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/wizards/FilesetWizard.java
===================================================================
---
trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/wizards/FilesetWizard.java 2007-05-31
23:58:03 UTC (rev 2085)
+++
trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/wizards/FilesetWizard.java 2007-05-31
23:58:41 UTC (rev 2086)
@@ -60,6 +60,7 @@
if( page1.isRootDirWorkspaceRelative()) {
int workspaceLength =
ResourcesPlugin.getWorkspace().getRoot().getLocation().toOSString().length();
fileset.setSourcePath(new Path(page1.getRootDir().substring(workspaceLength)));
+ fileset.setInWorkspace(true);
} else {
fileset.setSourcePath(new Path(page1.getRootDir()));
fileset.setInWorkspace(false);
Show replies by date