krysalis-version/src/java/org/krysalis/version/util/classpath PathSet.java,1.1,1.2

[email protected]
Newsgroups gmane.comp.krysalis.sandbox
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-version/src/java/org/krysalis/version/util/classpath
In directory sc8-pr-cvs1:/tmp/cvs-serv17677/src/java/org/krysalis/version/util/classpath

Modified Files:
	PathSet.java 
Log Message:
Try 2: Allow Eclipse plug-in to set the Classpath

Index: PathSet.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-version/src/java/org/krysalis/version/util/classpath/PathSet.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PathSet.java	31 Jan 2003 00:07:47 -0000	1.1
--- PathSet.java	18 Feb 2003 22:17:10 -0000	1.2
***************
*** 58,61 ****
--- 58,62 ----
  import java.io.File;
  import java.util.ArrayList;
+ import java.util.Collection;
  import java.util.HashSet;
  import java.util.Iterator;
***************
*** 98,101 ****
--- 99,106 ----
  
          return new PathSet(bootClassPath);
+     }
+ 
+     public PathSet(Collection collection) {
+         this(collection.iterator());
      }
  




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.