diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-06 21:28:03 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-07-09 14:23:26 +0100 |
commit | ae7534f616523bbe5588d98ef2fe4f421ffed728 (patch) | |
tree | 9e162ab54bb23bb374dfd8eedf884231f6677e6b /basic | |
parent | 0c8190999b5d85d28ded9f1be9613f11427034d2 (diff) |
targetted rename xcr -> xmlscript to match includes and module name
Diffstat (limited to 'basic')
-rw-r--r-- | basic/CppunitTest_basic_enable.mk | 2 | ||||
-rw-r--r-- | basic/CppunitTest_basic_nested_struct.mk | 2 | ||||
-rw-r--r-- | basic/CppunitTest_basic_scanner.mk | 2 | ||||
-rw-r--r-- | basic/Library_sb.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/basic/CppunitTest_basic_enable.mk b/basic/CppunitTest_basic_enable.mk index e6379c5b209f..5487930dbf55 100644 --- a/basic/CppunitTest_basic_enable.mk +++ b/basic/CppunitTest_basic_enable.mk @@ -18,7 +18,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_enable, \ tl \ utl \ vcl \ - xcr \ + xmlscript \ test \ $(gb_STDLIBS) \ )) diff --git a/basic/CppunitTest_basic_nested_struct.mk b/basic/CppunitTest_basic_nested_struct.mk index 904e666a442d..c8922e824f28 100644 --- a/basic/CppunitTest_basic_nested_struct.mk +++ b/basic/CppunitTest_basic_nested_struct.mk @@ -18,7 +18,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_nested_struct, \ tl \ utl \ vcl \ - xcr \ + xmlscript \ test \ $(gb_STDLIBS) \ )) diff --git a/basic/CppunitTest_basic_scanner.mk b/basic/CppunitTest_basic_scanner.mk index 21e1a826c73e..e98f1137a453 100644 --- a/basic/CppunitTest_basic_scanner.mk +++ b/basic/CppunitTest_basic_scanner.mk @@ -20,7 +20,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_scanner, \ tl \ utl \ vcl \ - xcr \ + xmlscript \ $(gb_STDLIBS) \ )) diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index 71c0090c6c4f..2da9870d514c 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -57,7 +57,7 @@ $(eval $(call gb_Library_use_libraries,sb,\ tl \ utl \ vcl \ - xcr \ + xmlscript \ $(gb_STDLIBS) \ )) |