Index: lams_build/src/org/lamsfoundation/lams/build/ThirdPartyLibraryListGenerator.java =================================================================== RCS file: /usr/local/cvsroot/lams_build/src/org/lamsfoundation/lams/build/ThirdPartyLibraryListGenerator.java,v diff -u -r1.2 -r1.3 --- lams_build/src/org/lamsfoundation/lams/build/ThirdPartyLibraryListGenerator.java 17 Sep 2006 06:10:47 -0000 1.2 +++ lams_build/src/org/lamsfoundation/lams/build/ThirdPartyLibraryListGenerator.java 9 Jan 2007 03:33:56 -0000 1.3 @@ -127,15 +127,15 @@ static void init() throws IOException { File file = new File("liblist.txt"); if (file.exists()) { - final Integer NOT_STARTED = 0; +/* final Integer NOT_STARTED = 0; final Integer DEPLOYED_STARTING = 1; final Integer DEPLOYED_STARTED = 2; final Integer BUILD_STARTING = 3; final Integer BUILD_STARTED = 4; - BufferedReader br = new BufferedReader(new FileReader(file)); +*/ BufferedReader br = new BufferedReader(new FileReader(file)); String line; - Integer status = NOT_STARTED; - while ((line = br.readLine()) != null) { +/* Integer status = NOT_STARTED; +*/ while ((line = br.readLine()) != null) { if (line.startsWith(DEPLOYED_LIBS)) { continue; }