antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/ACE-desktop ACE system.antiright guid...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/ACE-desktop ACE system.antiright guid...
Date: Wed, 21 Mar 2007 23:15:07 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/03/21 23:15:07

Modified files:
        ACE-desktop    : ACE system.antiright 
        ACE-desktop/guidl: IDE.gdl 

Log message:
        gtkshell -al Message: -at echo -oe Close

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/ACE?cvsroot=antiright&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/system.antiright?cvsroot=antiright&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/guidl/IDE.gdl?cvsroot=antiright&r1=1.4&r2=1.5

Patches:
Index: ACE
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/ACE,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- ACE 20 Mar 2007 18:14:14 -0000      1.29
+++ ACE 21 Mar 2007 23:15:07 -0000      1.30
@@ -49,6 +49,14 @@
        GUIDL IDE
 }
 
+CVS_Commit()
+{
+       local MESSAGE="$ARSHELL -al Message: -at echo -oe Close"
+       if [ "$MESSAGE" != "" ]; then
+               cvs commit -m "$MESSAGE"
+       fi
+}
+
 Prepare_Temp()
 {
        rm -f $1

Index: system.antiright
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/system.antiright,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- system.antiright    1 Mar 2007 06:13:41 -0000       1.4
+++ system.antiright    21 Mar 2007 23:15:07 -0000      1.5
@@ -78,3 +78,7 @@
 Deskbar_X:echo +0
 Deskbar_Y:echo +0
 
+# IDE-releated
+IDE_editor: vi
+IDE_cvsroot: address@hidden:/sources/antiright
+

Index: guidl/IDE.gdl
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/guidl/IDE.gdl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- guidl/IDE.gdl       21 Mar 2007 10:23:50 -0000      1.4
+++ guidl/IDE.gdl       21 Mar 2007 23:15:07 -0000      1.5
@@ -17,10 +17,13 @@
 option "rows" 16;
 
 add buttons 
+       "cd `gtkshell -al Directory: -at echo` && ACE -A IDE & # CD",
        "make", 
        "make clean", 
        "make install", 
-       "make test";
+       "make test",
+       "ACE -A CVS_Commit",
+       "cvs -q -z3 up -dP # CVS_Update";
 
 option "no label fill";
 add label "     TODO:     ";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]