Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto

Dir     : e17/proto/eflpp/data/edjes


Modified Files:
        Makefile.am 
Added Files:
        esmart_text_entry_test.edc 


Log Message:
- improved EsmartTextEntry and example
- abstract EvasEsmart class that eases Esmart object creation
- New EvasEsmartGroup with sample implementation of the EvasEsmart class (not 
complete)

===================================================================
RCS file: /cvs/e/e17/proto/eflpp/data/edjes/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 3 Jul 2007 22:42:22 -0000       1.1
+++ Makefile.am 10 Jul 2007 21:38:08 -0000      1.2
@@ -8,7 +8,7 @@
        @EDJE_DEF@
 
 filesdir = $(pkgdatadir)/edjes
-files_DATA = simple.edj angstrom-bootmanager.edj angstrom-calibrate.edj 
angstrom-installer.edj
+files_DATA = simple.edj angstrom-bootmanager.edj angstrom-calibrate.edj 
angstrom-installer.edj esmart_text_entry_test.edj
 
 EXTRA_DIST = angstrom-background.edc \
             angstrom-bootmanager.edc \
@@ -16,7 +16,8 @@
             angstrom-installer.edc \
             e17-default-clock.edc \
             entrance-buttons.edc \
-            simple.edc
+            simple.edc \
+            esmart_text_entry_test.edc
 
 simple.edj: Makefile simple.edc
        $(EDJE_CC) $(EDJE_FLAGS) \
@@ -33,6 +34,10 @@
 angstrom-installer.edj: Makefile angstrom-installer.edc
        $(EDJE_CC) $(EDJE_FLAGS) \
        $(top_srcdir)/data/edjes/angstrom-installer.edc
+
+esmart_text_entry_test.edj: Makefile esmart_text_entry_test.edc
+       $(EDJE_CC) $(EDJE_FLAGS) \
+       $(top_srcdir)/data/edjes/esmart_text_entry_test.edc
 
 clean-local:
        rm -f *.edj



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to