Author: rinrab
Date: Wed Jul  3 14:29:27 2024
New Revision: 1918879

URL: http://svn.apache.org/viewvc?rev=1918879&view=rev
Log:
On the 'cmake' branch: Follow-up to r1918877: Fix the file names in the header
of the targets.cmake.ezt file.

The file was renamed, but its name in the copyright header was not fixed.

* build/generator/templates/targets.cmake.ezt:
  (file header): Replace the older name (CMakeLists.txt) of the file with
   new (targets.cmake).

Modified:
    subversion/branches/cmake/build/generator/templates/targets.cmake.ezt

Modified: subversion/branches/cmake/build/generator/templates/targets.cmake.ezt
URL: 
http://svn.apache.org/viewvc/subversion/branches/cmake/build/generator/templates/targets.cmake.ezt?rev=1918879&r1=1918878&r2=1918879&view=diff
==============================================================================
--- subversion/branches/cmake/build/generator/templates/targets.cmake.ezt 
(original)
+++ subversion/branches/cmake/build/generator/templates/targets.cmake.ezt Wed 
Jul  3 14:29:27 2024
@@ -16,8 +16,8 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-# CMakeLists.txt.ezt -- template for targets.cmake file
-# CMakeLists.txt -- list of CMake targets
+# targets.cmake.ezt -- template for targets.cmake file
+# targets.cmake -- list of CMake targets
 #
 [for targets]
 if ([targets.enable_condition])[is targets.type "lib"]


Reply via email to