Changeset e174a46
- Timestamp:
- May 12, 2019 8:45:17 PM (22 months ago)
- Branches:
- master
- Children:
- 847ebda
- Parents:
- 04a985cd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/jetty/build.xml
r04a985cd re174a46 554 554 <pathelement location="./jettylib/org.mortbay.jetty.jar" /> 555 555 <pathelement location="./jettylib/javax.servlet.jar" /> 556 <pathelement location="./jettylib/jasper-runtime.jar" /> 557 <pathelement location="./jettylib/jetty-deploy.jar" /> 556 558 <pathelement location="./jettylib/jetty-http.jar" /> 557 559 <pathelement location="./jettylib/jetty-io.jar" /> … … 559 561 <pathelement location="./jettylib/jetty-servlet.jar" /> 560 562 <pathelement location="./jettylib/jetty-util.jar" /> 563 <pathelement location="./jettylib/jetty-webapp.jar" /> 561 564 <pathelement location="./jettylib/jetty-xml.jar" /> 562 565 <!-- following are only for debian builds --> -
build.xml
r04a985cd re174a46 881 881 <pathelement location="apps/jetty/jettylib/jasper-runtime.jar" /> 882 882 <pathelement location="apps/jetty/jettylib/javax.servlet.jar" /> 883 <pathelement location="apps/jetty/jettylib/jetty-deploy.jar" /> 883 884 <pathelement location="apps/jetty/jettylib/jetty-http.jar" /> 884 885 <pathelement location="apps/jetty/jettylib/jetty-security.jar" />
Note: See TracChangeset
for help on using the changeset viewer.