From 1d0d57193ea0d433575c519d51d549271ff62f2b Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 31 Jan 2019 16:23:12 +0100 Subject: [PATCH] Add Apache SSHD and Flexmark Markdown parser --- META-INF/spring/apache.commons.xml | 8 ++ META-INF/spring/apache.xml | 35 +++++- META-INF/spring/distribution.xml | 15 ++- META-INF/spring/misc.xml | 182 ++++++++++++++++++++++------- META-INF/spring/templates.xml | 27 +++-- 5 files changed, 204 insertions(+), 63 deletions(-) diff --git a/META-INF/spring/apache.commons.xml b/META-INF/spring/apache.commons.xml index 9ab6d35..818e662 100644 --- a/META-INF/spring/apache.commons.xml +++ b/META-INF/spring/apache.commons.xml @@ -17,6 +17,14 @@ parent="template.commonsArchiveWrapper" /> + + + + + + diff --git a/META-INF/spring/apache.xml b/META-INF/spring/apache.xml index ae91263..57579fb 100644 --- a/META-INF/spring/apache.xml +++ b/META-INF/spring/apache.xml @@ -59,11 +59,36 @@ - - - + + + + + + + org.apache.sshd.core + + + + + + + + + diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index 3ac5c65..30c813d 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -14,7 +14,7 @@ class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl" init-method="init" destroy-method="destroy"> + value="org.argeo.tp:argeo-tp:2.1.22-SNAPSHOT" /> @@ -46,6 +46,7 @@ + @@ -55,7 +56,7 @@ - + @@ -70,6 +71,7 @@ + @@ -105,6 +107,9 @@ + + + @@ -121,7 +126,7 @@ class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl" init-method="init" destroy-method="destroy"> + value="org.argeo.tp:argeo-tp-rap-e4:2.1.22-SNAPSHOT" /> @@ -133,7 +138,7 @@ class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl" init-method="init" destroy-method="destroy"> + value="org.argeo.tp:argeo-tp-rcp-e4:2.1.22-SNAPSHOT" /> @@ -145,7 +150,7 @@ class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl" init-method="init" destroy-method="destroy"> + value="org.argeo.tp:argeo-tp-rap-e3:2.1.22-SNAPSHOT" /> diff --git a/META-INF/spring/misc.xml b/META-INF/spring/misc.xml index 6f4e798..939011a 100644 --- a/META-INF/spring/misc.xml +++ b/META-INF/spring/misc.xml @@ -1,30 +1,38 @@ - - + - - + - - + @@ -33,16 +41,19 @@ - + - - + @@ -57,7 +68,8 @@ - + @@ -69,10 +81,12 @@ - - + @@ -88,14 +102,17 @@ p:sourceCoords="org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910" parent="template.mavenWrapper"> - + - - + @@ -106,10 +123,12 @@ - - + @@ -123,7 +142,8 @@ - + @@ -136,19 +156,23 @@ - - + - - + @@ -166,7 +190,8 @@ - + @@ -177,7 +202,8 @@ - + @@ -210,26 +236,31 @@ - - + - - + - + @@ -240,35 +271,96 @@ - - + - + - + - + + + + + + sun.security.x509;resolution:=optional, + * + + + + + + + + + + + + sun.misc;resolution:=optional, + * + + + + + + + + + sun.misc;resolution:=optional, + * + + + + + + + + + + + + + + + + + + + - - - - - - - - - \ No newline at end of file diff --git a/META-INF/spring/templates.xml b/META-INF/spring/templates.xml index 89fe358..ff3e528 100644 --- a/META-INF/spring/templates.xml +++ b/META-INF/spring/templates.xml @@ -1,7 +1,9 @@ - + - + @@ -27,8 +30,8 @@ - + @@ -38,4 +41,12 @@ + + + + + + -- 2.30.2