git: 8e9979777423 - main - www/jetty9: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 13:37:03 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e9979777423f6596417b5a8f9b7817663b3cdc4 commit 8e9979777423f6596417b5a8f9b7817663b3cdc4 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-12-02 13:36:56 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-12-02 13:36:56 +0000 www/jetty9: Remove expired port 2023-11-30 www/jetty9: End of life as of 2022-06-01, consider migrating to www/jetty10 --- MOVED | 1 + www/Makefile | 1 - www/jetty9/Makefile | 80 ------- www/jetty9/distinfo | 3 - www/jetty9/files/jetty.in | 39 ---- www/jetty9/files/jetty.sample.in | 63 ------ www/jetty9/files/patch-bin_jetty.sh | 11 - www/jetty9/files/pkg-message.in | 58 ----- www/jetty9/pkg-descr | 12 - www/jetty9/pkg-plist | 436 ------------------------------------ 10 files changed, 1 insertion(+), 703 deletions(-) diff --git a/MOVED b/MOVED index ba1fa14db7b8..316af364e60b 100644 --- a/MOVED +++ b/MOVED @@ -8153,3 +8153,4 @@ textproc/bibtool||2023-12-02|Has expired: BROKEN for more than an year games/gnome-taquin||2023-12-02|Has expired: BROKEN for more than a year and no upstream activity for more than 2 years audio/mous||2023-12-02|Has expired: BROKEN for more than a year audio/mixxx22|audio/mixxx|2023-12-02|Has expired: Deprecated upstream, consider migrating to audio/mixxx +www/jetty9||2023-12-02|Has expired: End of life as of 2022-06-01, consider migrating to www/jetty10 diff --git a/www/Makefile b/www/Makefile index 343c5e66f31b..05788b1c2885 100644 --- a/www/Makefile +++ b/www/Makefile @@ -275,7 +275,6 @@ SUBDIR += jericho-html SUBDIR += jesred SUBDIR += jetty10 - SUBDIR += jetty9 SUBDIR += jira-cli SUBDIR += jitsi-meet SUBDIR += jmeter diff --git a/www/jetty9/Makefile b/www/jetty9/Makefile deleted file mode 100644 index 273048dc63f5..000000000000 --- a/www/jetty9/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -PORTNAME= jetty -PORTVERSION= 9.4.52 -CATEGORIES= www java -MASTER_SITES= https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${PORTVERSION}.${JDVDATE}/ -PKGNAMESUFFIX= 9-${FLAVOR:U} -DISTNAME= jetty-distribution-${PORTVERSION}.${JDVDATE} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Full-featured web server implemented entirely in Java -WWW= https://www.eclipse.org/jetty/ - -DEPRECATED= End of life as of 2022-06-01, consider migrating to www/jetty10 -EXPIRATION_DATE=2023-11-30 - -LICENSE= APACHE20 EPL -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/license-eplv10-aslv20.html - -RUN_DEPENDS= bash:shells/bash - -USES= cpe shebangfix -FLAVORS= openjdk8 openjdk11 -FLAVOR?= ${FLAVORS:[1]} - -CONFLICTS= jetty8.* jetty10.* jetty11.* jetty12.* - -JDVDATE= v20230823 -USE_JAVA= yes -NO_ARCH= yes -CPE_VENDOR= eclipse -SHEBANG_FILES= bin/jetty.sh -NO_BUILD= yes -JAVA_VENDOR= openjdk -USE_RC_SUBR= ${PORTNAME} - -APP_NAME= ${PORTNAME} -APP_HOME= ${PREFIX}/${PORTNAME} - -USERS= www -GROUPS= www - -SUB_LIST= \ - APP_HOME=${APP_HOME} \ - APP_NAME=${APP_NAME} \ - JAVA_HOME=${JAVA_HOME} \ - JAVA=${JAVA} \ - WWWDIR=${WWWDIR} - -SUB_FILES= \ - ${APP_NAME} \ - pkg-message \ - jetty.sample - -PLIST_SUB= \ - APP_HOME=${APP_HOME} \ - APP_NAME=${APP_NAME} \ - WWWDIR=${WWWDIR} \ - PORTVERSION=${PORTVERSION} \ - JDVDATE=${JDVDATE} - -.if ${FLAVOR:U} == openjdk8 -JAVA_VERSION= 8+ -.elif ${FLAVOR:U} == openjdk11 -JAVA_VERSION= 11+ -.endif - -do-install: - ${MKDIR} ${STAGEDIR}${APP_HOME} - ${MKDIR} ${STAGEDIR}${WWWDIR} - ${RM} ${WRKSRC}/lib/setuid/libsetuid-linux.so - ${RM} ${WRKSRC}/lib/setuid/libsetuid-osx.so - (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) - ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/demo-base ${STAGEDIR}${WWWDIR} - ${MKDIR} ${STAGEDIR}${WWWDIR}/demo-base/logs - ${INSTALL_SCRIPT} ${STAGEDIR}${PREFIX}/${PORTNAME}/bin/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/sbin - - ${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.sample ${STAGEDIR}${ETCDIR}/ - -.include <bsd.port.mk> diff --git a/www/jetty9/distinfo b/www/jetty9/distinfo deleted file mode 100644 index fc723cae479b..000000000000 --- a/www/jetty9/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1695046157 -SHA256 (jetty-distribution-9.4.52.v20230823.tar.gz) = bd0ca75c520cbf28b901449e1a10cb6cad8cbe1262d3948cec7e809a44a146a6 -SIZE (jetty-distribution-9.4.52.v20230823.tar.gz) = 19092033 diff --git a/www/jetty9/files/jetty.in b/www/jetty9/files/jetty.in deleted file mode 100644 index 64227142de34..000000000000 --- a/www/jetty9/files/jetty.in +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -# PROVIDE: jetty -# REQUIRE: NETWORKING SERVERS -# KEYWORD: shutdown - -# -# Add the following line to /etc/rc.conf to enable %%APP_NAME%%: -# -# %%APP_NAME%%_enable="YES" -# - -. /etc/rc.subr - -name=%%APP_NAME%% -rcvar=%%APP_NAME%%_enable - -command="%%PREFIX%%/sbin/%%APP_NAME%%.sh" -command_args="start" - -# set defaults - -%%APP_NAME%%_enable=${%%APP_NAME%%_enable:-"NO"} -%%APP_NAME%%_user=${%%APP_NAME%%_user:-"www"} -%%APP_NAME%%_group=${%%APP_NAME%%_group:-"www"} - -load_rc_config ${name} - -if test -n "${%%APP_NAME%%_java_version}" ; then - JAVA_HOME=$(JAVA_VERSION="${%%APP_NAME%%_java_version}" JAVAVM_DRYRUN=1 %%LOCALBASE%%/bin/java | grep JAVA_HOME | cut -d= -f2) - procname=$(JAVA_VERSION="${%%APP_NAME%%_java_version}" JAVAVM_DRYRUN=1 %%LOCALBASE%%/bin/java | grep JAVAVM_PROG | cut -d= -f2) -else - JAVA_HOME=$(JAVAVM_DRYRUN=1 %%LOCALBASE%%/bin/java | grep JAVA_HOME | cut -d= -f2) - procname=$(JAVAVM_DRYRUN=1 %%LOCALBASE%%/bin/java | grep JAVAVM_PROG | cut -d= -f2) -fi - -export JAVA_HOME - -run_rc_command "$1" diff --git a/www/jetty9/files/jetty.sample.in b/www/jetty9/files/jetty.sample.in deleted file mode 100644 index 58a0eebff808..000000000000 --- a/www/jetty9/files/jetty.sample.in +++ /dev/null @@ -1,63 +0,0 @@ -# -# Sample Configuration File -# -# JAVA -# Command to invoke Java. If not set, java (from the PATH) will be used. -# - -# JAVA_OPTIONS -# Extra options to pass to the JVM -# - -# JETTY_HOME -# Where Jetty is installed. If not set, the script will try go -# guess it by looking at the invocation path for the script -# The java system property "jetty.home" will be -# set to this value for use by configure.xml files, f.e.: -# -# <Arg><Property name="jetty.home" default="."/>/webapps/jetty.war</Arg> -# -JETTY_HOME=%%PREFIX%%/%%APP_NAME%% - -# -# JETTY_BASE -# Where your Jetty base directory is. If not set, the value from -# $JETTY_HOME will be used. -# -# IT IS STRONGLY RECOMMENDED THAT YOU MODIFY THIS VARIABLE TO POINT -# TO THE INSTALLATION OF YOUR WEB APPLICATION, KEEPING YOUR WEB -# APPLICATION SEPARATE FROM THE JETTY HOME LOCATION. -# -# MORE INFORMATION HERE: -# -# http://www.eclipse.org/jetty/documentation/current/startup-base-and-home.html -# -JETTY_BASE=%%WWWDIR%%/demo-base - -# JETTY_RUN -# Where the $NAME.pid file should be stored. It defaults to the -# first available of /var/run, /usr/var/run, JETTY_BASE and /tmp -# if not set. -# - -# JETTY_PID -# The Jetty PID file, defaults to $JETTY_RUN/$NAME.pid -# -JETTY_PID=%%WWWDIR%%/demo-base/%%APP_NAME%%.pid - -# JETTY_ARGS -# The default arguments to pass to jetty. -# For example -# JETTY_ARGS=jetty.http.port=8080 jetty.ssl.port=8443 -# -JETTY_ARGS=jetty.logging.dir=%%WWWDIR%%/demo-base/logs - -# JETTY_USER -# if set, then used as a username to run the server as -# - -# JETTY_SHELL -# If set, then used as the shell by su when starting the server. Will have -# no effect if start-stop-daemon exists. Useful when JETTY_USER does not -# have shell access, e.g. /bin/false -# diff --git a/www/jetty9/files/patch-bin_jetty.sh b/www/jetty9/files/patch-bin_jetty.sh deleted file mode 100644 index 897d33be6586..000000000000 --- a/www/jetty9/files/patch-bin_jetty.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/jetty.sh.orig 2016-03-19 21:43:53 UTC -+++ bin/jetty.sh -@@ -166,7 +166,7 @@ then - ETC=$HOME/etc - fi - --for CONFIG in {/etc,~/etc}/default/${NAME}{,9} $HOME/.${NAME}rc; do -+for CONFIG in {/etc,~/etc}/default/${NAME}{,9} $HOME/.${NAME}rc /usr/local/etc/${NAME}/${NAME}{,9}; do - if [ -f "$CONFIG" ] ; then - readConfig "$CONFIG" - fi diff --git a/www/jetty9/files/pkg-message.in b/www/jetty9/files/pkg-message.in deleted file mode 100644 index efdad56ee7ee..000000000000 --- a/www/jetty9/files/pkg-message.in +++ /dev/null @@ -1,58 +0,0 @@ -[ -{ type: install - message: <<EOM -Jetty is now installed in %%APP_HOME%% - -From Jetty 9, the way to configure it has changed. You are **strongly** -advised to read the documentation found here: - -http://www.eclipse.org/jetty/documentation/current/ - -Please pay particular attention to HOME and BASE documentation, i.e.,: - -http://www.eclipse.org/jetty/documentation/current/startup-base-and-home.html - -You may want to activate it in /etc/rc.conf: - - # sysrc %%APP_NAME%%_enable="YES" - -A sample configuration file can be found here: - - %%ETCDIR%%/%%APP_NAME%%.sample - -Please modify it to suit your needs, paying particular attention -to the value of JETTY_HOME and JETTY_BASE. - -Once you are happy with the configuration file, you can start Jetty: - - # service %%APP_NAME%% start - -Once Jetty is started, point your web browser to the default home page at -http://localhost:8080/. - -A demo web app is installed for your convenience. - -== ADVANCED USAGE == - -If you need to pass special options to Java/Jetty, please set the appropriate -variables in the configuration file, e.g., - - # Increase memory limit of the Java virtual machine - - JAVA_OPTIONS="-Xms32m -Xmx256m" - - # Run Java with remote debugging turned on on port 8186 - - JAVA_OPTIONS="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8186" - -More configuration options are presented in the sample file. -EOM -} -{ type: remove - message: <<EOM -If, when, Jetty is removed, you can safely delete this directory: - - %%WWWDIR%% -EOM -} -] diff --git a/www/jetty9/pkg-descr b/www/jetty9/pkg-descr deleted file mode 100644 index ce0abf0982be..000000000000 --- a/www/jetty9/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The Jetty Web Server provides an HTTP server and Servlet container -capable of serving static and dynamic content either from a standalone -or embedded instantiations. From jetty-7, the jetty webserver and -other core compoments are hosted by the eclipse foundation. - -The project provides: - -* Asynchronous HTTP Server -* Standard based Servlet Container -* Web Sockets server -* Asynchronous HTTP Client -* OSGi, JNDI, JMX, JASPI, AJP support diff --git a/www/jetty9/pkg-plist b/www/jetty9/pkg-plist deleted file mode 100644 index a3fafbef6a59..000000000000 --- a/www/jetty9/pkg-plist +++ /dev/null @@ -1,436 +0,0 @@ -@sample %%ETCDIR%%/%%APP_NAME%%.sample -@comment %%APP_NAME%%/bin/%%APP_NAME%%.service -sbin/%%APP_NAME%%.sh -%%APP_HOME%%/README.TXT -%%APP_HOME%%/VERSION.txt -@(www,www,755) %%APP_HOME%%/bin/jetty.sh -%%APP_HOME%%/%%ETCDIR%%-bytebufferpool-logarithmic.xml -%%APP_HOME%%/%%ETCDIR%%-ssl-context-reload.xml -%%APP_HOME%%/etc/README.spnego -%%APP_HOME%%/etc/cdi/jetty-cdi.xml -%%APP_HOME%%/etc/cdi/jetty-cdi2.xml -%%APP_HOME%%/etc/cdi/jetty-web-cdi2.xml -%%APP_HOME%%/etc/console-capture.xml -%%APP_HOME%%/etc/example-quickstart.xml -%%APP_HOME%%/etc/home-base-warning.xml -%%APP_HOME%%/etc/jdbcRealm.properties -%%APP_HOME%%/etc/jetty-acceptratelimit.xml -%%APP_HOME%%/etc/jetty-alpn.xml -%%APP_HOME%%/etc/jetty-annotations.xml -%%APP_HOME%%/etc/jetty-bytebufferpool.xml -%%APP_HOME%%/etc/jetty-connectionlimit.xml -%%APP_HOME%%/etc/jetty-customrequestlog.xml -%%APP_HOME%%/etc/jetty-debug.xml -%%APP_HOME%%/etc/jetty-debuglog.xml -%%APP_HOME%%/etc/jetty-decorate.xml -%%APP_HOME%%/etc/jetty-deploy.xml -%%APP_HOME%%/etc/jetty-gzip.xml -%%APP_HOME%%/etc/jetty-http-forwarded.xml -%%APP_HOME%%/etc/jetty-http.xml -%%APP_HOME%%/etc/jetty-http2.xml -%%APP_HOME%%/etc/jetty-http2c.xml -%%APP_HOME%%/etc/jetty-https.xml -%%APP_HOME%%/etc/jetty-ipaccess.xml -%%APP_HOME%%/etc/jetty-jaas.xml -%%APP_HOME%%/etc/jetty-jmx-remote.xml -%%APP_HOME%%/etc/jetty-jmx.xml -%%APP_HOME%%/etc/jetty-lowresources.xml -%%APP_HOME%%/etc/jetty-openid.xml -%%APP_HOME%%/etc/jetty-plus.xml -%%APP_HOME%%/etc/jetty-proxy-protocol-ssl.xml -%%APP_HOME%%/etc/jetty-proxy-protocol.xml -%%APP_HOME%%/etc/jetty-proxy.xml -%%APP_HOME%%/etc/jetty-requestlog.xml -%%APP_HOME%%/etc/jetty-rewrite-customizer.xml -%%APP_HOME%%/etc/jetty-rewrite.xml -%%APP_HOME%%/etc/jetty-setuid.xml -%%APP_HOME%%/etc/jetty-spring.xml -%%APP_HOME%%/etc/jetty-ssl-context.xml -%%APP_HOME%%/etc/jetty-ssl.xml -%%APP_HOME%%/etc/jetty-started.xml -%%APP_HOME%%/etc/jetty-stats.xml -%%APP_HOME%%/etc/jetty-stop.xml -%%APP_HOME%%/etc/jetty-threadlimit.xml -%%APP_HOME%%/etc/jetty-threadpool.xml -%%APP_HOME%%/etc/jetty-unixsocket-forwarded.xml -%%APP_HOME%%/etc/jetty-unixsocket-http.xml -%%APP_HOME%%/etc/jetty-unixsocket-http2c.xml -%%APP_HOME%%/etc/jetty-unixsocket-proxy-protocol.xml -%%APP_HOME%%/etc/jetty-unixsocket-secure.xml -%%APP_HOME%%/etc/jetty-unixsocket.xml -%%APP_HOME%%/etc/jetty-web-decorate.xml -%%APP_HOME%%/etc/jetty-webapp.xml -%%APP_HOME%%/etc/jetty.conf -%%APP_HOME%%/etc/jetty.xml -%%APP_HOME%%/etc/krb5.ini -%%APP_HOME%%/etc/rewrite-compactpath.xml -%%APP_HOME%%/etc/sessions/file/session-store.xml -%%APP_HOME%%/etc/sessions/gcloud/session-store.xml -%%APP_HOME%%/etc/sessions/hazelcast/default.xml -%%APP_HOME%%/etc/sessions/hazelcast/remote.xml -%%APP_HOME%%/etc/sessions/id-manager.xml -%%APP_HOME%%/etc/sessions/infinispan/infinispan-common.xml -%%APP_HOME%%/etc/sessions/infinispan/infinispan-embedded-query.xml -%%APP_HOME%%/etc/sessions/infinispan/infinispan-embedded.xml -%%APP_HOME%%/etc/sessions/infinispan/infinispan-remote-query.xml -%%APP_HOME%%/etc/sessions/infinispan/infinispan-remote.xml -%%APP_HOME%%/etc/sessions/jdbc/datasource.xml -%%APP_HOME%%/etc/sessions/jdbc/driver.xml -%%APP_HOME%%/etc/sessions/jdbc/session-store.xml -%%APP_HOME%%/etc/sessions/mongo/session-store-by-address.xml -%%APP_HOME%%/etc/sessions/mongo/session-store-by-uri.xml -%%APP_HOME%%/etc/sessions/session-cache-hash.xml -%%APP_HOME%%/etc/sessions/session-cache-null.xml -%%APP_HOME%%/etc/sessions/session-data-cache/session-caching-store.xml -%%APP_HOME%%/etc/sessions/session-data-cache/xmemcached.xml -%%APP_HOME%%/etc/spnego.conf -%%APP_HOME%%/etc/spnego.properties -%%APP_HOME%%/etc/webdefault.xml -%%APP_HOME%%/lib/annotations/asm-9.5.jar -%%APP_HOME%%/lib/annotations/asm-analysis-9.5.jar -%%APP_HOME%%/lib/annotations/asm-commons-9.5.jar -%%APP_HOME%%/lib/annotations/asm-tree-9.5.jar -%%APP_HOME%%/lib/annotations/javax.annotation-api-1.3.2.jar -%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-el-8.5.70.jar -%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-jsp-8.5.70.jar -%%APP_HOME%%/lib/apache-jsp/org.eclipse.jdt.ecj-3.19.0.jar -%%APP_HOME%%/lib/apache-jsp/org.eclipse.jetty.apache-jsp-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/apache-jstl/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar -%%APP_HOME%%/lib/apache-jstl/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar -%%APP_HOME%%/lib/ext/.donotdelete -%%APP_HOME%%/lib/fcgi/fcgi-client-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/fcgi/fcgi-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/http2/http2-common-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/http2/http2-hpack-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/http2/http2-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/infinispan-common-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/infinispan-embedded-query-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/infinispan-remote-query-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jaspi/javax.security.auth.message-1.0.0.v201108011116.jar -%%APP_HOME%%/lib/jetty-alpn-conscrypt-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-alpn-java-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-alpn-openjdk8-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-alpn-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-annotations-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-cdi-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-client-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-continuation-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-deploy-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-gcloud-session-manager-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-hazelcast-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-http-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-io-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-jaas-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-jaspi-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-jmx-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-jndi-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-memcached-sessions-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-nosql-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-openid-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-plus-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-proxy-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-quickstart-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-rewrite-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-schemas-3.1.jar -%%APP_HOME%%/lib/jetty-security-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-servlet-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-servlets-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-unixsocket-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-util-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-util-ajax-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-webapp-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-xml-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/mail/javax.mail.glassfish-1.4.1.v201005082020.jar -%%APP_HOME%%/lib/servlet-api-3.1.jar -%%APP_HOME%%/lib/setuid/jetty-setuid-java-1.0.4.jar -%%APP_HOME%%/lib/spring/jetty-spring-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/transactions/javax.transaction-api-1.3.jar -%%APP_HOME%%/lib/websocket/javax-websocket-client-impl-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/javax-websocket-server-impl-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/javax.websocket-api-1.0.jar -%%APP_HOME%%/lib/websocket/websocket-api-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/websocket-client-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/websocket-common-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/websocket-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/websocket-servlet-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/license-eplv10-aslv20.html -%%APP_HOME%%/logs/.donotdelete -%%APP_HOME%%/modules/.donotdelete -%%APP_HOME%%/modules/acceptratelimit.mod -%%APP_HOME%%/modules/alpn.mod -%%APP_HOME%%/modules/alpn-impl/alpn-available-false.mod -%%APP_HOME%%/modules/alpn-impl/alpn-available-true.mod -%%APP_HOME%%/modules/annotations.mod -%%APP_HOME%%/modules/apache-jsp.mod -%%APP_HOME%%/modules/apache-jstl.mod -%%APP_HOME%%/modules/bytebufferpool.mod -%%APP_HOME%%/modules/bytebufferpool-logarithmic.mod -%%APP_HOME%%/modules/cdi-decorate.mod -%%APP_HOME%%/modules/cdi-spi.mod -%%APP_HOME%%/modules/cdi.mod -%%APP_HOME%%/modules/cdi2.mod -%%APP_HOME%%/modules/client.mod -%%APP_HOME%%/modules/connectionlimit.mod -%%APP_HOME%%/modules/conscrypt.mod -%%APP_HOME%%/modules/conscrypt/conscrypt.xml -%%APP_HOME%%/modules/console-capture.mod -%%APP_HOME%%/modules/continuation.mod -%%APP_HOME%%/modules/customrequestlog.mod -%%APP_HOME%%/modules/debug.mod -%%APP_HOME%%/modules/debuglog.mod -%%APP_HOME%%/modules/decorate.mod -%%APP_HOME%%/modules/deploy.mod -%%APP_HOME%%/modules/deprecated.properties -%%APP_HOME%%/modules/ext.mod -%%APP_HOME%%/modules/fcgi.mod -%%APP_HOME%%/modules/flight-recorder.mod -%%APP_HOME%%/modules/gcloud-datastore.mod -%%APP_HOME%%/modules/gcloud.mod -%%APP_HOME%%/modules/gcloud/index.yaml -%%APP_HOME%%/modules/global-webapp-common.d/global-webapp-common.xml -%%APP_HOME%%/modules/global-webapp-common.d/webapp-common.xml -%%APP_HOME%%/modules/global-webapp-common.mod -%%APP_HOME%%/modules/gzip.mod -%%APP_HOME%%/modules/hawtio.mod -%%APP_HOME%%/modules/hawtio/hawtio.xml -%%APP_HOME%%/modules/home-base-warning.mod -%%APP_HOME%%/modules/http-forwarded.mod -%%APP_HOME%%/modules/http.mod -%%APP_HOME%%/modules/http2.mod -%%APP_HOME%%/modules/http2c.mod -%%APP_HOME%%/modules/https.mod -%%APP_HOME%%/modules/inetaccess.mod -%%APP_HOME%%/modules/inetaccess/jetty-inetaccess.xml -%%APP_HOME%%/modules/infinispan-embedded-query.mod -%%APP_HOME%%/modules/infinispan-embedded.mod -%%APP_HOME%%/modules/infinispan-remote-query.mod -%%APP_HOME%%/modules/infinispan-remote.mod -%%APP_HOME%%/modules/ipaccess.mod -%%APP_HOME%%/modules/jaas.mod -%%APP_HOME%%/modules/jamon.mod -%%APP_HOME%%/modules/jamon/jamon.xml -%%APP_HOME%%/modules/jaspi.mod -%%APP_HOME%%/modules/jcl-slf4j.mod -%%APP_HOME%%/modules/jdbc.mod -%%APP_HOME%%/modules/jminix.mod -%%APP_HOME%%/modules/jminix/jminix.xml -%%APP_HOME%%/modules/jmx-remote.mod -%%APP_HOME%%/modules/jmx.mod -%%APP_HOME%%/modules/jndi.mod -%%APP_HOME%%/modules/jolokia.mod -%%APP_HOME%%/modules/jolokia/jolokia.xml -%%APP_HOME%%/modules/jsp.mod -%%APP_HOME%%/modules/jstl.mod -%%APP_HOME%%/modules/jul-impl.mod -%%APP_HOME%%/modules/jul-impl/etc/java-util-logging.properties -%%APP_HOME%%/modules/jul-slf4j.mod -%%APP_HOME%%/modules/jul-slf4j/etc/java-util-logging.properties -%%APP_HOME%%/modules/jvm.mod -%%APP_HOME%%/modules/log4j-impl.mod -%%APP_HOME%%/modules/log4j-impl/resources/log4j.xml -%%APP_HOME%%/modules/log4j2-api.mod -%%APP_HOME%%/modules/log4j2-impl.mod -%%APP_HOME%%/modules/log4j2-impl/resources/log4j2.xml -%%APP_HOME%%/modules/log4j2-slf4j.mod -%%APP_HOME%%/modules/logback-access.mod -%%APP_HOME%%/modules/logback-access/jetty-logback-access.xml -%%APP_HOME%%/modules/logback-access/logback-access.xml -%%APP_HOME%%/modules/logback-impl.mod -%%APP_HOME%%/modules/logback-impl/resources/logback.xml -%%APP_HOME%%/modules/logging-jetty.mod -%%APP_HOME%%/modules/logging-jetty/resources/jetty-logging.properties -%%APP_HOME%%/modules/logging-jul.mod -%%APP_HOME%%/modules/logging-log4j.mod -%%APP_HOME%%/modules/logging-log4j2.mod -%%APP_HOME%%/modules/logging-logback.mod -%%APP_HOME%%/modules/logging-slf4j.mod -%%APP_HOME%%/modules/lowresources.mod -%%APP_HOME%%/modules/mail.mod -%%APP_HOME%%/modules/openid.mod -%%APP_HOME%%/modules/openid/openid-baseloginservice.xml -%%APP_HOME%%/modules/plus.mod -%%APP_HOME%%/modules/proxy-protocol-ssl.mod -%%APP_HOME%%/modules/proxy-protocol.mod -%%APP_HOME%%/modules/proxy.mod -%%APP_HOME%%/modules/quickstart.mod -%%APP_HOME%%/modules/requestlog.mod -%%APP_HOME%%/modules/resources.mod -%%APP_HOME%%/modules/rewrite-compactpath.mod -%%APP_HOME%%/modules/rewrite-customizer.mod -%%APP_HOME%%/modules/rewrite.mod -%%APP_HOME%%/modules/security.mod -%%APP_HOME%%/modules/server.mod -%%APP_HOME%%/modules/servlet.mod -%%APP_HOME%%/modules/servlets.mod -%%APP_HOME%%/modules/session-cache-hash.mod -%%APP_HOME%%/modules/session-cache-null.mod -%%APP_HOME%%/modules/session-store-cache.mod -%%APP_HOME%%/modules/session-store-file.mod -%%APP_HOME%%/modules/session-store-gcloud.mod -%%APP_HOME%%/modules/session-store-hazelcast-embedded.mod -%%APP_HOME%%/modules/session-store-hazelcast-remote.mod -%%APP_HOME%%/modules/session-store-infinispan-embedded.mod -%%APP_HOME%%/modules/session-store-infinispan-remote.mod -%%APP_HOME%%/modules/session-store-jdbc.mod -%%APP_HOME%%/modules/session-store-mongo.mod -%%APP_HOME%%/modules/sessions.mod -%%APP_HOME%%/modules/sessions/infinispan/embedded/infinispan-embedded-libs.mod -%%APP_HOME%%/modules/sessions/infinispan/embedded/infinispan-embedded-query-libs.mod -%%APP_HOME%%/modules/sessions/infinispan/embedded/infinispan-embedded-serverclasses.mod -%%APP_HOME%%/modules/sessions/infinispan/embedded/infinispan.xml -%%APP_HOME%%/modules/sessions/infinispan/infinispan-common.mod -%%APP_HOME%%/modules/sessions/infinispan/remote/infinispan-remote-libs.mod -%%APP_HOME%%/modules/sessions/infinispan/remote/infinispan-remote-query-libs.mod -%%APP_HOME%%/modules/sessions/infinispan/remote/infinispan-remote-serverclasses.mod -%%APP_HOME%%/modules/sessions/infinispan/remote/resources/hotrod-client.properties -%%APP_HOME%%/modules/sessions/jdbc/datasource.mod -%%APP_HOME%%/modules/sessions/jdbc/driver.mod -%%APP_HOME%%/modules/sessions/mongo/address.mod -%%APP_HOME%%/modules/sessions/mongo/uri.mod -%%APP_HOME%%/modules/sessions/session-data-cache/xmemcached.mod -%%APP_HOME%%/modules/setuid.mod -%%APP_HOME%%/modules/slf4j-api.mod -%%APP_HOME%%/modules/slf4j-jul.mod -%%APP_HOME%%/modules/slf4j-log4j.mod -%%APP_HOME%%/modules/slf4j-log4j2.mod -%%APP_HOME%%/modules/slf4j-logback.mod -%%APP_HOME%%/modules/slf4j-simple-impl.mod -%%APP_HOME%%/modules/slf4j-simple-impl/resources/simplelogger.properties -%%APP_HOME%%/modules/spring.mod -%%APP_HOME%%/modules/ssl.mod -%%APP_HOME%%/modules/ssl/keystore -%%APP_HOME%%/modules/ssl-reload.mod -%%APP_HOME%%/modules/stats.mod -%%APP_HOME%%/modules/stop.mod -%%APP_HOME%%/modules/threadlimit.mod -%%APP_HOME%%/modules/threadpool.mod -%%APP_HOME%%/modules/transactions.mod -%%APP_HOME%%/modules/unixsocket-forwarded.mod -%%APP_HOME%%/modules/unixsocket-http.mod -%%APP_HOME%%/modules/unixsocket-http2c.mod -%%APP_HOME%%/modules/unixsocket-proxy-protocol.mod -%%APP_HOME%%/modules/unixsocket-secure.mod -%%APP_HOME%%/modules/unixsocket.mod -%%APP_HOME%%/modules/webapp.mod -%%APP_HOME%%/modules/websocket.mod -%%APP_HOME%%/notice.html -%%APP_HOME%%/start.ini -%%APP_HOME%%/start.jar -%%APP_HOME%%/webapps/README.TXT -@dir %%APP_HOME%%/resources -@dir(www,www,755) %%WWWDIR%% -@dir(www,www,755) %%WWWDIR%%/demo-base -@dir(www,www,755) %%WWWDIR%%/demo-base/etc -@dir(www,www,755) %%WWWDIR%%/demo-base/lib -@dir(www,www,755) %%WWWDIR%%/demo-base/lib/ext -@dir(www,www,755) %%WWWDIR%%/demo-base/logs -@dir(www,www,755) %%WWWDIR%%/demo-base/start.d -@dir(www,www,755) %%WWWDIR%%/demo-base/webapps -@dir(www,www,755) %%WWWDIR%%/demo-base/webapps/ROOT -@dir(www,www,755) %%WWWDIR%%/demo-base/webapps/ROOT/images -@dir(www,www,755) %%WWWDIR%%/demo-base/webapps/test.d -@dir(www,www,755) %%WWWDIR%%/demo-base/resources -@owner www -@group www -%%WWWDIR%%/demo-base/etc/demo-rewrite-rules.xml -%%WWWDIR%%/demo-base/etc/keystore -%%WWWDIR%%/demo-base/etc/login.conf -%%WWWDIR%%/demo-base/etc/login.properties -%%WWWDIR%%/demo-base/etc/realm.properties -%%WWWDIR%%/demo-base/etc/test-realm.xml -%%WWWDIR%%/demo-base/lib/ext/test-mock-resources-%%PORTVERSION%%.%%JDVDATE%%.jar -%%WWWDIR%%/demo-base/start.d/annotations.ini -%%WWWDIR%%/demo-base/start.d/client.ini -%%WWWDIR%%/demo-base/start.d/continuation.ini -%%WWWDIR%%/demo-base/start.d/demo.ini -%%WWWDIR%%/demo-base/start.d/deploy.ini -%%WWWDIR%%/demo-base/start.d/ext.ini -%%WWWDIR%%/demo-base/start.d/http.ini -%%WWWDIR%%/demo-base/start.d/https.ini -%%WWWDIR%%/demo-base/start.d/jndi.ini -%%WWWDIR%%/demo-base/start.d/jsp.ini -%%WWWDIR%%/demo-base/start.d/jstl.ini -%%WWWDIR%%/demo-base/start.d/resources.ini -%%WWWDIR%%/demo-base/start.d/server.ini -%%WWWDIR%%/demo-base/start.d/servlets.ini -%%WWWDIR%%/demo-base/start.d/threadpool.ini -%%WWWDIR%%/demo-base/webapps/README.TXT -%%WWWDIR%%/demo-base/webapps/ROOT/images/%%APP_NAME%%-header.jpg -%%WWWDIR%%/demo-base/webapps/ROOT/images/webtide_logo.jpg -%%WWWDIR%%/demo-base/webapps/ROOT/index.html -%%WWWDIR%%/demo-base/webapps/ROOT/%%APP_NAME%%.css -%%WWWDIR%%/demo-base/webapps/async-rest.war -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jconsole1.jpg -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jconsole2.jpg -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jconsole3.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jmc1.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jmc2.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jmc3.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/sessions/images/SessionsHierarchy.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/startup/images/modules-9.3-simplified.dot -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/startup/images/modules-9.3-simplified.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/startup/images/windows-service-%%APP_NAME%%.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/connectors/images/certificate-chain.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/deploying/images/Jetty_DeployManager_AppLifeCycle-1.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/deploying/images/Jetty_DeployManager_DefaultAppLifeCycleBindings.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/deploying/images/Jetty_DeployManager_DeploymentManager_Roles.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/index.html -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start/configuring/images/Jetty_Configuration_File_Relationships.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/basic-architecture-handlers.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/basic-architecture-nested-handlers.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/basic-architecture-patterns.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/basic-architecture-servlet-handler.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/basic-architecture-web-application.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/%%APP_NAME%%-high-level-architecture.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/debug-eclipse-1.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/debug-eclipse-2.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/debug-eclipse-3.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/intellij_debug_view.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/intellij_new_remote_config.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/intellij_select_debug.png -%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/intellij_set_breakpoint.png -%%WWWDIR%%/demo-base/webapps/example-moved.xml -%%WWWDIR%%/demo-base/webapps/javadoc-proxy.war -%%WWWDIR%%/demo-base/webapps/test-jaas.war -%%WWWDIR%%/demo-base/webapps/test-jaas.xml -%%WWWDIR%%/demo-base/webapps/test-jndi.war -%%WWWDIR%%/demo-base/webapps/test-jndi.xml -%%WWWDIR%%/demo-base/webapps/test-spec.war -%%WWWDIR%%/demo-base/webapps/test-spec.xml -%%WWWDIR%%/demo-base/webapps/test.d/override-web.xml -%%WWWDIR%%/demo-base/webapps/test.war -%%WWWDIR%%/demo-base/webapps/test.xml -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/alpn -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/annotations -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/extras -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/fastcgi -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/http2 -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jndi -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/logging -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/runner -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/sessions/legacy -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/tuning -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/contexts -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/jsp -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/security -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/ant -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/clients/http -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/continuations -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/embedding/examples -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/frameworks -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/handlers -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/maven -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/websockets/intro -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/websockets/java -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/websockets/%%APP_NAME%% -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start/getting-started -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start/introduction -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/contributing -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/faq -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/%%APP_NAME%%-xml -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/platforms -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/troubleshooting -@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/upgrading -@group -@owner