E CVS: alarm kiwi

2007-03-31 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
autogen.sh 


Log Message:
Add autopoint for Alarm module

===
RCS file: /cvs/e/e_modules/alarm/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- autogen.sh  8 Nov 2006 10:06:38 -   1.1
+++ autogen.sh  31 Mar 2007 23:54:39 -  1.2
@@ -5,6 +5,7 @@
 
 touch README
 
+echo "Running autopoint..." ; autopoint -f || :
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: alarm kiwi

2007-01-31 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
TODO e_mod_config.c e_mod_config_alarm.c e_mod_main.c 
e_mod_main.h 


Log Message:
add a "duplicate alarm" button, and bugfixes
* close all windows when unloading the module
* "execute command" has a normal size now
* title changes for configuration windows
* save configuration at every change

===
RCS file: /cvs/e/e_modules/alarm/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- TODO17 Nov 2006 02:53:22 -  1.4
+++ TODO31 Jan 2007 15:34:13 -  1.5
@@ -11,6 +11,8 @@
 

  - snooze program ?

 

+ - [Config_Dialog] sort alarms list by 'next time ring' order

+

  - add predefined alarms action like command is not user friendly

  - full size popup like exebuf when ringing

  - alarm logo like an e, instead of alarm clock image, a bit like on e_module

@@ -23,3 +25,7 @@
 

  - dont share state for icons and detail between instance

and save it

+

+ - "Time table" button

+   to add alarms for a whole week for example

+   does it create multiple alarms, or time tables are objects ?
\ No newline at end of file
===
RCS file: /cvs/e/e_modules/alarm/e_mod_config.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_config.c  31 Dec 2006 11:04:04 -  1.3
+++ e_mod_config.c  31 Jan 2007 15:34:13 -  1.4
@@ -32,6 +32,7 @@
 static void _cb_alarm_add(void *data, void *data2);

 static void _cb_alarm_del(void *data, void *data2);

 static void _cb_alarm_config(void *data, void *data2);

+static void _cb_alarm_duplicate(void *data, void *data2);

 

 void

 alarm_config_module(void) 

@@ -160,14 +161,16 @@
e_widget_ilist_selector_set(ob, 1);

cfdata->alarms_ilist = ob;

alarm_config_refresh_alarms_ilist(cfdata);

-   e_widget_frametable_object_append(of, ob, 0, 1, 3, 1, 1, 1, 1, 1);

+   e_widget_frametable_object_append(of, ob, 0, 1, 6, 1, 1, 1, 1, 1);

 

ob = e_widget_button_add(evas, _("Add"), NULL, _cb_alarm_add, cfdata, NULL);

-   e_widget_frametable_object_append(of, ob, 0, 2, 1, 1, 1, 1, 1, 1);

+   e_widget_frametable_object_append(of, ob, 0, 2, 2, 1, 1, 1, 1, 1);

ob = e_widget_button_add(evas, _("Delete"), NULL, _cb_alarm_del, cfdata, 
NULL);

-   e_widget_frametable_object_append(of, ob, 1, 2, 1, 1, 1, 1, 1, 1);

+   e_widget_frametable_object_append(of, ob, 2, 2, 2, 1, 1, 1, 1, 1);

ob = e_widget_button_add(evas, _("Configure"), NULL, _cb_alarm_config, 
cfdata, NULL);

-   e_widget_frametable_object_append(of, ob, 2, 2, 1, 1, 1, 1, 1, 1);

+   e_widget_frametable_object_append(of, ob, 4, 2, 1, 1, 1, 1, 1, 1);

+   ob = e_widget_button_add(evas, _("Duplicate"), NULL, _cb_alarm_duplicate, 
cfdata, NULL);

+   e_widget_frametable_object_append(of, ob, 5, 2, 1, 1, 1, 1, 1, 1);

 

e_widget_table_object_append(o, of, 0, 0, 1, 2, 1, 1, 1, 1);

 }

@@ -215,12 +218,12 @@
 {

Evas_Object *o, *of, *ob;

 

-   o = e_widget_table_add(evas, 1);

+   o = e_widget_table_add(evas, 0);

 

_common_create_widgets(cfd, evas, cfdata, o);

 

 

-   of = e_widget_frametable_add(evas, D_("Alarm Options"), 1);

+   of = e_widget_frametable_add(evas, D_("Alarm Options"), 0);

 

/*

  ob = e_widget_label_add(evas, D_("Time format"));

@@ -238,7 +241,7 @@
e_widget_table_object_append(o, of, 1, 0, 1, 1, 1, 0, 1, 0);

 

 

-   of = e_widget_frametable_add(evas, D_("Alarms Defaults"), 1);

+   of = e_widget_frametable_add(evas, D_("Alarms Defaults"), 0);

 

ob = e_widget_check_add(evas, D_("Open popup"), 
&(cfdata->alarms_open_popup_default));

e_widget_frametable_object_append(of, ob, 0, 0, 1, 1, 1, 1, 1, 1);

@@ -330,4 +333,28 @@
if (al->config_dialog) return;

 

alarm_config_alarm(al);

+}

+

+static void

+_cb_alarm_duplicate(void *data, void *data2)

+{

+   E_Config_Dialog_Data *cfdata;

+   Alarm *al, *al_new;

+

+   cfdata = data;

+   al = evas_list_nth(alarm_config->alarms,

+  e_widget_ilist_selected_get(cfdata->alarms_ilist));

+   if (!al) return;

+

+   al_new = alarm_alarm_duplicate(al);

+   alarm_config->alarms = evas_list_append(alarm_config->alarms, al_new);

+

+   /* refresh things */

+   if (alarm_config->config_dialog)

+ {

+E_Config_Dialog_Data *mcda;

+

+mcda = alarm_config->config_dialog->cfdata;

+alarm_config_refresh_alarms_ilist(mcda);

+ }

 }

===
RCS file: /cvs/e/e_modules/alarm/e_mod_config_alarm.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_config_alarm.c17 Nov 2006 02:53:22 -  1.3
+++ e_mod_config_alarm.c31 Jan 2007 15:34:13 -  1.4
@@ -68,7 +68,7 @@
 


E CVS: alarm kiwi

2006-11-16 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm/images


Modified Files:
alarm_disabled.png alarm_enabled.png 


Log Message:
- update icons
- todo++
- nicer config dialogs

===
RCS file: /cvs/e/e_modules/alarm/images/alarm_disabled.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsScZ7fZ and /tmp/cvsncH4XF differ
===
RCS file: /cvs/e/e_modules/alarm/images/alarm_enabled.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsKP3eYX and /tmp/cvsDkCVHE differ



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: alarm kiwi

2006-11-16 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
TODO e_mod_config.c e_mod_config_alarm.c module.edj 


Log Message:
- update icons
- todo++
- nicer config dialogs

===
RCS file: /cvs/e/e_modules/alarm/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- TODO8 Nov 2006 13:14:14 -   1.3
+++ TODO17 Nov 2006 02:53:22 -  1.4
@@ -9,6 +9,8 @@
 TODO

 ---

 

+ - snooze program ?

+

  - add predefined alarms action like command is not user friendly

  - full size popup like exebuf when ringing

  - alarm logo like an e, instead of alarm clock image, a bit like on e_module

===
RCS file: /cvs/e/e_modules/alarm/e_mod_config.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_config.c  8 Nov 2006 10:06:38 -   1.1
+++ e_mod_config.c  17 Nov 2006 02:53:22 -  1.2
@@ -248,10 +248,10 @@
e_widget_frametable_object_append(of, ob, 0, 1, 1, 1, 1, 1, 1, 1);

 

ob = e_widget_entry_add(evas, &(cfdata->alarms_program_default));

-   e_widget_min_size_set(ob, 110, 25);

+   e_widget_min_size_set(ob, 80, 25);

e_widget_frametable_object_append(of, ob, 0, 2, 1, 1, 1, 1, 1, 1);

 

-   ob = e_widget_check_add(evas, D_("Auto-Remove alarms after its passed"), 
&(cfdata->alarms_autoremove_default));

+   ob = e_widget_check_add(evas, D_("Auto-Remove alarms"), 
&(cfdata->alarms_autoremove_default));

e_widget_frametable_object_append(of, ob, 0, 3, 1, 1, 1, 1, 1, 1);

 

e_widget_table_object_append(o, of, 1, 1, 1, 1, 1, 0, 1, 0);

===
RCS file: /cvs/e/e_modules/alarm/e_mod_config_alarm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_config_alarm.c8 Nov 2006 13:14:14 -   1.2
+++ e_mod_config_alarm.c17 Nov 2006 02:53:22 -  1.3
@@ -431,8 +431,8 @@
e_widget_frametable_object_append(of, ob, 0, 7, 1, 1, 1, 1, 1, 1);

 

ob = e_widget_entry_add(evas, &(cfdata->program));

-   e_widget_min_size_set(ob, 150, 25);

-   e_widget_frametable_object_append(of, ob, 1, 7, 1, 1, 1, 1, 1, 1);

+   e_widget_min_size_set(ob, 100, 25);

+   e_widget_frametable_object_append(of, ob, 0, 8, 1, 1, 1, 1, 1, 1);

 

e_widget_table_object_append(o, of, 1, 1, 1, 1, 1, 1, 1, 1);

 

===
RCS file: /cvs/e/e_modules/alarm/module.edj,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsHaU3l6 and /tmp/cvsbTZXeN differ



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
TODO e_mod_config_alarm.c module.desktop.in module.edj 


Log Message:
fix the module icon problem
fix a gettext warning
--

===
RCS file: /cvs/e/e_modules/alarm/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- TODO8 Nov 2006 12:29:38 -   1.2
+++ TODO8 Nov 2006 13:14:14 -   1.3
@@ -3,7 +3,6 @@
 ---

 

  - MODULE_VERSION don't show up

- - module icon and name are screwed up

  - fix the translations

 

 ---

===
RCS file: /cvs/e/e_modules/alarm/e_mod_config_alarm.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_config_alarm.c8 Nov 2006 10:06:38 -   1.1
+++ e_mod_config_alarm.c8 Nov 2006 13:14:14 -   1.2
@@ -238,7 +238,7 @@
 

of2 = e_widget_frametable_add(evas, D_("One day"), 0);

 

-   ob = e_widget_radio_add(evas, D_(""), ALARM_SCHED_DAY, rg);

+   ob = e_widget_radio_add(evas, "", ALARM_SCHED_DAY, rg);

e_widget_frametable_object_append(of2, ob, 0, 0, 1, 1, 1, 1, 1, 1);

ob = e_widget_label_add(evas, D_("Date (/MM/DD)"));

e_widget_frametable_object_append(of2, ob, 0, 1, 1, 1, 1, 1, 1, 1);

===
RCS file: /cvs/e/e_modules/alarm/module.desktop.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- module.desktop.in   8 Nov 2006 10:06:38 -   1.1
+++ module.desktop.in   8 Nov 2006 13:14:14 -   1.2
@@ -1,7 +1,7 @@
-[Desktop Entry]

-Name=Alarm

-Exec=enlightenment

-StartupNotify=false

-X-Enlightenment-WaitExit=false

-X-Enlightenment-IconClass=alarm,gadget

-Icon=./module.edj

+[Desktop Entry]
+Name=Alarm
+Exec=enlightenment
+StartupNotify=false
+X-Enlightenment-WaitExit=false
+X-Enlightenment-IconClass=alarm,gadget
+Icon=./module.edj
===
RCS file: /cvs/e/e_modules/alarm/module.edj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsMFXOep and /tmp/cvsHE27hz differ



-
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


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
Makefile.am 
Removed Files:
module_icon.png 


Log Message:
remove old module_icon.png

===
RCS file: /cvs/e/e_modules/alarm/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 8 Nov 2006 10:06:38 -   1.1
+++ Makefile.am 8 Nov 2006 12:43:17 -   1.2
@@ -8,7 +8,7 @@
 -fd $(top_srcdir)/fonts
 
 filesdir = $(datadir)
-files_DATA = module_icon.png module.edj module.desktop\
+files_DATA = module.edj module.desktop\
$(wildcard alarm.ed?) \
$(wildcard fonts/*.ttf) \
$(wildcard images/*.png)



-
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


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
TODO 


Log Message:
todo++ : translations needs to be fixed

===
RCS file: /cvs/e/e_modules/alarm/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- TODO8 Nov 2006 10:06:38 -   1.1
+++ TODO8 Nov 2006 12:29:38 -   1.2
@@ -4,6 +4,7 @@
 

  - MODULE_VERSION don't show up

  - module icon and name are screwed up

+ - fix the translations

 

 ---

 TODO




-
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


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm/fonts


Added Files:
vera.ttf 


Log Message:
initial import for alarm module
its a replacement for eveil. you can set reminders with it
what has changed ?
 - no more useless animations
 - no more countdown feature
 - bugs fixed =)
still some things to fix : first, the module ICON and NAME ... if somebody can 
help ...

gouloum !




-
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


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm/images


Added Files:
alarm_disabled.png alarm_enabled.png alarm_snooze.png 


Log Message:
initial import for alarm module
its a replacement for eveil. you can set reminders with it
what has changed ?
 - no more useless animations
 - no more countdown feature
 - bugs fixed =)
still some things to fix : first, the module ICON and NAME ... if somebody can 
help ...

gouloum !




-
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


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Added Files:
ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am NEWS 
README TODO alarm.edc autogen.sh configure.in e_mod_config.c 
e_mod_config_alarm.c e_mod_main.c e_mod_main.h 
e_modules-alarm.spec.in module.desktop.in module.edj 
module_icon.png 


Log Message:
initial import for alarm module
its a replacement for eveil. you can set reminders with it
what has changed ?
 - no more useless animations
 - no more countdown feature
 - bugs fixed =)
still some things to fix : first, the module ICON and NAME ... if somebody can 
help ...

gouloum !




-
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


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm/po


Added Files:
Makefile.am eo.po it.po ja.po sv.po 


Log Message:
initial import for alarm module
its a replacement for eveil. you can set reminders with it
what has changed ?
 - no more useless animations
 - no more countdown feature
 - bugs fixed =)
still some things to fix : first, the module ICON and NAME ... if somebody can 
help ...

gouloum !




-
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


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm/fonts




Log Message:
Directory /cvs/e/e_modules/alarm/fonts added to the repository




-
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


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm/images




Log Message:
Directory /cvs/e/e_modules/alarm/images added to the repository




-
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


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm/po




Log Message:
Directory /cvs/e/e_modules/alarm/po added to the repository




-
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


E CVS: alarm kiwi

2006-11-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : alarm

Dir : e_modules/alarm




Log Message:
Directory /cvs/e/e_modules/alarm added to the repository




-
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