Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
tomcat10.33312
tomcat-osgi-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tomcat-osgi-build.patch of Package tomcat10.33312
Index: apache-tomcat-10.1.5-src/build.xml =================================================================== --- apache-tomcat-10.1.5-src.orig/build.xml +++ apache-tomcat-10.1.5-src/build.xml @@ -217,11 +217,11 @@ <!-- Classpaths --> <path id="compile.classpath"> - <pathelement location="${bnd.jar}"/> <pathelement location="${jdt.jar}"/> <pathelement location="${jaxrpc-lib.jar}"/> <pathelement location="${wsdl4j-lib.jar}"/> <pathelement location="${migration-lib.jar}"/> + <path refid="bnd.classpath"/> </path> <path id="tomcat.classpath"> @@ -3884,6 +3884,13 @@ Read the Building page on the Apache Tom <!-- Add bnd tasks to project --> <path id="bnd.classpath"> <fileset file="${bnd.jar}" /> + <fileset dir="${bnd.dir}"> + <include name="**/*.jar"/> + </fileset> + <fileset file="${osgiannotation.jar}" /> + <fileset file="${osgicmpn.jar}" /> + <fileset file="${osgicore.jar}" /> + <fileset file="${slf4j-api.jar}" /> </path> <taskdef resource="aQute/bnd/ant/taskdef.properties" classpathref="bnd.classpath" />
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor