Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/plugins


Modified Files:
        Makefile.am 
Added Files:
        ewl_io_manager_text_plugin.c 
Removed Files:
        ewl_io_manager_text_plain_plugin.c 


Log Message:
- some formatting
- make the io plugins able to read and write to strings
- make the plugin search fallback down the mime type, so it'll look for a
  text/plain plugin, then a text plugin
- move the text/plain plugin to just text
- cache the plugins as their created
- cleanup plugins when we shutdown

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/plugins/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 14 Sep 2006 05:35:38 -0000      1.1
+++ Makefile.am 14 Sep 2006 14:33:53 -0000      1.2
@@ -12,12 +12,12 @@
 
 pkgdir                  = $(libdir)/ewl/plugins
 
-pkg_LTLIBRARIES                = ewl_io_manager_text_plain_plugin.la
+pkg_LTLIBRARIES                = ewl_io_manager_text_plugin.la
 
-ewl_io_manager_text_plain_plugin_la_SOURCES   = 
ewl_io_manager_text_plain_plugin.c
-ewl_io_manager_text_plain_plugin_la_LIBADD    = 
$(top_builddir)/src/lib/libewl.la
-ewl_io_manager_text_plain_plugin_la_LDFLAGS    = -module -avoid-version \
+ewl_io_manager_text_plugin_la_SOURCES   = ewl_io_manager_text_plugin.c
+ewl_io_manager_text_plugin_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
+ewl_io_manager_text_plugin_la_LDFLAGS  = -module -avoid-version \
                          -L$(top_builddir)/src/lib \
                          -L$(top_builddir)/src/lib/.libs
-ewl_io_manager_text_plain_plugin_la_DEPENDENCIES = 
+ewl_io_manager_text_plugin_la_DEPENDENCIES = 
 



-------------------------------------------------------------------------
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