Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:11902
tomcat.openSUSE_Leap_15.1_Update
tomcat-9.0-disable-osgi-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tomcat-9.0-disable-osgi-build.patch of Package tomcat.openSUSE_Leap_15.1_Update
Index: apache-tomcat-9.0.21-src/build.xml =================================================================== --- apache-tomcat-9.0.21-src.orig/build.xml +++ apache-tomcat-9.0.21-src/build.xml @@ -730,7 +730,7 @@ </target> <target name="build-bnd" unless="bnd.uptodate" - depends="setup-bnd,build-prepare"> + depends="setup-bnd,build-prepare" if="add.osgi.jar.metadata"> <mkdir dir="${tomcat.bnd}" /> <copy todir="${tomcat.bnd}" overwrite="yes" filtering="yes" @@ -3199,7 +3199,7 @@ Read the Building page on the Apache Tom <!-- ======================= Macros, Taskdefs etc ======================== --> - <target name="download-bnd" > + <target name="download-bnd" if="add.osgi.jar.metadata"> <!-- Download bnd --> <antcall target="downloadfile"> <param name="sourcefile" value="${bnd.loc}"/> @@ -3221,7 +3221,7 @@ Read the Building page on the Apache Tom </antcall> </target> - <target name="setup-bnd" depends="download-bnd"> + <target name="setup-bnd" depends="download-bnd" if="add.osgi.jar.metadata"> <!-- Add bnd tasks to project --> <path id="bndlib.classpath"> <fileset file="${bnd.jar}" /> @@ -3261,7 +3261,7 @@ Read the Building page on the Apache Tom <zipfileset file="@{notice}" fullpath="META-INF/NOTICE" /> <zipfileset file="@{license}" fullpath="META-INF/LICENSE" /> </jar> - <antcall target="add-osgi" > + <antcall target="add-osgi" if:set="add.osgi.jar.metadata"> <param name="jarfile" value="@{jarfile}" /> <param name="addOSGi" value="@{addOSGi}" /> </antcall>
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