|
From: <ha...@us...> - 2008-07-28 00:13:46
|
Revision: 2100
http://cogkit.svn.sourceforge.net/cogkit/?rev=2100&view=rev
Author: hategan
Date: 2008-07-28 00:13:43 +0000 (Mon, 28 Jul 2008)
Log Message:
-----------
removed debugging thing
Modified Paths:
--------------
branches/karajan2/src/cog/modules/karajan2/src/org/globus/cog/karajan/compiler/Compiler.java
Modified: branches/karajan2/src/cog/modules/karajan2/src/org/globus/cog/karajan/compiler/Compiler.java
===================================================================
--- branches/karajan2/src/cog/modules/karajan2/src/org/globus/cog/karajan/compiler/Compiler.java 2008-07-28 00:12:58 UTC (rev 2099)
+++ branches/karajan2/src/cog/modules/karajan2/src/org/globus/cog/karajan/compiler/Compiler.java 2008-07-28 00:13:43 UTC (rev 2100)
@@ -129,7 +129,7 @@
Writer wr = new IndentingWriter(new FileWriter(of));
oc.commit(wr);
wr.close();
- copyFile(of, "../src/" + of.getName());
+ //copyFile(of, "../src/" + of.getName());
compileJava(of);
return new File(of.getParentFile(), name);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|