Repository: syncope Updated Branches: refs/heads/master c1f260ef1 -> d701a03fb
Add the Active Directory Connector to fit/build-tools Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d701a03f Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d701a03f Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d701a03f Branch: refs/heads/master Commit: d701a03fbaa84c079f8442608e279c5c60981160 Parents: c1f260e Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Dec 19 15:41:43 2017 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Dec 19 15:41:43 2017 +0000 ---------------------------------------------------------------------- .../apache/syncope/fit/buildtools/ConnIdStartStopListener.java | 1 + fit/build-tools/src/main/resources/buildToolsContext.xml | 3 +++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/d701a03f/fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/ConnIdStartStopListener.java ---------------------------------------------------------------------- diff --git a/fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/ConnIdStartStopListener.java b/fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/ConnIdStartStopListener.java index 1cb8370..1aaea1b 100644 --- a/fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/ConnIdStartStopListener.java +++ b/fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/ConnIdStartStopListener.java @@ -53,6 +53,7 @@ public class ConnIdStartStopListener implements ServletContextListener { "testconnectorserver.dbtable.bundle", "testconnectorserver.scriptedsql.bundle", "testconnectorserver.csvdir.bundle", + "testconnectorserver.ad.bundle", "testconnectorserver.ldap.bundle" }) { URL url = null; http://git-wip-us.apache.org/repos/asf/syncope/blob/d701a03f/fit/build-tools/src/main/resources/buildToolsContext.xml ---------------------------------------------------------------------- diff --git a/fit/build-tools/src/main/resources/buildToolsContext.xml b/fit/build-tools/src/main/resources/buildToolsContext.xml index a4433c9..b3754ac 100644 --- a/fit/build-tools/src/main/resources/buildToolsContext.xml +++ b/fit/build-tools/src/main/resources/buildToolsContext.xml @@ -57,6 +57,9 @@ under the License. <bean id="testconnectorserver.csvdir.bundle" class="java.lang.String"> <constructor-arg value="net.tirasa.connid.bundles.csvdir-${connid.csvdir.version}.jar"/> </bean> + <bean id="testconnectorserver.ad.bundle" class="java.lang.String"> + <constructor-arg value="net.tirasa.connid.bundles.ad-${connid.ad.version}.jar"/> + </bean> <bean id="testconnectorserver.ldap.bundle" class="java.lang.String"> <constructor-arg value="net.tirasa.connid.bundles.ldap-${connid.ldap.version}.jar"/> </bean>
