Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir     : e_modules/net


Modified Files:
        Makefile.am TODO configure.in net.edc 
Removed Files:
        module.edj 


Log Message:
Some additional trapping and a config_updated hook to reset the timer.
Remove the module.edj file as it shouldn't be in cvs.
Some changes to Makefile.am for a better maintainer-clean.

Big Thanks To KainX for his help :)

===================================================================
RCS file: /cvs/e/e_modules/net/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- Makefile.am 11 Feb 2007 15:28:53 -0000      1.15
+++ Makefile.am 11 Feb 2007 15:47:42 -0000      1.16
@@ -1,5 +1,7 @@
 ACLOCAL_AMFLAGS = -I m4
-MAINTAINERCLEANFILES = Makefile.in
+MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
+                      config.sub configure depcomp install-sh ltmain.sh \
+                      missing
 
 SUBDIRS = src
 
===================================================================
RCS file: /cvs/e/e_modules/net/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- TODO        9 Aug 2006 06:25:25 -0000       1.1
+++ TODO        11 Feb 2007 15:47:42 -0000      1.2
@@ -1,4 +0,0 @@
-BUGS -
-
-Waggle the mouse around inside the net and mem modules and watch the
-text jiggle.
===================================================================
RCS file: /cvs/e/e_modules/net/configure.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- configure.in        11 Feb 2007 15:28:53 -0000      1.13
+++ configure.in        11 Feb 2007 15:47:42 -0000      1.14
@@ -1,7 +1,7 @@
 rm -f config.cache
 
 AC_PREREQ(2.59)
-AC_INIT([net2], [0.0.1], [EMAIL PROTECTED])
+AC_INIT([net], [0.0.1], [EMAIL PROTECTED])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.9 foreign])
===================================================================
RCS file: /cvs/e/e_modules/net/net.edc,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- net.edc     11 Feb 2007 15:28:53 -0000      1.26
+++ net.edc     11 Feb 2007 15:47:42 -0000      1.27
@@ -107,7 +107,7 @@
                  source: "e";
                  action: STATE_SET "default" 0.0;
                  target: "rx";
-                 transition: DECELERATE 0.75;
+                 transition: DECELERATE 0.25;
               }
             program 
               {
@@ -116,7 +116,7 @@
                  source: "e";
                  action: STATE_SET "default" 0.0;
                  target: "tx";
-                 transition: DECELERATE 0.75;
+                 transition: DECELERATE 0.25;
               }
          }
      }



-------------------------------------------------------------------------
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
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to