[ease] Remove source-* files, move towards libsourcelist.



commit b3ccef3881cd2b8e4fdc687451fbd6369ab9190e
Author: Nate Stedman <natesm gmail com>
Date:   Fri Jul 2 02:32:00 2010 -0400

    Remove source-* files, move towards libsourcelist.
    
    - Having the source-* files in two repos is inefficient.
    - libsourcelist is almost ready, and could be included in
      any Ease PPA or similar package.
    - Nothing in Ease master actually uses these classes currently.

 Makefile.am                      |    8 -
 src/source-base-group.vala       |  128 ----------------
 src/source-base-view.vala        |   78 ----------
 src/source-expandable-group.vala |   65 --------
 src/source-group.vala            |   53 -------
 src/source-item.vala             |  309 --------------------------------------
 src/source-list.vala             |  156 -------------------
 src/source-pane-view.vala        |   67 --------
 src/source-view.vala             |   49 ------
 9 files changed, 0 insertions(+), 913 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8b8e2fb..c43ebef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,14 +57,6 @@ ease_SOURCES = \
 	src/ease-welcome-window.vala \
 	src/ease-zoom-slider.vala \
 	src/main.vala \
-	src/source-base-group.vala \
-	src/source-base-view.vala \
-	src/source-expandable-group.vala \
-	src/source-group.vala \
-	src/source-item.vala \
-	src/source-list.vala \
-	src/source-pane-view.vala \
-	src/source-view.vala \
 	$(NULL)
 
 # ease_VALAFLAGS = $(EASE_PACKAGES)



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