mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Prevent usage of javax.xml package of running JVM
This commit is contained in:
parent
7fe79a1768
commit
c42b9fac28
|
@ -12,6 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
includePackageHierarchy|java=false
|
includePackageHierarchy|java=false
|
||||||
|
includePackageHierarchy|javax.xml=false
|
||||||
mapPackageHierarchy|org.threeten.bp=java.time
|
mapPackageHierarchy|org.threeten.bp=java.time
|
||||||
stripPrefixFromPackageHierarchyClasses|org.teavm.classlib.java=T
|
stripPrefixFromPackageHierarchyClasses|org.teavm.classlib.java=T
|
||||||
mapPackageHierarchy|org.teavm.classlib.java=java
|
mapPackageHierarchy|org.teavm.classlib.java=java
|
Loading…
Reference in New Issue
Block a user