This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new dfdf344 Store common build details in a shared build-defaults.bnd dfdf344 is described below commit dfdf3448629ead89c888b5717a30870fe7f085ba Author: Raymond Augé <rotty3...@apache.org> AuthorDate: Sat Jun 13 20:32:40 2020 -0400 Store common build details in a shared build-defaults.bnd Signed-off-by: Raymond Augé <rotty3...@apache.org> --- res/bnd/annotations-api.jar.tmp.bnd | 4 +++- res/bnd/{el-api.jar.tmp.bnd => build-defaults.bnd} | 4 +--- res/bnd/catalina-ha.jar.tmp.bnd | 4 +++- res/bnd/catalina-ssi.jar.tmp.bnd | 4 +++- res/bnd/catalina-storeconfig.jar.tmp.bnd | 4 +++- res/bnd/catalina-tribes.jar.tmp.bnd | 4 +++- res/bnd/catalina.jar.tmp.bnd | 4 +++- res/bnd/el-api.jar.tmp.bnd | 4 +++- res/bnd/jasper-el.jar.tmp.bnd | 4 +++- res/bnd/jasper.jar.tmp.bnd | 4 +++- res/bnd/jaspic-api.jar.tmp.bnd | 4 +++- res/bnd/jsp-api.jar.tmp.bnd | 4 +++- res/bnd/servlet-api.jar.tmp.bnd | 4 +++- res/bnd/tomcat-api.jar.tmp.bnd | 4 +++- res/bnd/tomcat-coyote.jar.tmp.bnd | 4 +++- res/bnd/tomcat-dbcp.jar.tmp.bnd | 4 +++- res/bnd/tomcat-embed-core.jar.tmp.bnd | 4 +++- res/bnd/tomcat-embed-el.jar.tmp.bnd | 4 +++- res/bnd/tomcat-embed-jasper.jar.tmp.bnd | 4 +++- res/bnd/tomcat-embed-websocket.jar.tmp.bnd | 4 +++- res/bnd/tomcat-jni.jar.tmp.bnd | 4 +++- res/bnd/tomcat-juli.jar.tmp.bnd | 4 +++- res/bnd/tomcat-util-scan.jar.tmp.bnd | 4 +++- res/bnd/tomcat-util.jar.tmp.bnd | 4 +++- res/bnd/tomcat-websocket.jar.tmp.bnd | 4 +++- res/bnd/websocket-api.jar.tmp.bnd | 4 +++- webapps/docs/changelog.xml | 4 ++++ 27 files changed, 80 insertions(+), 28 deletions(-) diff --git a/res/bnd/annotations-api.jar.tmp.bnd b/res/bnd/annotations-api.jar.tmp.bnd index 702a5ad..7c13124 100644 --- a/res/bnd/annotations-api.jar.tmp.bnd +++ b/res/bnd/annotations-api.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-annotations-api Bundle-SymbolicName: org.apache.tomcat-annotations-api -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ jakarta.annotation,\ jakarta.annotation.security,\ diff --git a/res/bnd/el-api.jar.tmp.bnd b/res/bnd/build-defaults.bnd similarity index 89% copy from res/bnd/el-api.jar.tmp.bnd copy to res/bnd/build-defaults.bnd index 6eb434e..06e64c4 100644 --- a/res/bnd/el-api.jar.tmp.bnd +++ b/res/bnd/build-defaults.bnd @@ -12,7 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -Bundle-Name: tomcat-el-api -Bundle-SymbolicName: org.apache.tomcat-el-api + Bundle-Version: ${version_cleanup;${version}} -Export-Package: jakarta.el \ No newline at end of file diff --git a/res/bnd/catalina-ha.jar.tmp.bnd b/res/bnd/catalina-ha.jar.tmp.bnd index 1e88476..824f99e 100644 --- a/res/bnd/catalina-ha.jar.tmp.bnd +++ b/res/bnd/catalina-ha.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-catalina-ha Bundle-SymbolicName: org.apache.tomcat-catalina-ha -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.catalina.ha,\ org.apache.catalina.ha.authenticator,\ diff --git a/res/bnd/catalina-ssi.jar.tmp.bnd b/res/bnd/catalina-ssi.jar.tmp.bnd index ba9fd41..87c0cbd 100644 --- a/res/bnd/catalina-ssi.jar.tmp.bnd +++ b/res/bnd/catalina-ssi.jar.tmp.bnd @@ -12,8 +12,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-ssi Bundle-SymbolicName: org.apache.tomcat-ssi -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.catalina.ssi diff --git a/res/bnd/catalina-storeconfig.jar.tmp.bnd b/res/bnd/catalina-storeconfig.jar.tmp.bnd index 0443331..e21e689 100644 --- a/res/bnd/catalina-storeconfig.jar.tmp.bnd +++ b/res/bnd/catalina-storeconfig.jar.tmp.bnd @@ -12,7 +12,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-storeconfig Bundle-SymbolicName: org.apache.tomcat-storeconfig -Bundle-Version: ${version_cleanup;${version}} Export-Package: org.apache.catalina.storeconfig \ No newline at end of file diff --git a/res/bnd/catalina-tribes.jar.tmp.bnd b/res/bnd/catalina-tribes.jar.tmp.bnd index a4b8754..630169d 100644 --- a/res/bnd/catalina-tribes.jar.tmp.bnd +++ b/res/bnd/catalina-tribes.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-tribes Bundle-SymbolicName: org.apache.tomcat-tribes -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.catalina.tribes,\ org.apache.catalina.tribes.group,\ diff --git a/res/bnd/catalina.jar.tmp.bnd b/res/bnd/catalina.jar.tmp.bnd index ce296f2..556169f 100644 --- a/res/bnd/catalina.jar.tmp.bnd +++ b/res/bnd/catalina.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-catalina Bundle-SymbolicName: org.apache.tomcat-catalina -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.catalina.authenticator,\ org.apache.catalina.authenticator.jaspic,\ diff --git a/res/bnd/el-api.jar.tmp.bnd b/res/bnd/el-api.jar.tmp.bnd index 6eb434e..18cc1bc 100644 --- a/res/bnd/el-api.jar.tmp.bnd +++ b/res/bnd/el-api.jar.tmp.bnd @@ -12,7 +12,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-el-api Bundle-SymbolicName: org.apache.tomcat-el-api -Bundle-Version: ${version_cleanup;${version}} Export-Package: jakarta.el \ No newline at end of file diff --git a/res/bnd/jasper-el.jar.tmp.bnd b/res/bnd/jasper-el.jar.tmp.bnd index 896ef52..1550548 100644 --- a/res/bnd/jasper-el.jar.tmp.bnd +++ b/res/bnd/jasper-el.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-jasper-el Bundle-SymbolicName: org.apache.tomcat-jasper-el -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.el,\ org.apache.el.lang,\ diff --git a/res/bnd/jasper.jar.tmp.bnd b/res/bnd/jasper.jar.tmp.bnd index 5a5b5e6..4cd16d2 100644 --- a/res/bnd/jasper.jar.tmp.bnd +++ b/res/bnd/jasper.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-jasper Bundle-SymbolicName: org.apache.tomcat-jasper -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.jasper,\ org.apache.jasper.compiler,\ diff --git a/res/bnd/jaspic-api.jar.tmp.bnd b/res/bnd/jaspic-api.jar.tmp.bnd index d376bf6..49c424b 100644 --- a/res/bnd/jaspic-api.jar.tmp.bnd +++ b/res/bnd/jaspic-api.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-jaspic-api Bundle-SymbolicName: org.apache.tomcat-jaspic-api -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ jakarta.security.auth.message,\ jakarta.security.auth.message.callback,\ diff --git a/res/bnd/jsp-api.jar.tmp.bnd b/res/bnd/jsp-api.jar.tmp.bnd index 82646da..7442089 100644 --- a/res/bnd/jsp-api.jar.tmp.bnd +++ b/res/bnd/jsp-api.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-jsp-api Bundle-SymbolicName: org.apache.tomcat-jsp-api -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ jakarta.servlet.jsp,\ jakarta.servlet.jsp.el,\ diff --git a/res/bnd/servlet-api.jar.tmp.bnd b/res/bnd/servlet-api.jar.tmp.bnd index e34289d..94ddded 100644 --- a/res/bnd/servlet-api.jar.tmp.bnd +++ b/res/bnd/servlet-api.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-servlet-api Bundle-SymbolicName: org.apache.tomcat-servlet-api -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ jakarta.servlet,\ jakarta.servlet.annotation,\ diff --git a/res/bnd/tomcat-api.jar.tmp.bnd b/res/bnd/tomcat-api.jar.tmp.bnd index 69a2369..54a3260 100644 --- a/res/bnd/tomcat-api.jar.tmp.bnd +++ b/res/bnd/tomcat-api.jar.tmp.bnd @@ -12,7 +12,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-api Bundle-SymbolicName: org.apache.tomcat-api -Bundle-Version: ${version_cleanup;${version}} Export-Package: org.apache.tomcat diff --git a/res/bnd/tomcat-coyote.jar.tmp.bnd b/res/bnd/tomcat-coyote.jar.tmp.bnd index 24eab7c..0c21cb4 100644 --- a/res/bnd/tomcat-coyote.jar.tmp.bnd +++ b/res/bnd/tomcat-coyote.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-coyote Bundle-SymbolicName: org.apache.tomcat-coyote -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.coyote,\ org.apache.coyote.ajp,\ diff --git a/res/bnd/tomcat-dbcp.jar.tmp.bnd b/res/bnd/tomcat-dbcp.jar.tmp.bnd index 13f73eb..35b4008 100644 --- a/res/bnd/tomcat-dbcp.jar.tmp.bnd +++ b/res/bnd/tomcat-dbcp.jar.tmp.bnd @@ -12,10 +12,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Automatic-Module-Name: org.apache.tomcat.dbcp Bundle-Name: tomcat-dbcp Bundle-SymbolicName: org.apache.tomcat-dbcp -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.tomcat.dbcp.dbcp2.cpdsadapter,\ org.apache.tomcat.dbcp.dbcp2.datasources,\ diff --git a/res/bnd/tomcat-embed-core.jar.tmp.bnd b/res/bnd/tomcat-embed-core.jar.tmp.bnd index e37347d..d7b920a 100644 --- a/res/bnd/tomcat-embed-core.jar.tmp.bnd +++ b/res/bnd/tomcat-embed-core.jar.tmp.bnd @@ -12,10 +12,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Automatic-Module-Name: org.apache.tomcat.embed.core Bundle-Name: tomcat-embed-core Bundle-SymbolicName: org.apache.tomcat-embed-core -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ jakarta.security.auth.message,\ jakarta.security.auth.message.callback,\ diff --git a/res/bnd/tomcat-embed-el.jar.tmp.bnd b/res/bnd/tomcat-embed-el.jar.tmp.bnd index fa4c7ce..f0bc49b 100644 --- a/res/bnd/tomcat-embed-el.jar.tmp.bnd +++ b/res/bnd/tomcat-embed-el.jar.tmp.bnd @@ -12,10 +12,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License.q + +-include: build-defaults.bnd + Automatic-Module-Name: org.apache.tomcat.embed.jasper.el Bundle-Name: tomcat-embed-jasper-el Bundle-SymbolicName: org.apache.tomcat-embed-jasper-el -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ jakarta.el,\ org.apache.el,\ diff --git a/res/bnd/tomcat-embed-jasper.jar.tmp.bnd b/res/bnd/tomcat-embed-jasper.jar.tmp.bnd index f6f3699..53d1d52 100644 --- a/res/bnd/tomcat-embed-jasper.jar.tmp.bnd +++ b/res/bnd/tomcat-embed-jasper.jar.tmp.bnd @@ -12,10 +12,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Automatic-Module-Name: org.apache.tomcat.embed.jasper Bundle-Name: tomcat-embed-jasper Bundle-SymbolicName: org.apache.tomcat-embed-jasper -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ jakarta.servlet.jsp,\ jakarta.servlet.jsp.el,\ diff --git a/res/bnd/tomcat-embed-websocket.jar.tmp.bnd b/res/bnd/tomcat-embed-websocket.jar.tmp.bnd index 700f0f4..c7d0092 100644 --- a/res/bnd/tomcat-embed-websocket.jar.tmp.bnd +++ b/res/bnd/tomcat-embed-websocket.jar.tmp.bnd @@ -12,10 +12,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Automatic-Module-Name: org.apache.tomcat.embed.websocket Bundle-Name: tomcat-embed-websocket Bundle-SymbolicName: org.apache.tomcat-embed-websocket -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ jakarta.websocket,\ jakarta.websocket.server,\ diff --git a/res/bnd/tomcat-jni.jar.tmp.bnd b/res/bnd/tomcat-jni.jar.tmp.bnd index 44386e2..12801f0 100644 --- a/res/bnd/tomcat-jni.jar.tmp.bnd +++ b/res/bnd/tomcat-jni.jar.tmp.bnd @@ -12,7 +12,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-jni Bundle-SymbolicName: org.apache.tomcat-jni -Bundle-Version: ${version_cleanup;${version}} Export-Package: org.apache.tomcat.jni \ No newline at end of file diff --git a/res/bnd/tomcat-juli.jar.tmp.bnd b/res/bnd/tomcat-juli.jar.tmp.bnd index 06646c4..c8b52ed 100644 --- a/res/bnd/tomcat-juli.jar.tmp.bnd +++ b/res/bnd/tomcat-juli.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-juli Bundle-SymbolicName: org.apache.tomcat-juli -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.juli,\ org.apache.juli.logging \ No newline at end of file diff --git a/res/bnd/tomcat-util-scan.jar.tmp.bnd b/res/bnd/tomcat-util-scan.jar.tmp.bnd index 74bb629..b8c293b 100644 --- a/res/bnd/tomcat-util-scan.jar.tmp.bnd +++ b/res/bnd/tomcat-util-scan.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-util-scan Bundle-SymbolicName: org.apache.tomcat-util-scan -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.tomcat.util.descriptor,\ org.apache.tomcat.util.descriptor.tagplugin,\ diff --git a/res/bnd/tomcat-util.jar.tmp.bnd b/res/bnd/tomcat-util.jar.tmp.bnd index 050330e..3c456d8 100644 --- a/res/bnd/tomcat-util.jar.tmp.bnd +++ b/res/bnd/tomcat-util.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-util Bundle-SymbolicName: org.apache.tomcat-util -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.tomcat.util,\ org.apache.tomcat.util.buf,\ diff --git a/res/bnd/tomcat-websocket.jar.tmp.bnd b/res/bnd/tomcat-websocket.jar.tmp.bnd index 8882ea1..623c32c 100644 --- a/res/bnd/tomcat-websocket.jar.tmp.bnd +++ b/res/bnd/tomcat-websocket.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-websocket Bundle-SymbolicName: org.apache.tomcat-websocket -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ org.apache.tomcat.websocket,\ org.apache.tomcat.websocket.server \ No newline at end of file diff --git a/res/bnd/websocket-api.jar.tmp.bnd b/res/bnd/websocket-api.jar.tmp.bnd index 4ff2610..c433385 100644 --- a/res/bnd/websocket-api.jar.tmp.bnd +++ b/res/bnd/websocket-api.jar.tmp.bnd @@ -12,9 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +-include: build-defaults.bnd + Bundle-Name: tomcat-websocket-api Bundle-SymbolicName: org.apache.tomcat-websocket-api -Bundle-Version: ${version_cleanup;${version}} Export-Package: \ jakarta.websocket,\ jakarta.websocket.server \ No newline at end of file diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8641b93..4c68770 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -143,6 +143,10 @@ <bug>64522</bug>: Package jars in effective dependency order. Pull request provided by Raymond Augé. (markt) </fix> + <fix> + Store common build details in a shared build-defaults.bnd. Pull + request provided by Raymond Augé. (markt) + </fix> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org