[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-CVS ] plugins/AntFarm/antfarm AntTree.java,1.16,1.17
From:       Alan Ezust <ezust () users ! sourceforge ! net>
Date:       2006-04-26 15:46:39
Message-ID: E1FYmDw-0003RW-Qc () mail ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/jedit/plugins/AntFarm/antfarm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26160/antfarm

Modified Files:
	AntTree.java 
Log Message:
Fix for Bug 1476779 - spurious space.


Index: AntTree.java
===================================================================
RCS file: /cvsroot/jedit/plugins/AntFarm/antfarm/AntTree.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- AntTree.java	14 Mar 2006 06:51:23 -0000	1.16
+++ AntTree.java	26 Apr 2006 15:46:36 -0000	1.17
@@ -885,7 +885,7 @@
 			if (properties == null) return;
 
 			Console console = AntFarmPlugin.getConsole( _view );
-			console.run( AntFarmPlugin.ANT_SHELL,  "! " + _target.getName()
+			console.run( AntFarmPlugin.ANT_SHELL,  "!" + _target.getName()
 				 + " " + properties );
 		}
 



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic