• Home
  • Raw
  • Download

Lines Matching +full:test +full:- +full:license

4 // Licensed under the Apache License, Version 2.0 (the "License");
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
8 // http://www.apache.org/licenses/LICENSE-2.0
11 // distributed under the License is distributed on an "AS IS" BASIS,
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
19 default_applicable_licenses: ["external_apache-xml_license"],
22 // Added automatically by a large-scale-change that took the approach of
23 // 'apply every license found to every target'. While this makes sure we respect
24 // every license restriction, it may not be entirely correct.
28 // Please consider splitting the single license below into multiple licenses,
30 // default license using the 'licenses: [...]' property on targets as needed.
33 // to attach the license to, and including a comment whether the files may be
35 // See: http://go/android-license-faq
36 license {
37 name: "external_apache-xml_license",
40 "SPDX-license-identifier-Apache-2.0",
41 "SPDX-license-identifier-W3C",
49 // Generally, apache-xml source files are not marked with @hide so we add them
50 // one-by-one after having done so.
52 name: "apache-xml_api_files",
58 name: "apache-xml",
76 "-Xep:MissingOverride:OFF",
77 "-Xep:LockOnBoxedPrimitive:WARN",
85 system_modules: "core-all-system-modules",
90 name: "apache-xml-tests",
96 "test/android_src/**/*.java",
97 "test/java/src/**/*.java",
98 "test/tests/bugzilla/**/*.java",
99 "test/tests/extensions/java/**/*.java",
100 // org.apache.xalan.trace package in xalan-java has to be imported because
101 // the test version is 2.7.3 while the implementation version is 2_7_1.
102 "test/trace-src/org/apache/xalan/trace/**/*.java",
106 "test/java/src/org/apache/qetest/xsl/XSLApiTestsResultTask.java",
107 "test/java/src/org/apache/qetest/xsl/XSLTestAntTask.java",
108 "test/java/src/org/apache/qetest/xsl/XsltcTestsTask.java",
109 "test/java/src/org/apache/qetest/xslwrapper/XTWrapper.java",
110 "test/java/src/org/apache/qetest/xslwrapper/XsltcMainWrapper.java",
111 "test/tests/bugzilla/Bugzilla1110.java",
112 "test/tests/bugzilla/Bugzilla1288.java",
113 "test/tests/bugzilla/Bugzilla6181.java",
114 "test/tests/extensions/java/javaElem01.java",
115 "test/tests/extensions/java/javaSample4.java",
116 "test/java/src/org/apache/qetest/xalanj2/TraceListenerTest.java",
117 "test/java/src/org/apache/qetest/xslwrapper/XalanProcessWrapper.java",
118 "test/tests/bugzilla/BugzillaNodeInfo.java",
121 "test/tests",
122 "test/java/xdocs",
125 exclude_java_resources: ["test/tests/conf-gold/output/Test 31 Gif.gif"],
129 "-Xep:MissingOverride:OFF",
130 "-Xep:LockOnBoxedPrimitive:WARN",
134 "apache-xml-jtidy-prebuilt",
137 "apache-xml",
139 "platform-test-annotations",
142 system_modules: "core-all-system-modules",
146 name: "apache-xml-jtidy-prebuilt",
147 jars: ["test/tools/jtidy-1.0.3.jar"],