diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:21:47 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:31:13 +0200 |
commit | 135fdeebb99c3569e42d8162b265e15d29bd937d (patch) | |
tree | 0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /textproc/jaxup/files | |
parent | Remove # $FreeBSD$ from Makefiles. (diff) |
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'textproc/jaxup/files')
-rw-r--r-- | textproc/jaxup/files/DOMXUpdater.java | 2 | ||||
-rw-r--r-- | textproc/jaxup/files/build.xml | 2 | ||||
-rw-r--r-- | textproc/jaxup/files/jaxup-xupdater.sh | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/textproc/jaxup/files/DOMXUpdater.java b/textproc/jaxup/files/DOMXUpdater.java index f789389b7702..7cae303e8c1a 100644 --- a/textproc/jaxup/files/DOMXUpdater.java +++ b/textproc/jaxup/files/DOMXUpdater.java @@ -1,7 +1,5 @@ /** * DOMXUpdater: a command-line XUpdate processor. - * - * $FreeBSD$ */ import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; diff --git a/textproc/jaxup/files/build.xml b/textproc/jaxup/files/build.xml index bd3fa60a7337..49711cd623d3 100644 --- a/textproc/jaxup/files/build.xml +++ b/textproc/jaxup/files/build.xml @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- $FreeBSD$ --> - <project name="jaxup" default="jar" basedir="."> <property name="project.version" value="1.01"/> diff --git a/textproc/jaxup/files/jaxup-xupdater.sh b/textproc/jaxup/files/jaxup-xupdater.sh index 225e7f334974..35208b9c3e69 100644 --- a/textproc/jaxup/files/jaxup-xupdater.sh +++ b/textproc/jaxup/files/jaxup-xupdater.sh @@ -1,5 +1,3 @@ #!/bin/sh -# -# $FreeBSD$ %%LOCALBASE%%/bin/java -cp "`"%%LOCALBASE%%/bin/classpath"`:%%DATADIR%%/jaxup-xupdater.jar" "DOMXUpdater" "$@" |