Base tree structure and first draft for the AKB App.
authorBruno Sinou <bsinou@argeo.org>
Mon, 4 Nov 2013 17:20:22 +0000 (17:20 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 4 Nov 2013 17:20:22 +0000 (17:20 +0000)
commit0dbe5d73f52b731fbd9618ef6a62a40c41f12def
tree38687295e113e6dc159b1800355539ff0a59a3db
parentc34e2d164d97dff0f4e8f87946fb8c9778dff035
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@6585 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
33 files changed:
modules/org.argeo.slc.akb.services/.project [new file with mode: 0644]
modules/org.argeo.slc.akb.services/META-INF/spring/jackrabbit.xml [new file with mode: 0644]
modules/org.argeo.slc.akb.services/META-INF/spring/services-osgi.xml [new file with mode: 0644]
modules/org.argeo.slc.akb.services/META-INF/spring/services.xml [new file with mode: 0644]
modules/org.argeo.slc.akb.services/init.ldif [new file with mode: 0644]
modules/org.argeo.slc.akb.services/pom.xml [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/.classpath [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/.project [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/META-INF/spring/commands.xml [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/META-INF/spring/editors.xml [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/META-INF/spring/osgi.xml [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/META-INF/spring/views.xml [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/build.properties [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/icons/akb.png [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/icons/smallerOrnamentLogo.png [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/plugin.xml [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/pom.xml [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/src/main/java/org/argeo/slc/akb/ui/AkbEnvPerspective.java [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/src/main/java/org/argeo/slc/akb/ui/AkbImages.java [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/src/main/java/org/argeo/slc/akb/ui/AkbTemplatesPerspective.java [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/src/main/java/org/argeo/slc/akb/ui/AkbUiConstants.java [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/src/main/java/org/argeo/slc/akb/ui/AkbUiPlugin.java [new file with mode: 0644]
plugins/org.argeo.slc.akb.ui/src/main/java/org/argeo/slc/akb/ui/views/AkbDefaultView.java [new file with mode: 0644]
runtime/org.argeo.slc.akb/.classpath [new file with mode: 0644]
runtime/org.argeo.slc.akb/.project [new file with mode: 0644]
runtime/org.argeo.slc.akb/build.properties [new file with mode: 0644]
runtime/org.argeo.slc.akb/pom.xml [new file with mode: 0644]
runtime/org.argeo.slc.akb/src/main/java/org/argeo/slc/akb/AkbConstants.java [new file with mode: 0644]
runtime/org.argeo.slc.akb/src/main/java/org/argeo/slc/akb/AkbException.java [new file with mode: 0644]
runtime/org.argeo.slc.akb/src/main/java/org/argeo/slc/akb/AkbNames.java [new file with mode: 0644]
runtime/org.argeo.slc.akb/src/main/java/org/argeo/slc/akb/AkbTypes.java [new file with mode: 0644]
runtime/org.argeo.slc.akb/src/main/resources/org/argeo/slc/akb/akb.cnd [new file with mode: 0644]