Implement m2 based distribution unit.
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 4 Feb 2022 09:54:45 +0000 (10:54 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 4 Feb 2022 09:54:45 +0000 (10:54 +0100)
commitdc3dc242a3f6a42c3048ec75fa93dfd876f7b2a8
tree801d3dcdeb0baf32e3c91275265ee6a213b0ab12
parent0cecfaf26b96285f9a545a2c7e19b094754aeea1
Implement m2 based distribution unit.
23 files changed:
org.argeo.slc.api/src/org/argeo/slc/ManifestConstants.java
org.argeo.slc.build/src/org/argeo/slc/build/A2Factory.java
org.argeo.slc.build/src/org/argeo/slc/build/m2/DefaultArtifact.java
org.argeo.slc.build/src/org/argeo/slc/build/m2/MavenConventionsUtils.java
tp/org.argeo.tp/jetty/common.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.client.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.continuation.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.http.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.io.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.jmx.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.security.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.server.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.servlet.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.servlets.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.util.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.websocket.api.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.websocket.client.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.websocket.common.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.websocket.javax.websocket.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.websocket.javax.websocket.server.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.websocket.server.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.websocket.servlet.bnd [new file with mode: 0644]
tp/org.argeo.tp/jetty/org.eclipse.jetty.xml.bnd [new file with mode: 0644]