Add more markers and protection for xml file migration

Add error message for jetty-jmx.xml migration, don't migrate
Update non-default files jetty-rewrite.xml and jetty-jmx.xml
This commit is contained in:
zzz
2017-03-10 18:48:48 +00:00
parent 4e236fc5ab
commit 6b4f665f34
6 changed files with 38 additions and 85 deletions

View File

@@ -262,9 +262,6 @@
<zipfileset src="${jetty.base}/lib/apache-jsp/org.eclipse.jetty.apache-jsp-${jetty.ver}.jar"/>
</jar>
<!-- Ant bug, don't set update and filesetmanifest or the update doesn't happen,
Their bug tracker claims fixed in 1.8.0 but broken for me in 1.8.1
-->
<jar destfile="jettylib/commons-logging.jar" update="true" >
<manifest>
<attribute name="Note" value="Intentionally empty" />