KDE/kdevplatform

Andreas Pakulat apaku at gmx.de
Mon Jun 4 20:49:05 UTC 2007


SVN commit 671474 by apaku:

Redo the move, this time the history is preserved, this also means the changes
look slightly different than the first time( some deletes some moves).

!!!!!! IMPORTANT NOTE !!!!!!!!!!!
Everybody who wants to change something in kdevelop/lib or one of the plugins
that are copied to the platform (snippet, teamwork, konsole, filemanager,
duchainviewer):
Don't, checkout kdevplatform and do the change there. I'm starting to port
kdevelop to use the platform tomorrow and expect to be done on wednesday
evening. I will do this in a separate branch and the first thing that will
happen are deletion of lib/ and the mentioned plugins. So any changes you do
between now and the time I merge the branch back may get lost.

CCMAIL:kdevelop-devel at kdevelop.org


 A             src (directory)   trunk/KDE/kdevelop/lib#671419
 M  +2 -2      src/editor/CMakeLists.txt  
 D             src/kdevbdbcatalogbackend.cpp  
 D             src/kdevcatalog.h  
 D             src/kdevcatalogbackend.h  
 D             src/kdevcodeaggregate_p.h  
 D             src/kdevcodedelegate.cpp  
 D             src/kdevcodemodel.h  
 D             src/kdevcodeproxy.cpp  
 D             src/kdevcoderepository.h  
 D             src/kdevstatusbar.cpp  
 D             src/kdevtdbcatalogbackend.cpp  
 D             src/persistenthash (directory)  
 D             src/plugins (directory)  
 M  +1 -1      src/sublime/CMakeLists.txt  
 M  +2 -2      src/sublime/examples/CMakeLists.txt  
 M  +2 -2      src/sublime/test/CMakeLists.txt  
 D             src/tag.h  
 M  +1 -1      src/util/CMakeLists.txt  
 D             src/util/execcommand.cpp  
 D             src/util/execcommand.h  
 D             src/util/kdevitemmodel.cpp  
 D             src/util/kdevitemmodel.h  
 D             src/util/kdevstandardtree.h  
 D             src/util/kdevstandardtree_impl.h  
 D             src/util/kdevtreeview.cpp  
 D             src/util/kdevtreeview.h  
 D             src/util/kfiltermodel.cpp  
 D             src/util/kfiltermodel.h  
 D             src/util/settings.cpp  
 D             src/util/settings.h  
 A             src/vcs (directory)   trunk/KDE/kdevelop/lib/plugins/vcs/interfaces#671419
 A             src/vcs/CMakeLists.txt   trunk/KDE/kdevelop/lib/plugins/vcs/CMakeLists.txt#671419
 A             src/vcs/vcsexport.h   trunk/KDE/kdevelop/lib/plugins/vcs/vcsexport.h#671419 [License: LGPL (v2+)]


--- trunk/KDE/kdevplatform/src/editor/CMakeLists.txt #671419:671474
@@ -1,5 +1,5 @@
 include_directories(
-    ${CMAKE_SOURCE_DIR}/lib/interfaces
+    ${CMAKE_SOURCE_DIR}/src/interfaces
 )
 
 set(kdevplatformeditor_LIB_SRCS
@@ -27,5 +27,5 @@
     documentcursorobject.h
     editorintegrator.h
     editorexport.h
-    DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/editor
+    DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/editor
  )
--- trunk/KDE/kdevplatform/src/sublime/CMakeLists.txt #671419:671474
@@ -50,4 +50,4 @@
     view.h
     viewcreator.h
     viewwidgetcreator.h
-    DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/sublime )
+    DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/sublime )
--- trunk/KDE/kdevplatform/src/sublime/examples/CMakeLists.txt #671419:671474
@@ -1,6 +1,6 @@
 include_directories(
-    ${CMAKE_SOURCE_DIR}/lib
-    ${CMAKE_SOURCE_DIR}/lib/sublime
+    ${CMAKE_SOURCE_DIR}/src
+    ${CMAKE_SOURCE_DIR}/src/sublime
     )
 
 ########### next target ###############
--- trunk/KDE/kdevplatform/src/sublime/test/CMakeLists.txt #671419:671474
@@ -1,8 +1,8 @@
 if (KDE4_BUILD_TESTS)
 
 include_directories(
-    ${CMAKE_SOURCE_DIR}/lib
-    ${CMAKE_SOURCE_DIR}/lib/sublime
+    ${CMAKE_SOURCE_DIR}/src
+    ${CMAKE_SOURCE_DIR}/src/sublime
     )
 
 set( areaoperationtest_SRCS areaoperationtest.cpp areaprinter.cpp )
--- trunk/KDE/kdevplatform/src/util/CMakeLists.txt #671419:671474
@@ -18,6 +18,6 @@
 install( FILES 
 	processlinemaker.h
 	utilexport.h
-	DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/util)
+	DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/util)
 
 




More information about the KDevelop-devel mailing list