wlu: setting lib name to scope moved to getLibraryScope in processUtil
diff --git a/1.5/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/uma/ScopeFactory.java b/1.5/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/uma/ScopeFactory.java
index 7856362..7b77324 100644
--- a/1.5/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/uma/ScopeFactory.java
+++ b/1.5/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/uma/ScopeFactory.java
@@ -26,9 +26,7 @@
 	}
 	
 	public Scope newLibraryScope() {
-		Scope libScope = new LibraryScopeImpl();
-		libScope.setName(LibraryEditUtil.getInstance().getCurrentMethodLibrary().getName());
-		
+		Scope libScope = new LibraryScopeImpl();		
 		return libScope;
 	}