0797b1
diff -up ./build.xml.orig ./build.xml
0797b1
--- build.xml.orig	2021-07-07 10:53:55.493742841 +0800
0797b1
+++ build.xml	2021-07-07 11:09:43.107968515 +0800
0797b1
@@ -1020,7 +1020,7 @@
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.annotations-api"
0797b1
       manifest="${tomcat.manifests}/annotations-api.jar.manifest"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
@@ -1029,41 +1029,41 @@
0797b1
       manifest="${tomcat.manifests}/servlet-api.jar.manifest"
0797b1
       notice="${tomcat.manifests}/servlet-api.jar.notice"
0797b1
       license="${tomcat.manifests}/servlet-api.jar.license"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.el-api"
0797b1
       manifest="${tomcat.manifests}/el-api.jar.manifest"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.jsp-api"
0797b1
       manifest="${tomcat.manifests}/jsp-api.jar.manifest"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.websocket-api"
0797b1
       manifest="${tomcat.manifests}/websocket-api.jar.manifest"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.jaspic-api"
0797b1
       manifest="${tomcat.manifests}/jaspic-api.jar.manifest"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.tomcat-juli"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
@@ -1075,61 +1075,61 @@
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.tomcat-util"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.tomcat-api"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.tomcat-util-scan"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.tomcat-jni"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.tomcat-coyote"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.tomcat-websocket"
0797b1
       meta-inf="${tomcat.manifests}/tomcat-websocket.jar"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.catalina-tribes"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.catalina"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.catalina-ha"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.catalina-ssi"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
@@ -1140,27 +1140,27 @@
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.catalina-storeconfig"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.jasper-el"
0797b1
       meta-inf="${tomcat.manifests}/jasper-el.jar"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.jasper"
0797b1
       meta-inf="${tomcat.manifests}/jasper.jar"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
       filesDir="${tomcat.classes}"
0797b1
       filesId="files.tomcat-dbcp"
0797b1
-      addOSGi="true" />
0797b1
+      addOSGi="false" />
0797b1
 
0797b1
     
0797b1
     
0797b1
@@ -1620,7 +1620,7 @@
0797b1
            filesId="files.tomcat-embed-core"
0797b1
            notice="${tomcat.manifests}/servlet-api.jar.notice"
0797b1
            license="${tomcat.manifests}/servlet-api.jar.license"
0797b1
-           addOSGi="true"
0797b1
+           addOSGi="false"
0797b1
            addGraal="true"
0797b1
            graalPrefix="org.apache.tomcat.embed/tomcat-embed-core"
0797b1
            graalFiles="res/graal/tomcat-embed-core/native-image"
0797b1
@@ -1628,7 +1628,7 @@
0797b1
     
0797b1
            filesDir="${tomcat.classes}"
0797b1
            filesId="files.tomcat-embed-el"
0797b1
-           addOSGi="true"
0797b1
+           addOSGi="false"
0797b1
            addGraal="true"
0797b1
            graalPrefix="org.apache.tomcat.embed/tomcat-embed-el"
0797b1
            graalFiles="res/graal/tomcat-embed-el/native-image"
0797b1
@@ -1637,7 +1637,7 @@
0797b1
            filesDir="${tomcat.classes}"
0797b1
            filesId="files.tomcat-embed-jasper"
0797b1
            meta-inf="${tomcat.manifests}/jasper.jar"
0797b1
-           addOSGi="true"
0797b1
+           addOSGi="false"
0797b1
            addGraal="true"
0797b1
            graalPrefix="org.apache.tomcat.embed/tomcat-embed-jasper"
0797b1
            graalFiles="res/graal/tomcat-embed-jasper/native-image"
0797b1
@@ -1646,7 +1646,7 @@
0797b1
            filesDir="${tomcat.classes}"
0797b1
            filesId="files.tomcat-embed-websocket"
0797b1
            meta-inf="${tomcat.manifests}/tomcat-websocket.jar"
0797b1
-           addOSGi="true"
0797b1
+           addOSGi="false"
0797b1
            addGraal="true"
0797b1
            graalPrefix="org.apache.tomcat.embed/tomcat-embed-websocket"
0797b1
            graalFiles="res/graal/tomcat-embed-websocket/native-image"