1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
|
<?xml version="1.0" encoding="UTF-8"?>
<project>
<include file="/usr/share/eclipse-debian-helper/build-eclipse-bundle.xml"/>
<!-- Equinox Application Container -->
<target name="org.eclipse.equinox.app" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry">
<make-bundle name="org.eclipse.equinox.app" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry">
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Bidirectional Text Support -->
<target name="org.eclipse.equinox.bidi" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry">
<make-bundle name="org.eclipse.equinox.bidi" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry"/>
</target>
<!-- Equinox Configuration Admin -->
<target name="org.eclipse.equinox.cm">
<make-bundle name="org.eclipse.equinox.cm">
<pathelement path="/usr/share/java/eclipse-osgi-services.jar"/>
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Commons -->
<target name="org.eclipse.equinox.common">
<make-bundle name="org.eclipse.equinox.common" release="11"/>
</target>
<!-- Equinox Concurrent API -->
<target name="org.eclipse.equinox.concurrent" depends="org.eclipse.equinox.common">
<make-bundle name="org.eclipse.equinox.concurrent" depends="org.eclipse.equinox.common"/>
</target>
<!-- Equinox Console plug-in -->
<target name="org.eclipse.equinox.console">
<make-bundle name="org.eclipse.equinox.console">
<pathelement path="/usr/share/java/org.apache.felix.gogo.runtime.jar"/>
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Console ssh support plug-in -->
<target name="org.eclipse.equinox.console.ssh">
<!-- TODO requires Apache Mina SSHD -->
<make-bundle name="org.eclipse.equinox.console.ssh">
<pathelement path="/usr/share/java/org.apache.felix.gogo.runtime.jar"/>
<pathelement path="/usr/share/java/mina2-core.jar"/>
</make-bundle>
</target>
<!-- Equinox Coordinator -->
<target name="org.eclipse.equinox.coordinator">
<make-bundle name="org.eclipse.equinox.coordinator">
<pathelement path="/usr/share/java/osgi.annotation.jar"/>
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Device Access Service -->
<target name="org.eclipse.equinox.device">
<make-bundle name="org.eclipse.equinox.device">
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Event Admin -->
<target name="org.eclipse.equinox.event">
<make-bundle name="org.eclipse.equinox.event">
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Http Services Servlet -->
<target name="org.eclipse.equinox.http.servlet">
<make-bundle name="org.eclipse.equinox.http.servlet">
<pathelement path="/usr/share/java/commons-fileupload.jar"/>
<pathelement path="/usr/share/java/eclipse-osgi-services.jar"/>
<pathelement path="/usr/share/java/osgi.annotation.jar"/>
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
<pathelement path="/usr/share/java/servlet-api.jar"/>
</make-bundle>
</target>
<!-- Equinox Jetty Http Service -->
<target name="org.eclipse.equinox.http.jetty" depends="org.eclipse.equinox.http.servlet">
<make-bundle name="org.eclipse.equinox.http.jetty" depends="org.eclipse.equinox.http.servlet">
<pathelement path="/usr/share/java/jetty12-http.jar"/>
<pathelement path="/usr/share/java/jetty12-ee8-nested.jar"/>
<pathelement path="/usr/share/java/jetty12-ee8-server.jar"/>
<pathelement path="/usr/share/java/jetty12-ee8-servlet.jar"/>
<pathelement path="/usr/share/java/jetty12-server.jar"/>
<pathelement path="/usr/share/java/jetty12-session.jar"/>
<pathelement path="/usr/share/java/jetty12-util.jar"/>
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
<pathelement path="/usr/share/java/servlet-api.jar"/>
</make-bundle>
</target>
<!-- Equinox Http Service Registry Extensions -->
<target name="org.eclipse.equinox.http.registry" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry">
<make-bundle name="org.eclipse.equinox.http.registry" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry">
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
<pathelement path="/usr/share/java/servlet-api.jar"/>
</make-bundle>
</target>
<!-- Equinox Servletbridge Http Service -->
<target name="org.eclipse.equinox.http.servletbridge" depends="org.eclipse.equinox.http.servlet,org.eclipse.equinox.servletbridge">
<make-bundle name="org.eclipse.equinox.http.servletbridge" depends="org.eclipse.equinox.http.servlet,org.eclipse.equinox.servletbridge">
<pathelement path="/usr/share/java/servlet-api.jar"/>
</make-bundle>
</target>
<!-- Equinox Jasper Jsp Support Bundle -->
<target name="org.eclipse.equinox.jsp.jasper">
<make-bundle name="org.eclipse.equinox.jsp.jasper">
<pathelement path="/usr/share/java/tomcat11-jasper.jar"/>
</make-bundle>
</target>
<!-- Equinox Jasper Jsp Registry Support Plug-in -->
<target name="org.eclipse.equinox.jsp.jasper.registry" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry,org.eclipse.equinox.jsp.jasper">
<make-bundle name="org.eclipse.equinox.jsp.jasper.registry" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry,org.eclipse.equinox.jsp.jasper"/>
</target>
<!-- Eclipse Equinox Launcher -->
<target name="org.eclipse.equinox.launcher">
<make-bundle name="org.eclipse.equinox.launcher"/>
</target>
<!-- Equinox Meta Type -->
<target name="org.eclipse.equinox.metatype">
<make-bundle name="org.eclipse.equinox.metatype">
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Preferences -->
<target name="org.eclipse.equinox.preferences" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry">
<make-bundle name="org.eclipse.equinox.preferences" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry" release="11">
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Region -->
<target name="org.eclipse.equinox.region">
<make-bundle name="org.eclipse.equinox.region"/>
</target>
<!-- Equinox Registry -->
<target name="org.eclipse.equinox.registry" depends="org.eclipse.equinox.common">
<make-bundle name="org.eclipse.equinox.registry" depends="org.eclipse.equinox.common">
<pathelement path="/usr/share/java/eclipse-core-jobs.jar"/>
</make-bundle>
</target>
<!-- Equinox Java Authentication and Authorization Service (JAAS) -->
<target name="org.eclipse.equinox.security" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry,org.eclipse.equinox.preferences">
<!-- TODO build the native code -->
<make-bundle name="org.eclipse.equinox.security" depends="org.eclipse.equinox.common,org.eclipse.equinox.registry,org.eclipse.equinox.preferences">
<pathelement path="/usr/share/java/eclipse-core-jobs.jar"/>
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Security Default UI -->
<target name="org.eclipse.equinox.security.ui" depends="org.eclipse.equinox.common,org.eclipse.equinox.security,org.eclipse.equinox.preferences">
<make-bundle name="org.eclipse.equinox.security.ui" depends="org.eclipse.equinox.common,org.eclipse.equinox.security,org.eclipse.equinox.preferences" release="11">
<pathelement path="/usr/share/java/eclipse-ui-workbench.jar"/>
<pathelement path="/usr/share/java/eclipse-jface.jar"/>
<pathelement path="/usr/share/java/swt4.jar"/>
<pathelement path="/usr/share/java/eclipse-core-jobs.jar"/>
<pathelement path="/usr/share/java/eclipse-core-runtime.jar"/>
<pathelement path="/usr/share/java/eclipse-core-commands.jar"/>
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Servletbridge -->
<target name="org.eclipse.equinox.servletbridge">
<make-bundle name="org.eclipse.equinox.servletbridge">
<pathelement path="/usr/share/java/servlet-api.jar"/>
</make-bundle>
</target>
<!-- Equinox Transformer Hook Framework Extension -->
<target name="org.eclipse.equinox.transforms.hook">
<make-bundle name="org.eclipse.equinox.transforms.hook"/>
</target>
<!-- Equinox Transforms XSLT -->
<target name="org.eclipse.equinox.transforms.xslt">
<make-bundle name="org.eclipse.equinox.transforms.xslt"/>
</target>
<!-- Equinox User Admin Service -->
<target name="org.eclipse.equinox.useradmin">
<make-bundle name="org.eclipse.equinox.useradmin">
<pathelement path="/usr/share/java/osgi.cmpn.jar"/>
</make-bundle>
</target>
<!-- Equinox Weaving Caching -->
<target name="org.eclipse.equinox.weaving.caching" depends="org.eclipse.equinox.weaving.hook">
<make-bundle name="org.eclipse.equinox.weaving.caching" depends="org.eclipse.equinox.weaving.hook"/>
</target>
<!-- Equinox Weaving Hook -->
<target name="org.eclipse.equinox.weaving.hook">
<make-bundle name="org.eclipse.equinox.weaving.hook"/>
</target>
<!-- Eclipse OSGi System Bundle -->
<target name="org.eclipse.osgi">
<make-bundle name="org.eclipse.osgi">
<pathelement path="/usr/share/java/osgi.annotation.jar"/>
</make-bundle>
</target>
<!-- Equinox State and Resolver Compatibility Fragment-->
<target name="org.eclipse.osgi.compatibility.state" depends="org.eclipse.osgi">
<make-bundle name="org.eclipse.osgi.compatibility.state" depends="org.eclipse.osgi"/>
</target>
<!-- Eclipse OSGi Service Interfaces and Classes -->
<target name="org.eclipse.osgi.services" depends="org.eclipse.osgi">
<make-bundle name="org.eclipse.osgi.services" depends="org.eclipse.osgi">
<pathelement path="/usr/share/java/osgi.annotation.jar"/>
<pathelement path="/usr/share/java/servlet-api.jar"/>
</make-bundle>
</target>
</project>
|