[nobug] Synching up 101 Changes to 1.5 stream
diff --git a/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/resources/VirtualArchiveComponent.java b/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/resources/VirtualArchiveComponent.java
index e28a679..6f8e46a 100644
--- a/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/resources/VirtualArchiveComponent.java
+++ b/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/resources/VirtualArchiveComponent.java
@@ -112,7 +112,7 @@
 	public IPath getWorkspaceRelativePath() {
 		IFile aFile = ResourcesPlugin.getWorkspace().getRoot().getFile(archivePath);
 		if (aFile.exists())
-			aFile.getFullPath();
+			return aFile.getFullPath();
 		return null;
 	}