From 82b0e4f53275741abf88e23d6d69ff014c7eb0a6 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Mon, 4 Nov 2013 17:27:31 +0000 Subject: [PATCH] Base tree structure and first draft for the AKB App. See https://www.argeo.org/bugzilla/show_bug.cgi?id=190 and https://www.argeo.org/wiki/SLC_Active_Knowledge_Base git-svn-id: https://svn.argeo.org/slc/trunk@6586 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- modules/pom.xml | 1 + plugins/pom.xml | 1 + runtime/pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/modules/pom.xml b/modules/pom.xml index 515eff8ed..03fe4bdeb 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -17,6 +17,7 @@ org.argeo.slc.node.jackrabbit org.argeo.slc.server.repo org.argeo.slc.server.repo.webapp + org.argeo.slc.akb.services diff --git a/plugins/pom.xml b/plugins/pom.xml index 6a3092c43..0975789f0 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -12,6 +12,7 @@ org.argeo.slc.client.ui org.argeo.slc.client.ui.dist + org.argeo.slc.akb.ui org.argeo.slc.client.rcp org.argeo.slc.client.rap diff --git a/runtime/pom.xml b/runtime/pom.xml index 4c045c353..cb5266fea 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -28,5 +28,6 @@ org.argeo.slc.lib.detached org.argeo.slc.repo org.argeo.slc.rpmfactory + org.argeo.slc.akb -- 2.39.5