Selaa lähdekoodia

Remove some references to CVS and SVN

Дилян Палаузов 2 kuukautta sitten
vanhempi
commit
5baac9613d

+ 1 - 1
INSTALL

@@ -434,7 +434,7 @@ Compile:
   * make
   * make
      or gmake on non-Linux systems
      or gmake on non-Linux systems
   * make modules
   * make modules
-     or make modules exclude_modules="CVS print" etc.
+     or make modules exclude_modules="acc_json print" etc.
 
 
 Other Make Targets:
 Other Make Targets:
 -------------------
 -------------------

+ 1 - 2
doc/doxygen/ser.doxygen

@@ -551,8 +551,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories 
 # against the file with absolute path, so to exclude all test directories 
 # for example use the pattern */test/*
 # for example use the pattern */test/*
 
 
-EXCLUDE_PATTERNS       = */CVS/* \
-                         */etc/* \
+EXCLUDE_PATTERNS       = */etc/* \
                          */examples/* \
                          */examples/* \
                          */pkg/* \
                          */pkg/* \
                          */profile/* \
                          */profile/* \

+ 2 - 5
src/Makefile

@@ -155,11 +155,11 @@ export extra_defs
 # - exclude_modules
 # - exclude_modules
 
 
 ifneq ($(modules_configured),1)
 ifneq ($(modules_configured),1)
-#modules_all=$(filter-out modules/CVS,$(wildcard modules/*))
+#modules_all=$(filter-out modules/CMakeLists.txt,$(wildcard modules/*))
 
 
 # create modules*_all vars
 # create modules*_all vars
 $(foreach mods,$(modules_dirs),$(eval \
 $(foreach mods,$(modules_dirs),$(eval \
-	$(mods)_all=$$(filter-out $(mods)/CVS $(mods)/CMakeLists.txt, \
+	$(mods)_all=$$(filter-out $(mods)/CMakeLists.txt, \
 	$$(wildcard $(mods)/*))))
 	$$(wildcard $(mods)/*))))
 #debugging
 #debugging
 #$(foreach mods,$(modules_dirs),$(info "$(mods)_all=$($(mods)_all)"))
 #$(foreach mods,$(modules_dirs),$(info "$(mods)_all=$($(mods)_all)"))
@@ -565,9 +565,6 @@ tar: makefile_vars $(auto_gen_keep)
 		--exclude=$(notdir $(realpath $(shell pwd)/..))/$(MAIN_NAME)_tls* \
 		--exclude=$(notdir $(realpath $(shell pwd)/..))/$(MAIN_NAME)_tls* \
 		--exclude=$(notdir $(realpath $(shell pwd)/..))/misc/obsolete \
 		--exclude=$(notdir $(realpath $(shell pwd)/..))/misc/obsolete \
 		--exclude=.git* \
 		--exclude=.git* \
-		--exclude=CVS* \
-		--exclude=.svn* \
-		--exclude=.cvsignore \
 		--exclude=tags \
 		--exclude=tags \
 		--exclude=librpath.lst \
 		--exclude=librpath.lst \
 		--exclude=libiname.lst \
 		--exclude=libiname.lst \

+ 1 - 1
src/lib/Makefile

@@ -9,7 +9,7 @@
 
 
 #SUBDIRS=binrpc cds xcap presence shm_regex
 #SUBDIRS=binrpc cds xcap presence shm_regex
 
 
-SUBDIRS=$(filter-out CVS doc $(lib_exclude), $(strip \
+SUBDIRS=$(filter-out doc $(lib_exclude), $(strip \
 			$(patsubst %/Makefile,%,$(wildcard */Makefile))))
 			$(patsubst %/Makefile,%,$(wildcard */Makefile))))
 
 
 .PHONY: subdirs $(SUBDIRS) 
 .PHONY: subdirs $(SUBDIRS) 

+ 0 - 2
src/modules/app_java/kamailio_java_folder/java-untested/build.xml

@@ -12,8 +12,6 @@
 	<jar destfile="kamailio.jar">
 	<jar destfile="kamailio.jar">
     	    <fileset dir="build" includes="**">
     	    <fileset dir="build" includes="**">
         	<include name="**/*.class"/>
         	<include name="**/*.class"/>
-                <exclude name="**/CVS"/>
-                <exclude name="**/.svn"/>
                 <exclude name="**/.git"/>
                 <exclude name="**/.git"/>
             </fileset>
             </fileset>
         </jar>
         </jar>

+ 0 - 2
src/modules/app_java/kamailio_java_folder/java/build.xml

@@ -12,8 +12,6 @@
 	<jar destfile="kamailio.jar">
 	<jar destfile="kamailio.jar">
     	    <fileset dir="build" includes="**">
     	    <fileset dir="build" includes="**">
         	<include name="**/*.class"/>
         	<include name="**/*.class"/>
-                <exclude name="**/CVS"/>
-                <exclude name="**/.svn"/>
                 <exclude name="**/.git"/>
                 <exclude name="**/.git"/>
             </fileset>
             </fileset>
         </jar>
         </jar>