| 
      
      
      From: <bh...@us...> - 2007-03-02 20:22:19
      
     | 
| Revision: 374
          http://svn.sourceforge.net/cishell/?rev=374&view=rev
Author:   bh2
Date:     2007-03-02 12:22:16 -0800 (Fri, 02 Mar 2007)
Log Message:
-----------
Got rid of spurious println and an unused variable
Modified Paths:
--------------
    trunk/templates/org.cishell.templates/src/org/cishell/templates/staticexecutable/StaticExecutableAlgorithmFactory.java
Modified: trunk/templates/org.cishell.templates/src/org/cishell/templates/staticexecutable/StaticExecutableAlgorithmFactory.java
===================================================================
--- trunk/templates/org.cishell.templates/src/org/cishell/templates/staticexecutable/StaticExecutableAlgorithmFactory.java	2007-03-02 16:06:38 UTC (rev 373)
+++ trunk/templates/org.cishell.templates/src/org/cishell/templates/staticexecutable/StaticExecutableAlgorithmFactory.java	2007-03-02 20:22:16 UTC (rev 374)
@@ -117,7 +117,7 @@
             
 			while(e != null && e.hasMoreElements()) {
 				String entryPath = (String) e.nextElement();
-				System.err.println(entryPath);
+
 				if(entryPath.endsWith("/")) {
 					entries.add(entryPath);
 				}
@@ -128,7 +128,6 @@
             
             String os = bContext.getProperty("osgi.os");
             String arch = bContext.getProperty("osgi.arch");
-            boolean foundExecutable = false;
             
             String path = null;
             
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |