[sword-svn] r2630 - trunk/cmake

greg.hellings at crosswire.org greg.hellings at crosswire.org
Sat Jul 2 15:44:33 MST 2011


Author: greg.hellings
Date: 2011-07-02 15:44:33 -0700 (Sat, 02 Jul 2011)
New Revision: 2630

Modified:
   trunk/cmake/sources.cmake
Log:
Added xhtml to sources

Modified: trunk/cmake/sources.cmake
===================================================================
--- trunk/cmake/sources.cmake	2011-06-28 20:57:54 UTC (rev 2629)
+++ trunk/cmake/sources.cmake	2011-07-02 22:44:33 UTC (rev 2630)
@@ -63,6 +63,7 @@
 	src/modules/filters/swoptfilter.cpp
 
 	src/modules/filters/gbfhtml.cpp
+	src/modules/filters/gbfxhtml.cpp
 	src/modules/filters/gbfhtmlhref.cpp
 	src/modules/filters/gbfwebif.cpp
 	src/modules/filters/gbfplain.cpp
@@ -84,6 +85,7 @@
 	src/modules/filters/thmlgbf.cpp
 	src/modules/filters/thmlrtf.cpp
 	src/modules/filters/thmlhtml.cpp
+	src/modules/filters/thmlxhtml.cpp
 	src/modules/filters/thmlhtmlhref.cpp
 	src/modules/filters/thmlwebif.cpp
 	src/modules/filters/thmlwordjs.cpp
@@ -101,6 +103,7 @@
 	src/modules/filters/osisheadings.cpp
 	src/modules/filters/osisfootnotes.cpp 
 	src/modules/filters/osishtmlhref.cpp
+	src/modules/filters/osisxhtml.cpp
 	src/modules/filters/osiswebif.cpp
 	src/modules/filters/osismorph.cpp
 	src/modules/filters/osisstrongs.cpp
@@ -254,6 +257,7 @@
 	include/gbffootnotes.h
 	include/gbfheadings.h
 	include/gbfhtml.h
+	include/gbfxhtml.h
 	include/gbfhtmlhref.h
 	include/gbfwebif.h
 	include/gbfmorph.h
@@ -280,6 +284,7 @@
 
 	include/osisheadings.h
 	include/osishtmlhref.h
+	include/osisxhtml.h
 	include/osiswebif.h
 	include/osismorph.h
 	include/osismorphsegmentation.h
@@ -343,6 +348,7 @@
 	include/thmlgbf.h
 	include/thmlheadings.h
 	include/thmlhtml.h
+	include/thmlxhtml.h
 	include/thmlhtmlhref.h
 	include/thmlwebif.h
 	include/thmllemma.h
@@ -417,4 +423,4 @@
 	translit_Latin_Gothic.txt
 	translit_Latin_Ugaritic.txt
 	translit_swordindex.txt
-)
\ No newline at end of file
+)




More information about the sword-cvs mailing list