You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/02/19 18:04:21 UTC

[51/51] [abbrv] git commit: libraries/ compiling

Updated Branches:
  refs/heads/master 2b0adc97f -> 4c3a7698d


libraries/ compiling


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/4c3a7698
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/4c3a7698
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/4c3a7698

Branch: refs/heads/master
Commit: 4c3a7698d090567271d909924e6ffaa37d8e7837
Parents: c843c15
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Tue Feb 19 18:03:44 2013 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Tue Feb 19 18:03:44 2013 +0100

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml |    6 +-
 .../src/main/resources/archetype-resources/pom.xml |   34 +-
 build/plugins/buildinfo-maven-plugin/pom.xml       |    6 +
 build/plugins/pom.xml                              |    2 +-
 build/plugins/refpack-maven-plugin/pom.xml         |    3 +
 client/lmf-client-js-sample-webapp/pom.xml         |    2 +-
 client/lmf-client-js/pom.xml                       |    2 +-
 client/lmf-client-php/pom.xml                      |    2 +-
 client/marmotta-client-java/pom.xml                |    8 +-
 launchers/lmf-installer/pom.xml                    |  308 --
 .../src/main/resources/images/icon_start.icns      |  Bin 260646 -> 0 bytes
 .../src/main/resources/images/icon_start.ico       |  Bin 12382 -> 0 bytes
 .../src/main/resources/images/icon_start.png       |  Bin 6897 -> 0 bytes
 .../src/main/resources/images/icon_start.psd       |  Bin 43547 -> 0 bytes
 .../src/main/resources/images/icon_stop.icns       |  Bin 261725 -> 0 bytes
 .../src/main/resources/images/icon_stop.ico        |  Bin 12382 -> 0 bytes
 .../src/main/resources/images/icon_stop.png        |  Bin 6951 -> 0 bytes
 .../src/main/resources/images/icon_stop.psd        |  Bin 46306 -> 0 bytes
 .../src/main/resources/images/lmfbck.png           |  Bin 260306 -> 0 bytes
 .../src/main/resources/images/splashscreen.png     |  Bin 74535 -> 0 bytes
 .../src/main/resources/images/splashscreen.psd     |  Bin 527409 -> 0 bytes
 .../src/main/resources/installer/izpack.dtd        |  234 --
 .../src/main/resources/installer/standalone.xml    |  125 -
 .../macos/Start LMF Server.app/Contents/Info.plist |   35 -
 .../Start LMF Server.app/Contents/MacOS/run.sh     |    2 -
 .../macos/Stop LMF Server.app/Contents/Info.plist  |   35 -
 .../Stop LMF Server.app/Contents/MacOS/run.sh      |    2 -
 .../src/main/resources/panels/COPYING              |  177 --
 .../src/main/resources/panels/installerInfo.html   |   49 -
 .../src/main/resources/refine/web.xml              |   67 -
 .../src/main/resources/refpacks/refine.xml         |   27 -
 .../main/resources/shortcuts/Unix_shortcutSpec.xml |   63 -
 .../src/main/resources/shortcuts/shortcutSpec.xml  |   56 -
 .../src/main/resources/tomcat/index.jsp            |  166 -
 .../src/main/resources/tomcat/server.xml           |  154 -
 .../src/main/resources/tomcat/setenv.bat           |   19 -
 .../src/main/resources/tomcat/setenv.sh            |    4 -
 launchers/lmf-splash/pom.xml                       |   60 -
 .../java/at/newmedialab/lmf/common/LMFContext.java |   47 -
 .../newmedialab/lmf/common/LMFStartupHelper.java   |  186 --
 .../newmedialab/lmf/splash/ProgressListener.java   |   99 -
 .../lmf/splash/SplashContextListener.java          |   57 -
 .../lmf/splash/SplashScreenListener.java           |   58 -
 .../lmf/splash/SplashScreenUpdaterBase.java        |   98 -
 .../newmedialab/lmf/startup/StartupListener.java   |  176 --
 .../newmedialab/lmf/systray/SystrayListener.java   |  310 --
 .../src/main/java/net/miginfocom/layout/AC.java    |  564 ----
 .../main/java/net/miginfocom/layout/BoundSize.java |  273 --
 .../src/main/java/net/miginfocom/layout/CC.java    | 1833 -----------
 .../net/miginfocom/layout/ComponentWrapper.java    |  297 --
 .../net/miginfocom/layout/ConstraintParser.java    | 1464 ---------
 .../net/miginfocom/layout/ContainerWrapper.java    |   69 -
 .../java/net/miginfocom/layout/DimConstraint.java  |  471 ---
 .../src/main/java/net/miginfocom/layout/Grid.java  | 2350 ---------------
 .../main/java/net/miginfocom/layout/IDEUtil.java   |  789 -----
 .../net/miginfocom/layout/InCellGapProvider.java   |   65 -
 .../src/main/java/net/miginfocom/layout/LC.java    | 1032 -------
 .../java/net/miginfocom/layout/LayoutCallback.java |   77 -
 .../java/net/miginfocom/layout/LayoutUtil.java     |  566 ----
 .../java/net/miginfocom/layout/LinkHandler.java    |  200 --
 .../net/miginfocom/layout/PlatformDefaults.java    |  772 -----
 .../net/miginfocom/layout/ResizeConstraint.java    |   92 -
 .../java/net/miginfocom/layout/UnitConverter.java  |   59 -
 .../main/java/net/miginfocom/layout/UnitValue.java |  637 ----
 .../main/java/net/miginfocom/swing/MigLayout.java  |  701 -----
 .../miginfocom/swing/SwingComponentWrapper.java    |  459 ---
 .../miginfocom/swing/SwingContainerWrapper.java    |  109 -
 .../swingbits/action/ActionBuilderHelper.java      |  241 --
 .../action/ActionContainerBuilderFactory.java      |   89 -
 .../oxbow/swingbits/action/ActionDropDownMenu.java |   91 -
 .../org/oxbow/swingbits/action/ActionGroup.java    |  131 -
 .../java/org/oxbow/swingbits/action/Actions.java   |   83 -
 .../org/oxbow/swingbits/action/CheckAction.java    |   39 -
 .../swingbits/action/IActionContainerBuilder.java  |   43 -
 .../org/oxbow/swingbits/action/RadioAction.java    |   39 -
 .../java/org/oxbow/swingbits/action/dropdown.png   |  Bin 1227 -> 0 bytes
 .../oxbow/swingbits/dialog/task/CommandLink.java   |  104 -
 .../dialog/task/ContentDesignFactory.java          |   55 -
 .../swingbits/dialog/task/ICommandLinkPainter.java |   43 -
 .../swingbits/dialog/task/IContentDesign.java      |  127 -
 .../oxbow/swingbits/dialog/task/TaskDialog.java    |  968 ------
 .../swingbits/dialog/task/TaskDialogException.java |   53 -
 .../oxbow/swingbits/dialog/task/TaskDialogs.java   |  666 ----
 .../dialog/task/design/CommandLinkButton.java      |  147 -
 .../dialog/task/design/CommandLinkButtonGroup.java |   53 -
 .../task/design/DefaultCommandLinkPainter.java     |  162 -
 .../dialog/task/design/DefaultContentDesign.java   |  192 --
 .../dialog/task/design/DetailsToggleButton.java    |   49 -
 .../dialog/task/design/LinuxContentDesign.java     |   75 -
 .../task/design/MacOsCommandLinkPainter.java       |   48 -
 .../dialog/task/design/MacOsContentDesign.java     |  137 -
 .../dialog/task/design/TaskDialogContent.java      |  385 ---
 .../task/design/WindowsCommandLinkPainter.java     |   65 -
 .../dialog/task/design/WindowsContentDesign.java   |   66 -
 .../oxbow/swingbits/list/ActionCheckListModel.java |  188 --
 .../java/org/oxbow/swingbits/list/CheckList.java   |  173 --
 .../org/oxbow/swingbits/list/CheckListEditor.java  |   84 -
 .../oxbow/swingbits/list/CheckListFilterType.java  |   31 -
 .../oxbow/swingbits/list/CheckListRenderer.java    |  228 --
 .../swingbits/list/DefaultCheckListModel.java      |  175 --
 .../org/oxbow/swingbits/list/ICheckListAction.java |   33 -
 .../org/oxbow/swingbits/list/ICheckListModel.java  |   77 -
 .../org/oxbow/swingbits/misc/JSearchTextField.java |   72 -
 .../main/java/org/oxbow/swingbits/misc/search.png  |  Bin 851 -> 0 bytes
 .../org/oxbow/swingbits/popup/PopupWindow.java     |  331 --
 .../oxbow/swingbits/table/TableHeaderRenderer.java |   77 -
 .../table/filter/AbstractTableFilter.java          |  191 --
 .../swingbits/table/filter/DistinctColumnItem.java |  115 -
 .../table/filter/FilterTableHeaderRenderer.java    |  103 -
 .../table/filter/IFilterChangeListener.java        |   37 -
 .../oxbow/swingbits/table/filter/ITableFilter.java |   99 -
 .../oxbow/swingbits/table/filter/JTableFilter.java |  116 -
 .../table/filter/TableAwareCheckListRenderer.java  |   86 -
 .../table/filter/TableFilterColumnPopup.java       |  317 --
 .../swingbits/table/filter/TableFilterState.java   |  129 -
 .../table/filter/TableRowFilterSupport.java        |  166 -
 .../org/oxbow/swingbits/table/filter/funnel.png    |  Bin 797 -> 0 bytes
 .../oxbow/swingbits/table/filter/funnel_delete.png |  Bin 906 -> 0 bytes
 .../org/oxbow/swingbits/util/CollectionUtils.java  |   64 -
 .../java/org/oxbow/swingbits/util/DeepCopy.java    |   94 -
 .../oxbow/swingbits/util/DeepCopyException.java    |   57 -
 .../util/DefaultObjectToStringTranslator.java      |   42 -
 .../swingbits/util/IObjectToStringTranslator.java  |   38 -
 .../org/oxbow/swingbits/util/IValueWrapper.java    |    7 -
 .../main/java/org/oxbow/swingbits/util/Markup.java |  123 -
 .../org/oxbow/swingbits/util/OperatingSystem.java  |   97 -
 .../org/oxbow/swingbits/util/Preconditions.java    |   58 -
 .../java/org/oxbow/swingbits/util/Screenshot.java  |  143 -
 .../java/org/oxbow/swingbits/util/Strings.java     |  102 -
 .../util/copy/FastByteArrayInputStream.java        |   92 -
 .../util/copy/FastByteArrayOutputStream.java       |  117 -
 .../swingbits/util/swing/AncestorAdapter.java      |   51 -
 .../oxbow/swingbits/util/swing/BeanProperty.java   |   93 -
 .../oxbow/swingbits/util/swing/CompoundIcon.java   |  302 --
 .../org/oxbow/swingbits/util/swing/EmptyIcon.java  |  104 -
 .../java/org/oxbow/swingbits/util/swing/Icons.java |   98 -
 .../org/oxbow/swingbits/util/swing/SwingBean.java  |   76 -
 .../resources/at/newmedialab/lmf/systray/lmf1.png  |  Bin 149134 -> 0 bytes
 .../swingbits/dialog/task/arrowGreenRight.png      |  Bin 3526 -> 0 bytes
 .../oxbow/swingbits/dialog/task/fewerDetails.png   |  Bin 933 -> 0 bytes
 .../swingbits/dialog/task/fewerDetailsMac.png      |  Bin 458 -> 0 bytes
 .../oxbow/swingbits/dialog/task/linux_error.png    |  Bin 1998 -> 0 bytes
 .../org/oxbow/swingbits/dialog/task/linux_info.png |  Bin 2328 -> 0 bytes
 .../oxbow/swingbits/dialog/task/linux_question.png |  Bin 2671 -> 0 bytes
 .../oxbow/swingbits/dialog/task/linux_warning.png  |  Bin 2169 -> 0 bytes
 .../oxbow/swingbits/dialog/task/moreDetails.png    |  Bin 912 -> 0 bytes
 .../oxbow/swingbits/dialog/task/moreDetailsMac.png |  Bin 468 -> 0 bytes
 .../src/main/resources/task-dialog.properties      |   32 -
 .../main/resources/task-dialog_de_DE.properties    |   16 -
 .../main/resources/task-dialog_es_ES.properties    |   16 -
 .../main/resources/task-dialog_fr_FR.properties    |   16 -
 .../main/resources/task-dialog_it_IT.properties    |   16 -
 .../main/resources/task-dialog_pl_PL.properties    |   16 -
 .../main/resources/task-dialog_pt_BR.properties    |   16 -
 .../main/resources/task-dialog_pt_PT.properties    |   16 -
 .../main/resources/task-dialog_zh_CN.properties    |   16 -
 launchers/lmf-webapp/pom.xml                       |  248 --
 .../src/main/resources/META-INF/beans.xml          |   26 -
 .../lmf-webapp/src/main/resources/ehcache-lmf.xml  |  420 ---
 .../lmf-webapp/src/main/resources/logback.xml      |   51 -
 .../src/main/webapp/META-INF/jetty-web.xml         |   25 -
 .../src/main/webapp/WEB-INF/jetty-web.xml          |   34 -
 .../lmf-webapp/src/main/webapp/WEB-INF/web.xml     |  172 --
 launchers/lmf-webapp/src/main/webapp/index.jsp     |   38 -
 .../src/main/webapp/search/test_luke.html          |   39 -
 .../src/main/webapp/skosjs-extension/test.html     |   30 -
 .../src/main/webapp/solr/admin/_info.jsp           |  118 -
 .../src/main/webapp/solr/admin/action.jsp          |   87 -
 .../src/main/webapp/solr/admin/analysis.jsp        |  502 ---
 .../src/main/webapp/solr/admin/analysis.xsl        |  179 --
 .../src/main/webapp/solr/admin/dataimport.jsp      |   53 -
 .../src/main/webapp/solr/admin/debug.jsp           |  106 -
 .../main/webapp/solr/admin/distributiondump.jsp    |  153 -
 .../lmf-webapp/src/main/webapp/solr/admin/form.jsp |  137 -
 .../src/main/webapp/solr/admin/get-file.jsp        |   70 -
 .../src/main/webapp/solr/admin/get-properties.jsp  |   24 -
 .../src/main/webapp/solr/admin/header.jsp          |   44 -
 .../src/main/webapp/solr/admin/index.jsp           |  159 -
 .../src/main/webapp/solr/admin/jquery-1.4.3.min.js |  167 -
 .../lmf-webapp/src/main/webapp/solr/admin/meta.xsl |   34 -
 .../lmf-webapp/src/main/webapp/solr/admin/ping.jsp |   47 -
 .../lmf-webapp/src/main/webapp/solr/admin/ping.xsl |   71 -
 .../src/main/webapp/solr/admin/raw-schema.jsp      |   36 -
 .../src/main/webapp/solr/admin/registry.jsp        |  106 -
 .../src/main/webapp/solr/admin/registry.xsl        |  321 --
 .../main/webapp/solr/admin/replication/header.jsp  |   89 -
 .../main/webapp/solr/admin/replication/index.jsp   |  379 ---
 .../src/main/webapp/solr/admin/schema.jsp          |  674 -----
 .../src/main/webapp/solr/admin/solr-admin.css      |  214 --
 .../src/main/webapp/solr/admin/solr_small.png      |  Bin 7926 -> 0 bytes
 .../src/main/webapp/solr/admin/stats.jsp           |   91 -
 .../src/main/webapp/solr/admin/stats.xsl           |  220 --
 .../src/main/webapp/solr/admin/tabular.xsl         |  141 -
 .../src/main/webapp/solr/admin/threaddump.jsp      |  108 -
 .../src/main/webapp/solr/admin/threaddump.xsl      |  103 -
 .../lmf-webapp/src/main/webapp/solr/solr_admin.jsp |   43 -
 .../src/test/resources/META-INF/beans.xml          |   26 -
 .../test/resources/META-INF/test-persistence.xml   |   83 -
 .../src/test/resources/WEB-INF/test-web.xml        |  188 --
 .../lmf-webapp/src/test/resources/arquillian.xml   |   26 -
 .../lmf-webapp/src/test/resources/ehcache.xml      |  377 ---
 .../lmf-webapp/src/test/resources/jndi.properties  |   16 -
 .../lmf-webapp/src/test/resources/logback.xml      |   66 -
 .../src/test/resources/test-config.properties      |   73 -
 launchers/marmotta-installer/pom.xml               |  308 ++
 .../src/main/resources/images/icon_start.icns      |  Bin 0 -> 260646 bytes
 .../src/main/resources/images/icon_start.ico       |  Bin 0 -> 12382 bytes
 .../src/main/resources/images/icon_start.png       |  Bin 0 -> 6897 bytes
 .../src/main/resources/images/icon_start.psd       |  Bin 0 -> 43547 bytes
 .../src/main/resources/images/icon_stop.icns       |  Bin 0 -> 261725 bytes
 .../src/main/resources/images/icon_stop.ico        |  Bin 0 -> 12382 bytes
 .../src/main/resources/images/icon_stop.png        |  Bin 0 -> 6951 bytes
 .../src/main/resources/images/icon_stop.psd        |  Bin 0 -> 46306 bytes
 .../src/main/resources/images/lmfbck.png           |  Bin 0 -> 260306 bytes
 .../src/main/resources/images/splashscreen.png     |  Bin 0 -> 74535 bytes
 .../src/main/resources/images/splashscreen.psd     |  Bin 0 -> 527409 bytes
 .../src/main/resources/installer/izpack.dtd        |  234 ++
 .../src/main/resources/installer/standalone.xml    |  125 +
 .../macos/Start LMF Server.app/Contents/Info.plist |   35 +
 .../Start LMF Server.app/Contents/MacOS/run.sh     |    2 +
 .../macos/Stop LMF Server.app/Contents/Info.plist  |   35 +
 .../Stop LMF Server.app/Contents/MacOS/run.sh      |    2 +
 .../src/main/resources/panels/COPYING              |  177 ++
 .../src/main/resources/panels/installerInfo.html   |   49 +
 .../src/main/resources/refine/web.xml              |   67 +
 .../src/main/resources/refpacks/refine.xml         |   27 +
 .../main/resources/shortcuts/Unix_shortcutSpec.xml |   63 +
 .../src/main/resources/shortcuts/shortcutSpec.xml  |   56 +
 .../src/main/resources/tomcat/index.jsp            |  166 +
 .../src/main/resources/tomcat/server.xml           |  154 +
 .../src/main/resources/tomcat/setenv.bat           |   19 +
 .../src/main/resources/tomcat/setenv.sh            |    4 +
 launchers/marmotta-splash/pom.xml                  |   60 +
 .../java/at/newmedialab/lmf/common/LMFContext.java |   47 +
 .../newmedialab/lmf/common/LMFStartupHelper.java   |  186 ++
 .../newmedialab/lmf/splash/ProgressListener.java   |   99 +
 .../lmf/splash/SplashContextListener.java          |   57 +
 .../lmf/splash/SplashScreenListener.java           |   58 +
 .../lmf/splash/SplashScreenUpdaterBase.java        |   98 +
 .../newmedialab/lmf/startup/StartupListener.java   |  176 ++
 .../newmedialab/lmf/systray/SystrayListener.java   |  310 ++
 .../src/main/java/net/miginfocom/layout/AC.java    |  564 ++++
 .../main/java/net/miginfocom/layout/BoundSize.java |  273 ++
 .../src/main/java/net/miginfocom/layout/CC.java    | 1833 +++++++++++
 .../net/miginfocom/layout/ComponentWrapper.java    |  297 ++
 .../net/miginfocom/layout/ConstraintParser.java    | 1464 +++++++++
 .../net/miginfocom/layout/ContainerWrapper.java    |   69 +
 .../java/net/miginfocom/layout/DimConstraint.java  |  471 +++
 .../src/main/java/net/miginfocom/layout/Grid.java  | 2350 +++++++++++++++
 .../main/java/net/miginfocom/layout/IDEUtil.java   |  789 +++++
 .../net/miginfocom/layout/InCellGapProvider.java   |   65 +
 .../src/main/java/net/miginfocom/layout/LC.java    | 1032 +++++++
 .../java/net/miginfocom/layout/LayoutCallback.java |   77 +
 .../java/net/miginfocom/layout/LayoutUtil.java     |  566 ++++
 .../java/net/miginfocom/layout/LinkHandler.java    |  200 ++
 .../net/miginfocom/layout/PlatformDefaults.java    |  772 +++++
 .../net/miginfocom/layout/ResizeConstraint.java    |   92 +
 .../java/net/miginfocom/layout/UnitConverter.java  |   59 +
 .../main/java/net/miginfocom/layout/UnitValue.java |  637 ++++
 .../main/java/net/miginfocom/swing/MigLayout.java  |  701 +++++
 .../miginfocom/swing/SwingComponentWrapper.java    |  459 +++
 .../miginfocom/swing/SwingContainerWrapper.java    |  109 +
 .../swingbits/action/ActionBuilderHelper.java      |  241 ++
 .../action/ActionContainerBuilderFactory.java      |   89 +
 .../oxbow/swingbits/action/ActionDropDownMenu.java |   91 +
 .../org/oxbow/swingbits/action/ActionGroup.java    |  131 +
 .../java/org/oxbow/swingbits/action/Actions.java   |   83 +
 .../org/oxbow/swingbits/action/CheckAction.java    |   39 +
 .../swingbits/action/IActionContainerBuilder.java  |   43 +
 .../org/oxbow/swingbits/action/RadioAction.java    |   39 +
 .../java/org/oxbow/swingbits/action/dropdown.png   |  Bin 0 -> 1227 bytes
 .../oxbow/swingbits/dialog/task/CommandLink.java   |  104 +
 .../dialog/task/ContentDesignFactory.java          |   55 +
 .../swingbits/dialog/task/ICommandLinkPainter.java |   43 +
 .../swingbits/dialog/task/IContentDesign.java      |  127 +
 .../oxbow/swingbits/dialog/task/TaskDialog.java    |  968 ++++++
 .../swingbits/dialog/task/TaskDialogException.java |   53 +
 .../oxbow/swingbits/dialog/task/TaskDialogs.java   |  666 ++++
 .../dialog/task/design/CommandLinkButton.java      |  147 +
 .../dialog/task/design/CommandLinkButtonGroup.java |   53 +
 .../task/design/DefaultCommandLinkPainter.java     |  162 +
 .../dialog/task/design/DefaultContentDesign.java   |  192 ++
 .../dialog/task/design/DetailsToggleButton.java    |   49 +
 .../dialog/task/design/LinuxContentDesign.java     |   75 +
 .../task/design/MacOsCommandLinkPainter.java       |   48 +
 .../dialog/task/design/MacOsContentDesign.java     |  137 +
 .../dialog/task/design/TaskDialogContent.java      |  385 +++
 .../task/design/WindowsCommandLinkPainter.java     |   65 +
 .../dialog/task/design/WindowsContentDesign.java   |   66 +
 .../oxbow/swingbits/list/ActionCheckListModel.java |  188 ++
 .../java/org/oxbow/swingbits/list/CheckList.java   |  173 ++
 .../org/oxbow/swingbits/list/CheckListEditor.java  |   84 +
 .../oxbow/swingbits/list/CheckListFilterType.java  |   31 +
 .../oxbow/swingbits/list/CheckListRenderer.java    |  228 ++
 .../swingbits/list/DefaultCheckListModel.java      |  175 ++
 .../org/oxbow/swingbits/list/ICheckListAction.java |   33 +
 .../org/oxbow/swingbits/list/ICheckListModel.java  |   77 +
 .../org/oxbow/swingbits/misc/JSearchTextField.java |   72 +
 .../main/java/org/oxbow/swingbits/misc/search.png  |  Bin 0 -> 851 bytes
 .../org/oxbow/swingbits/popup/PopupWindow.java     |  331 ++
 .../oxbow/swingbits/table/TableHeaderRenderer.java |   77 +
 .../table/filter/AbstractTableFilter.java          |  191 ++
 .../swingbits/table/filter/DistinctColumnItem.java |  115 +
 .../table/filter/FilterTableHeaderRenderer.java    |  103 +
 .../table/filter/IFilterChangeListener.java        |   37 +
 .../oxbow/swingbits/table/filter/ITableFilter.java |   99 +
 .../oxbow/swingbits/table/filter/JTableFilter.java |  116 +
 .../table/filter/TableAwareCheckListRenderer.java  |   86 +
 .../table/filter/TableFilterColumnPopup.java       |  317 ++
 .../swingbits/table/filter/TableFilterState.java   |  129 +
 .../table/filter/TableRowFilterSupport.java        |  166 +
 .../org/oxbow/swingbits/table/filter/funnel.png    |  Bin 0 -> 797 bytes
 .../oxbow/swingbits/table/filter/funnel_delete.png |  Bin 0 -> 906 bytes
 .../org/oxbow/swingbits/util/CollectionUtils.java  |   64 +
 .../java/org/oxbow/swingbits/util/DeepCopy.java    |   94 +
 .../oxbow/swingbits/util/DeepCopyException.java    |   57 +
 .../util/DefaultObjectToStringTranslator.java      |   42 +
 .../swingbits/util/IObjectToStringTranslator.java  |   38 +
 .../org/oxbow/swingbits/util/IValueWrapper.java    |    7 +
 .../main/java/org/oxbow/swingbits/util/Markup.java |  123 +
 .../org/oxbow/swingbits/util/OperatingSystem.java  |   97 +
 .../org/oxbow/swingbits/util/Preconditions.java    |   58 +
 .../java/org/oxbow/swingbits/util/Screenshot.java  |  143 +
 .../java/org/oxbow/swingbits/util/Strings.java     |  102 +
 .../util/copy/FastByteArrayInputStream.java        |   92 +
 .../util/copy/FastByteArrayOutputStream.java       |  117 +
 .../swingbits/util/swing/AncestorAdapter.java      |   51 +
 .../oxbow/swingbits/util/swing/BeanProperty.java   |   93 +
 .../oxbow/swingbits/util/swing/CompoundIcon.java   |  302 ++
 .../org/oxbow/swingbits/util/swing/EmptyIcon.java  |  104 +
 .../java/org/oxbow/swingbits/util/swing/Icons.java |   98 +
 .../org/oxbow/swingbits/util/swing/SwingBean.java  |   76 +
 .../resources/at/newmedialab/lmf/systray/lmf1.png  |  Bin 0 -> 149134 bytes
 .../swingbits/dialog/task/arrowGreenRight.png      |  Bin 0 -> 3526 bytes
 .../oxbow/swingbits/dialog/task/fewerDetails.png   |  Bin 0 -> 933 bytes
 .../swingbits/dialog/task/fewerDetailsMac.png      |  Bin 0 -> 458 bytes
 .../oxbow/swingbits/dialog/task/linux_error.png    |  Bin 0 -> 1998 bytes
 .../org/oxbow/swingbits/dialog/task/linux_info.png |  Bin 0 -> 2328 bytes
 .../oxbow/swingbits/dialog/task/linux_question.png |  Bin 0 -> 2671 bytes
 .../oxbow/swingbits/dialog/task/linux_warning.png  |  Bin 0 -> 2169 bytes
 .../oxbow/swingbits/dialog/task/moreDetails.png    |  Bin 0 -> 912 bytes
 .../oxbow/swingbits/dialog/task/moreDetailsMac.png |  Bin 0 -> 468 bytes
 .../src/main/resources/task-dialog.properties      |   32 +
 .../main/resources/task-dialog_de_DE.properties    |   16 +
 .../main/resources/task-dialog_es_ES.properties    |   16 +
 .../main/resources/task-dialog_fr_FR.properties    |   16 +
 .../main/resources/task-dialog_it_IT.properties    |   16 +
 .../main/resources/task-dialog_pl_PL.properties    |   16 +
 .../main/resources/task-dialog_pt_BR.properties    |   16 +
 .../main/resources/task-dialog_pt_PT.properties    |   16 +
 .../main/resources/task-dialog_zh_CN.properties    |   16 +
 launchers/marmotta-webapp/pom.xml                  |  248 ++
 .../src/main/resources/META-INF/beans.xml          |   26 +
 .../src/main/resources/ehcache-lmf.xml             |  420 +++
 .../marmotta-webapp/src/main/resources/logback.xml |   51 +
 .../src/main/webapp/META-INF/jetty-web.xml         |   25 +
 .../src/main/webapp/WEB-INF/jetty-web.xml          |   34 +
 .../src/main/webapp/WEB-INF/web.xml                |  172 ++
 .../marmotta-webapp/src/main/webapp/index.jsp      |   38 +
 .../src/main/webapp/search/test_luke.html          |   39 +
 .../src/main/webapp/skosjs-extension/test.html     |   30 +
 .../src/main/webapp/solr/admin/_info.jsp           |  118 +
 .../src/main/webapp/solr/admin/action.jsp          |   87 +
 .../src/main/webapp/solr/admin/analysis.jsp        |  502 +++
 .../src/main/webapp/solr/admin/analysis.xsl        |  179 ++
 .../src/main/webapp/solr/admin/dataimport.jsp      |   53 +
 .../src/main/webapp/solr/admin/debug.jsp           |  106 +
 .../main/webapp/solr/admin/distributiondump.jsp    |  153 +
 .../src/main/webapp/solr/admin/form.jsp            |  137 +
 .../src/main/webapp/solr/admin/get-file.jsp        |   70 +
 .../src/main/webapp/solr/admin/get-properties.jsp  |   24 +
 .../src/main/webapp/solr/admin/header.jsp          |   44 +
 .../src/main/webapp/solr/admin/index.jsp           |  159 +
 .../src/main/webapp/solr/admin/jquery-1.4.3.min.js |  167 +
 .../src/main/webapp/solr/admin/meta.xsl            |   34 +
 .../src/main/webapp/solr/admin/ping.jsp            |   47 +
 .../src/main/webapp/solr/admin/ping.xsl            |   71 +
 .../src/main/webapp/solr/admin/raw-schema.jsp      |   36 +
 .../src/main/webapp/solr/admin/registry.jsp        |  106 +
 .../src/main/webapp/solr/admin/registry.xsl        |  321 ++
 .../main/webapp/solr/admin/replication/header.jsp  |   89 +
 .../main/webapp/solr/admin/replication/index.jsp   |  379 +++
 .../src/main/webapp/solr/admin/schema.jsp          |  674 +++++
 .../src/main/webapp/solr/admin/solr-admin.css      |  214 ++
 .../src/main/webapp/solr/admin/solr_small.png      |  Bin 0 -> 7926 bytes
 .../src/main/webapp/solr/admin/stats.jsp           |   91 +
 .../src/main/webapp/solr/admin/stats.xsl           |  220 ++
 .../src/main/webapp/solr/admin/tabular.xsl         |  141 +
 .../src/main/webapp/solr/admin/threaddump.jsp      |  108 +
 .../src/main/webapp/solr/admin/threaddump.xsl      |  103 +
 .../src/main/webapp/solr/solr_admin.jsp            |   43 +
 .../src/test/resources/META-INF/beans.xml          |   26 +
 .../test/resources/META-INF/test-persistence.xml   |   83 +
 .../src/test/resources/WEB-INF/test-web.xml        |  188 ++
 .../src/test/resources/arquillian.xml              |   26 +
 .../marmotta-webapp/src/test/resources/ehcache.xml |  377 +++
 .../src/test/resources/jndi.properties             |   16 +
 .../marmotta-webapp/src/test/resources/logback.xml |   66 +
 .../src/test/resources/test-config.properties      |   73 +
 launchers/pom.xml                                  |    8 +-
 libraries/kiwi/kiwi-reasoner/pom.xml               |    5 +
 libraries/kiwi/kiwi-transactions/pom.xml           |    5 +
 libraries/kiwi/kiwi-triplestore/pom.xml            |    5 +
 libraries/kiwi/kiwi-versioning/pom.xml             |    4 +
 libraries/ldclient/ldclient-provider-phpbb/pom.xml |    4 +
 libraries/ldclient/ldclient-provider-vimeo/pom.xml |    4 +
 .../ldclient/ldclient-provider-youtube/pom.xml     |    4 +
 libraries/ldpath/ldpath-core/pom.xml               |   32 +
 libraries/ldpath/ldpath-functions-math/pom.xml     |    6 +-
 libraries/ldpath/ldpath-functions-text/pom.xml     |   13 +-
 libraries/ldpath/ldpath-functions-xml/pom.xml      |   13 +-
 .../ldpath/ldpath-template-linkeddata/pom.xml      |    6 +-
 libraries/ldpath/ldpath-template/pom.xml           |   12 +-
 parent/pom.xml                                     |   47 +-
 platform/marmotta-core/pom.xml                     |   28 +-
 platform/marmotta-ldcache/pom.xml                  |   33 +-
 platform/marmotta-ldpath/pom.xml                   |   32 +-
 platform/marmotta-reasoner/pom.xml                 |   35 +-
 platform/marmotta-security/pom.xml                 |   34 +-
 platform/marmotta-sparql/pom.xml                   |   37 +-
 platform/marmotta-user/pom.xml                     |   35 +-
 platform/marmotta-versioning/pom.xml               |   32 +-
 422 files changed, 31219 insertions(+), 30888 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml b/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
index b3971cb..7f20339 100644
--- a/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
+++ b/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
@@ -4,7 +4,7 @@
 
     <parent>
         <groupId>org.apache.marmotta</groupId>
-        <artifactId>lmf-parent</artifactId>
+        <artifactId>marmotta-parent</artifactId>
         <version>2.6.0</version>
     </parent>
 
@@ -33,14 +33,14 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-core</artifactId>
+            <artifactId>marmotta-core</artifactId>
             <version>2.6.0</version>
         </dependency>
 
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-core</artifactId>
+            <artifactId>marmotta-core</artifactId>
             <version>2.6.0</version>
             <type>test-jar</type>
             <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml b/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
index c6d66a4..3a85c58 100644
--- a/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
+++ b/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
@@ -4,7 +4,7 @@
 
     <parent>
         <groupId>org.apache.marmotta</groupId>
-        <artifactId>lmf-parent</artifactId>
+        <artifactId>marmotta-parent</artifactId>
         <version>2.6.0-SNAPSHOT</version>
     </parent>
 
@@ -172,84 +172,84 @@
         <!-- LMF Modules, include the ones needed by the application -->
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-core</artifactId>
+            <artifactId>marmotta-core</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-ldpath</artifactId>
+            <artifactId>marmotta-ldpath</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-ldcache</artifactId>
+            <artifactId>marmotta-ldcache</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-reasoner</artifactId>
+            <artifactId>marmotta-reasoner</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-sparql</artifactId>
+            <artifactId>marmotta-sparql</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-skos</artifactId>
+            <artifactId>marmotta-skos</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-search</artifactId>
+            <artifactId>marmotta-search</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-security</artifactId>
+            <artifactId>marmotta-security</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-scheduler</artifactId>
+            <artifactId>marmotta-scheduler</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-versioning</artifactId>
+            <artifactId>marmotta-versioning</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-stanbol</artifactId>
+            <artifactId>marmotta-stanbol</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-enhancer</artifactId>
+            <artifactId>marmotta-enhancer</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-geo</artifactId>
+            <artifactId>marmotta-geo</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <!--
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-templating</artifactId>
+            <artifactId>marmotta-templating</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         -->
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-user</artifactId>
+            <artifactId>marmotta-user</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-social</artifactId>
+            <artifactId>marmotta-social</artifactId>
             <version>${lmf.version}</version>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/build/plugins/buildinfo-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/build/plugins/buildinfo-maven-plugin/pom.xml b/build/plugins/buildinfo-maven-plugin/pom.xml
index ed189b5..7eebb28 100644
--- a/build/plugins/buildinfo-maven-plugin/pom.xml
+++ b/build/plugins/buildinfo-maven-plugin/pom.xml
@@ -43,7 +43,13 @@
 
         <dependency>
             <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+            <version>3.0.4</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
             <artifactId>maven-project</artifactId>
+            <version>2.2.1</version>
         </dependency>
 
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/build/plugins/pom.xml
----------------------------------------------------------------------
diff --git a/build/plugins/pom.xml b/build/plugins/pom.xml
index fed1ea5..f5ddce2 100644
--- a/build/plugins/pom.xml
+++ b/build/plugins/pom.xml
@@ -26,7 +26,7 @@
     <artifactId>plugins-reactor</artifactId>
     <packaging>pom</packaging>
 
-    <name>Apache Marmotta Maven Plugins</name>
+    <name>Apache Marmotta: Maven Plugins</name>
     <description>LMF-specific maven plugins</description>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/build/plugins/refpack-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/build/plugins/refpack-maven-plugin/pom.xml b/build/plugins/refpack-maven-plugin/pom.xml
index 7deefde..1aa9715 100644
--- a/build/plugins/refpack-maven-plugin/pom.xml
+++ b/build/plugins/refpack-maven-plugin/pom.xml
@@ -35,14 +35,17 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-core</artifactId>
+            <version>3.0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-model</artifactId>
+            <version>3.0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-project</artifactId>
+            <version>2.2.1</version>
         </dependency>
         <dependency>
             <!-- required in all cases -->

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/client/lmf-client-js-sample-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/client/lmf-client-js-sample-webapp/pom.xml b/client/lmf-client-js-sample-webapp/pom.xml
index 3e571e7..f99b3d8 100644
--- a/client/lmf-client-js-sample-webapp/pom.xml
+++ b/client/lmf-client-js-sample-webapp/pom.xml
@@ -23,7 +23,7 @@
 
     <parent>
         <groupId>org.apache.marmotta</groupId>
-        <artifactId>lmf-client</artifactId>
+        <artifactId>marmotta-client</artifactId>
         <version>2.6.0-SNAPSHOT</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/client/lmf-client-js/pom.xml
----------------------------------------------------------------------
diff --git a/client/lmf-client-js/pom.xml b/client/lmf-client-js/pom.xml
index 14da9a4..4dfe851 100644
--- a/client/lmf-client-js/pom.xml
+++ b/client/lmf-client-js/pom.xml
@@ -20,7 +20,7 @@
 
     <parent>
         <groupId>org.apache.marmotta</groupId>
-        <artifactId>lmf-client</artifactId>
+        <artifactId>marmotta-client</artifactId>
         <version>2.6.0-SNAPSHOT</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/client/lmf-client-php/pom.xml
----------------------------------------------------------------------
diff --git a/client/lmf-client-php/pom.xml b/client/lmf-client-php/pom.xml
index c14f2f8..d2c0d31 100644
--- a/client/lmf-client-php/pom.xml
+++ b/client/lmf-client-php/pom.xml
@@ -23,7 +23,7 @@
 
     <parent>
         <groupId>org.apache.marmotta</groupId>
-        <artifactId>lmf-client</artifactId>
+        <artifactId>marmotta-client</artifactId>
         <version>2.6.0-SNAPSHOT</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/client/marmotta-client-java/pom.xml
----------------------------------------------------------------------
diff --git a/client/marmotta-client-java/pom.xml b/client/marmotta-client-java/pom.xml
index 7747910..6dd5234 100644
--- a/client/marmotta-client-java/pom.xml
+++ b/client/marmotta-client-java/pom.xml
@@ -119,7 +119,7 @@
         <!-- LMF Testing Package -->
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-core</artifactId>
+            <artifactId>marmotta-core</artifactId>
             <version>${project.version}</version>
             <type>test-jar</type>
             <scope>test</scope>
@@ -172,19 +172,19 @@
 
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-core</artifactId>
+            <artifactId>marmotta-core</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-ldpath</artifactId>
+            <artifactId>marmotta-ldpath</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-sparql</artifactId>
+            <artifactId>marmotta-sparql</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/pom.xml b/launchers/lmf-installer/pom.xml
deleted file mode 100644
index de39c81..0000000
--- a/launchers/lmf-installer/pom.xml
+++ /dev/null
@@ -1,308 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Copyright (c) 2013 Salzburg Research.
-  ~  
-  ~  Licensed under the Apache License, Version 2.0 (the "License");
-  ~  you may not use this file except in compliance with the License.
-  ~  You may obtain a copy of the License at
-  ~  
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~  
-  ~  Unless required by applicable law or agreed to in writing, software
-  ~  distributed under the License is distributed on an "AS IS" BASIS,
-  ~  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~  See the License for the specific language governing permissions and
-  ~  limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <artifactId>lmf-parent</artifactId>
-        <groupId>org.apache.marmotta</groupId>
-        <version>3.0.0-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>lmf-installer</artifactId>
-    <packaging>pom</packaging>
-
-    <name>LMF Installer</name>
-    <description>Builds the LMF IzPack-based installer</description>
-
-    <properties>
-        <izpackVersion>4.3.5</izpackVersion>
-        <stagingDir>${project.build.directory}/installer</stagingDir>
-
-        <!-- these are replaced in installer files -->
-        <TOMCAT_VERSION>7.0.35</TOMCAT_VERSION>
-        <LMF_VERSION>${project.version}</LMF_VERSION>
-        <LMF_ROOT>${project.basedir}/../</LMF_ROOT>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>snml</id>
-            <name>Salzburg NewMediaLab Repository</name>
-            <url>http://devel.kiwi-project.eu:8080/nexus/content/groups/public/</url>
-        </repository>
-    </repositories>
-    <pluginRepositories>
-        <pluginRepository>
-            <id>snml</id>
-            <name>Salzburg NewMediaLab Repository</name>
-            <url>http://devel.kiwi-project.eu:8080/nexus/content/groups/public/</url>
-        </pluginRepository>
-    </pluginRepositories>
-
-    <build>
-        <!-- this makes maven to compile and package your related izpack sources into a predictable name and location
-                 ie your target directory's ${project.artifactId}.jar, to that you can configure your izpack descriptor
-                 to merge it to finally installer via <jar> tag
-        -->
-        <finalName>${project.artifactId}</finalName>
-        <plugins>
-
-            <plugin>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <version>2.7</version>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-install-plugin</artifactId>
-                <version>2.4</version>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>org.codehaus.izpack</groupId>
-            <artifactId>izpack-standalone-compiler</artifactId>
-            <version>${izpackVersion}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.marmotta</groupId>
-            <artifactId>lmf-webapp</artifactId>
-            <version>${project.version}</version>
-            <type>war</type>
-        </dependency>
-
-    </dependencies>
-
-    <profiles>
-        <profile>
-            <id>installer</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-resources-plugin</artifactId>
-                        <version>2.6</version>
-                        <executions>
-                            <execution>
-                                <id>create-staging</id>
-                                <phase>process-resources</phase>
-                                <goals>
-                                    <goal>copy-resources</goal>
-                                </goals>
-                                <configuration>
-                                    <outputDirectory>${stagingDir}</outputDirectory>
-                                    <encoding>UTF-8</encoding>
-                                    <resources>
-                                        <resource>
-                                            <directory>src/main/resources/installer</directory>
-                                            <filtering>true</filtering>
-                                        </resource>
-                                        <resource>
-                                            <directory>src/main/resources/shortcuts</directory>
-                                            <targetPath>shortcuts</targetPath>
-                                            <filtering>true</filtering>
-                                        </resource>
-                                        <resource>
-                                            <directory>src/main/resources/panels</directory>
-                                            <targetPath>panels</targetPath>
-                                            <filtering>true</filtering>
-                                        </resource>
-                                        <resource>
-                                            <directory>src/main/resources/tomcat</directory>
-                                            <targetPath>tomcat</targetPath>
-                                        </resource>
-                                        <resource>
-                                            <directory>src/main/resources/refine</directory>
-                                            <targetPath>refine</targetPath>
-                                        </resource>
-                                        <resource>
-                                            <directory>src/main/resources/images</directory>
-                                            <targetPath>images</targetPath>
-                                        </resource>
-                                        <resource>
-                                            <directory>src/main/resources/macos</directory>
-                                            <targetPath>macos</targetPath>
-                                        </resource>
-                                        <resource>
-                                            <directory>src/main/resources/log</directory>
-                                            <targetPath>log</targetPath>
-                                        </resource>
-                                        <resource>
-                                            <directory>src/main/resources/refpacks</directory>
-                                            <targetPath>refpacks</targetPath>
-                                        </resource>
-                                    </resources>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                    <plugin>
-                        <groupId>org.apache.marmotta</groupId>
-                        <artifactId>refpack-maven-plugin</artifactId>
-                        <version>${project.version}</version>
-                        <configuration>
-                            <outputDirectory>${stagingDir}/refpacks</outputDirectory>
-                            <moduleGroupId>at.newmedialab.lmf</moduleGroupId>
-                            <requiredModules>
-                                <requiredModule>lmf-core</requiredModule>
-                            </requiredModules>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <phase>process-resources</phase>
-                                <goals>
-                                    <goal>generate</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-dependency-plugin</artifactId>
-                        <version>2.6</version>
-                        <executions>
-                            <execution>
-                                <id>unpack</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>unpack</goal>
-                                </goals>
-                                <configuration>
-                                    <artifactItems>
-                                        <artifactItem>
-                                            <groupId>org.apache.marmotta</groupId>
-                                            <artifactId>lmf-webapp</artifactId>
-                                            <version>${project.version}</version>
-                                            <type>war</type>
-                                            <overWrite>true</overWrite>
-                                            <outputDirectory>${stagingDir}/webapp</outputDirectory>
-                                            <excludes>**/*.jar</excludes>
-                                        </artifactItem>
-                                    </artifactItems>
-                                    <excludes>**/*.jar</excludes>
-                                    <outputDirectory>${stagingDir}/webapp</outputDirectory>
-                                    <overWriteReleases>true</overWriteReleases>
-                                    <overWriteSnapshots>true</overWriteSnapshots>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                    <plugin>
-                        <groupId>com.googlecode.maven-download-plugin</groupId>
-                        <artifactId>maven-download-plugin</artifactId>
-                        <version>1.0.0</version>
-                        <executions>
-                            <execution>
-                                <id>download-tomcat</id>
-                                <phase>generate-resources</phase>
-                                <goals>
-                                    <goal>wget</goal>
-                                </goals>
-                                <configuration>
-                                    <url>http://www.eu.apache.org/dist/tomcat/tomcat-7/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.zip</url>
-                                    <unpack>false</unpack>
-                                    <outputDirectory>${project.build.directory}</outputDirectory>
-                                    <md5>1c7a7869d86b74dddb0a22d15f020922</md5>
-                                </configuration>
-                            </execution>
-                            <execution>
-                                <id>download-refine</id>
-                                <phase>generate-resources</phase>
-                                <goals>
-                                    <goal>wget</goal>
-                                </goals>
-                                <configuration>
-                                    <url>http://devel.kiwi-project.eu:8080/nexus/content/repositories/snapshots/com/google/refine/2.6.LMF-SNAPSHOT/refine-2.6.LMF-20121029.114459-1.war</url>
-                                    <unpack>false</unpack>
-                                    <outputDirectory>${project.build.directory}</outputDirectory>
-                                    <outputFileName>refine.war</outputFileName>
-                                    <md5>08e913ae01c7ecca1682f8175d9a1956</md5>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-antrun-plugin</artifactId>
-                        <version>1.7</version>
-                        <executions>
-                            <execution>
-                                <id>izpack</id>
-                                <phase>package</phase>
-                                <configuration>
-                                    <target>
-                                        <taskdef name="IzPack" classname="com.izforge.izpack.ant.IzPackTask" classpathref="maven.plugin.classpath" />
-                                        <IzPack input="${stagingDir}/standalone.xml" output="${project.build.directory}/${artifactId}-${project.version}.jar" installerType="standard" basedir="${stagingDir}" IzPackDir="${stagingDir}/" />
-                                    </target>
-                                </configuration>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                            </execution>
-                            <execution>
-                                <id>googlecode</id>
-                                <phase>deploy</phase>
-                                <configuration>
-                                    <target>
-                                        <taskdef name="gcupload" classname="net.bluecow.googlecode.ant.GoogleCodeUploadTask" classpathref="maven.plugin.classpath" />
-                                        <!--suppress MavenModelInspection -->
-                                        <gcupload projectname="lmf" username="${google.username}" password="${google.password}" filename="${project.build.directory}/lmf-installer-${project.version}.jar" targetfilename="lmf-installer-${project.version}.jar" summary="LMF ${project.version} Standalone Installer (includes Apache Tomcat, LMF, Google Refine, and Apache Stanbol)" labels="Featured, Type-Installer, OpSys-All" />
-                                    </target>
-                                </configuration>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <dependencies>
-                            <dependency>
-                                <groupId>org.apache.ant</groupId>
-                                <artifactId>ant</artifactId>
-                                <version>1.8.3</version>
-                            </dependency>
-                            <dependency>
-                                <groupId>org.codehaus.izpack</groupId>
-                                <artifactId>izpack-standalone-compiler</artifactId>
-                                <version>${izpackVersion}</version>
-                            </dependency>
-                            <dependency>
-                                <groupId>net.bluecow.googlecode.ant</groupId>
-                                <artifactId>ant-googlecode</artifactId>
-                                <version>0.0.3</version>
-                            </dependency>
-                        </dependencies>
-                    </plugin>
-
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/icon_start.icns
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/icon_start.icns b/launchers/lmf-installer/src/main/resources/images/icon_start.icns
deleted file mode 100644
index 8d6e816..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/icon_start.icns and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/icon_start.ico
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/icon_start.ico b/launchers/lmf-installer/src/main/resources/images/icon_start.ico
deleted file mode 100644
index 4ad13ec..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/icon_start.ico and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/icon_start.png
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/icon_start.png b/launchers/lmf-installer/src/main/resources/images/icon_start.png
deleted file mode 100644
index 5dec946..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/icon_start.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/icon_start.psd
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/icon_start.psd b/launchers/lmf-installer/src/main/resources/images/icon_start.psd
deleted file mode 100644
index ceb046b..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/icon_start.psd and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/icon_stop.icns
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/icon_stop.icns b/launchers/lmf-installer/src/main/resources/images/icon_stop.icns
deleted file mode 100644
index a273c46..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/icon_stop.icns and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/icon_stop.ico
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/icon_stop.ico b/launchers/lmf-installer/src/main/resources/images/icon_stop.ico
deleted file mode 100644
index 7a6fb2b..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/icon_stop.ico and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/icon_stop.png
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/icon_stop.png b/launchers/lmf-installer/src/main/resources/images/icon_stop.png
deleted file mode 100644
index 2016d08..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/icon_stop.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/icon_stop.psd
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/icon_stop.psd b/launchers/lmf-installer/src/main/resources/images/icon_stop.psd
deleted file mode 100644
index 22a83de..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/icon_stop.psd and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/lmfbck.png
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/lmfbck.png b/launchers/lmf-installer/src/main/resources/images/lmfbck.png
deleted file mode 100755
index c586cb0..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/lmfbck.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/splashscreen.png
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/splashscreen.png b/launchers/lmf-installer/src/main/resources/images/splashscreen.png
deleted file mode 100644
index d8a0045..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/splashscreen.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/images/splashscreen.psd
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/images/splashscreen.psd b/launchers/lmf-installer/src/main/resources/images/splashscreen.psd
deleted file mode 100644
index 009cc56..0000000
Binary files a/launchers/lmf-installer/src/main/resources/images/splashscreen.psd and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/installer/izpack.dtd
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/installer/izpack.dtd b/launchers/lmf-installer/src/main/resources/installer/izpack.dtd
deleted file mode 100644
index 976b89b..0000000
--- a/launchers/lmf-installer/src/main/resources/installer/izpack.dtd
+++ /dev/null
@@ -1,234 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
-<!--
-
-    Copyright (C) 2013 Salzburg Research.
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<!--
-
-        =====================================
-        The DTD for IzPack Installation Files
-        =====================================
-$Id$
-
--->
-
-<!-- The root element -->
-<!ELEMENT installation (info, packaging?, properties?, variables?,dynamicvariables?,conditions?,installerrequirements?,
-                        guiprefs?, locale, resources?, panels,
-                        listeners?, packs, jar*, native*)>
-<!ATTLIST installation version CDATA #REQUIRED>
-
-<!-- The info section (general information on an installation) -->
-<!ELEMENT info (appname, appversion, appsubpath?, authors?, url?, javaversion?, requiresjdk? uninstaller?, webdir?, summarylogfilepath?,writeinstallationinformation?)>
-    <!ELEMENT appname (#PCDATA)>
-    <!ELEMENT appversion (#PCDATA)>
-    <!ELEMENT appsubpath (#PCDATA)>
-    <!ELEMENT authors (author*)>
-    <!ELEMENT author EMPTY>
-        <!ATTLIST author name CDATA #REQUIRED>
-        <!ATTLIST author email CDATA #REQUIRED>
-    <!ELEMENT url (#PCDATA)>
-    <!ELEMENT javaversion (#PCDATA)>
-    <!ELEMENT requiresjdk (#PCDATA)>
-    <!ELEMENT uninstaller EMPTY>
-        <!ATTLIST uninstaller write (yes|no) "yes">
-        <!ATTLIST uninstaller name CDATA "uninstaller.jar">
-        <!ATTLIST uninstaller condition CDATA #IMPLIED>
-        <!ATTLIST uninstaller path CDATA #IMPLIED>
-    <!ELEMENT webdir (#PCDATA)>
-    <!ELEMENT summarylogfilepath (#PCDATA)>
-	<!ELEMENT writeinstallationinformation (#PCDATA)>
-
-<!ELEMENT packaging (packager, unpacker)>
-<!ELEMENT packager (options)>
-<!ATTLIST packager class CDATA #REQUIRED>
-<!ELEMENT options EMPTY>
-<!ATTLIST options volumesize CDATA #IMPLIED>
-<!ATTLIST options firstvolumefreespace CDATA #IMPLIED>
-<!ELEMENT unpacker EMPTY>
-<!ATTLIST unpacker class CDATA #REQUIRED>
-
-<!-- The properties markup (property declarations) -->
-<!ELEMENT properties (property*)>
-    <!ELEMENT property EMPTY>
-        <!ATTLIST property name CDATA #IMPLIED>
-        <!ATTLIST property value CDATA #IMPLIED>
-        <!ATTLIST property file CDATA #IMPLIED>
-        <!ATTLIST property environment CDATA #IMPLIED>
-        <!ATTLIST property prefix CDATA #IMPLIED>
-
-<!-- The variables markup (variable declarations) -->
-<!ELEMENT variables (variable*)>
-    <!ELEMENT variable EMPTY>
-        <!ATTLIST variable name CDATA #REQUIRED>
-        <!ATTLIST variable value CDATA #REQUIRED>
-        <!ATTLIST variable condition CDATA #IMPLIED>
-
-<!-- The conditions markup (condition declarations) -->
-<!ELEMENT conditions (condition*)>
-<!-- condition elements can have child elements depending on the specific type -->
-<!ELEMENT condition EMPTY>
-<!ATTLIST condition type CDATA #REQUIRED>
-<!ATTLIST condition id CDATA #REQUIRED>
-
-<!-- The installer requirements markup -->
-<!ELEMENT installerrequirements (installerrequirement*)>
-<!ELEMENT installerrequirement EMPTY>
-<!ATTLIST installerrequirement condition CDATA #REQUIRED>
-<!ATTLIST installerrequirement message CDATA #REQUIRED>
-
-<!ELEMENT dynamicvariables (variables*)>
-<!-- The guiprefs markup (customizes the installer in GUI mode) -->
-<!ELEMENT guiprefs (laf*, modifier*)>
-    <!ATTLIST guiprefs resizable (yes|no) #REQUIRED>
-    <!ATTLIST guiprefs width CDATA #REQUIRED>
-    <!ATTLIST guiprefs height CDATA #REQUIRED>
-    <!ELEMENT laf (os+, param*)>
-    <!ATTLIST laf name CDATA #REQUIRED>
-    <!ELEMENT param EMPTY>
-        <!ATTLIST param
-            name  CDATA #REQUIRED
-            value CDATA #REQUIRED>
-    <!-- Well defined modifier for gui characteristics.
-         Possible keys are "useButtonIcons" and
-         "useLabelIcons" both with value "yes" or "no".
-    -->
-    <!ELEMENT modifier EMPTY>
-        <!ATTLIST modifier key CDATA #REQUIRED>
-        <!ATTLIST modifier value CDATA #REQUIRED>
-
-
-<!-- The locale section (indicates which langpacks to include) -->
-<!ELEMENT locale (langpack+)>
-    <!ELEMENT langpack EMPTY>
-        <!ATTLIST langpack iso3 CDATA #REQUIRED>
-
-<!-- The resources section (resources for the panel's usings) -->
-<!ELEMENT resources (bundle*, res*)>
-
-<!ELEMENT bundle ( res+ ) >
-  <!ATTLIST bundle default (true|false) #IMPLIED >
-  <!ATTLIST bundle id NMTOKEN #REQUIRED >
-
-<!ELEMENT res EMPTY>
-    <!ATTLIST res src CDATA #REQUIRED>
-    <!ATTLIST res id CDATA #REQUIRED>
-    <!ATTLIST  res parse  (yes|no) "no">
-    <!ATTLIST  res type CDATA "plain">
-    <!ATTLIST  res encoding CDATA #IMPLIED>
-
-<!-- The panels section (indicates the panels to use) -->
-<!ELEMENT panels (panel+)>
-    <!ELEMENT panel (os*)>
-        <!ATTLIST panel os (unix|windows|mac) #IMPLIED>
-        <!ATTLIST panel classname CDATA #REQUIRED>
-        <!ATTLIST panel condition CDATA #IMPLIED>
-        <!ATTLIST panel	id CDATA #IMPLIED>
-        <!ATTLIST panel jar CDATA #IMPLIED>
-
-<!-- The listener section (indicates which listener where to use) -->
-<!ELEMENT listeners (listener*)>
-    <!ELEMENT listener ( os*)>
-        <!ATTLIST listener compiler CDATA #IMPLIED>
-        <!ATTLIST listener installer CDATA #IMPLIED>
-        <!ATTLIST listener uninstaller CDATA #IMPLIED>
-        <!ATTLIST listener jar CDATA #IMPLIED>
-
-<!-- The packs section (indicates the packs to create) -->
-<!ELEMENT packs ((pack|refpack)+)>
-    <!ELEMENT pack (description, os*, file*, singlefile*, fileset*, updatecheck?, parsable*, executable*, depends*)>
-        <!ATTLIST pack name CDATA #REQUIRED>
-        <!ATTLIST pack id CDATA #IMPLIED>
-        <!ATTLIST pack condition CDATA #IMPLIED>
-        <!ATTLIST pack packImgId IDREF #IMPLIED>
-        <!ATTLIST pack required (yes|no) #REQUIRED>
-        <!ATTLIST pack preselected (yes|no) "yes">
-        <!ATTLIST pack os (unix|windows|mac) #IMPLIED>
-        <!ATTLIST pack loose (true|false) "false">
-        <!ATTLIST pack group CDATA #IMPLIED>
-        <!ATTLIST pack installGroups CDATA #IMPLIED>
-        <!ATTLIST pack excludeGroup CDATA #IMPLIED>
-        <!ATTLIST pack uninstall (yes|no) "yes">
-        <!ATTLIST pack parent CDATA #IMPLIED>
-        <!ELEMENT description (#PCDATA)>
-        <!ELEMENT file (os*, additionaldata*)>
-            <!ATTLIST file src CDATA #REQUIRED>
-            <!ATTLIST file targetdir CDATA #REQUIRED>
-            <!ATTLIST file os (unix|windows|mac) #IMPLIED>
-            <!ATTLIST file override (true|false|asktrue|askfalse|update) "update">
-            <!ATTLIST file condition CDATA #IMPLIED>
-        <!ELEMENT singlefile (os*, additionaldata*)>
-            <!ATTLIST singlefile src CDATA #REQUIRED>
-            <!ATTLIST singlefile target CDATA #REQUIRED>
-            <!ATTLIST singlefile os (unix|windows|mac) #IMPLIED>
-            <!ATTLIST singlefile override (true|false|asktrue|askfalse|update) "update">
-            <!ATTLIST files condition CDATA #IMPLIED>
-    <!ELEMENT fileset (include*, exclude*, os*, additionaldata*)>
-          <!ATTLIST fileset dir CDATA #REQUIRED>
-          <!ATTLIST fileset targetdir CDATA #REQUIRED>
-          <!ATTLIST fileset casesensitive (yes|no) "yes">
-          <!ATTLIST fileset defaultexcludes (yes|no) "yes">
-          <!ATTLIST fileset os (unix|windows|mac) #IMPLIED>
-          <!ATTLIST fileset override (true|false|asktrue|askfalse|update) "update">
-          <!ATTLIST fileset includes CDATA #IMPLIED>
-          <!ATTLIST fileset excludes CDATA #IMPLIED>
-          <!ATTLIST fileset condition CDATA #IMPLIED>
-      <!ELEMENT include EMPTY>
-            <!ATTLIST include name CDATA #REQUIRED>
-      <!ELEMENT exclude EMPTY>
-            <!ATTLIST exclude name CDATA #REQUIRED>
-      <!ELEMENT additionaldata EMPTY>
-            <!ATTLIST additionaldata key CDATA #REQUIRED>
-            <!ATTLIST additionaldata value CDATA #REQUIRED>
-      <!ELEMENT parsable (os*)>
-          <!ATTLIST parsable targetfile CDATA #REQUIRED>
-          <!ATTLIST parsable type CDATA "plain">
-          <!ATTLIST parsable encoding CDATA #IMPLIED>
-          <!ATTLIST parsable os (unix|windows|mac) #IMPLIED>
-          <!ATTLIST parsable condition CDATA #IMPLIED>
-      <!ELEMENT executable (args?, os*)>
-          <!ATTLIST executable targetfile CDATA #IMPLIED>
-          <!ATTLIST executable class CDATA #IMPLIED>
-          <!ATTLIST executable type (bin|jar) "bin">
-          <!ATTLIST executable stage (postinstall|never|uninstall) "never">
-          <!ATTLIST executable failure (abort|warn|ask) "ask">
-          <!ATTLIST executable keep (true|false) "false">
-          <!ATTLIST executable condition CDATA #IMPLIED>
-          <!ELEMENT args (arg+)>
-              <!ELEMENT arg EMPTY>
-                  <!ATTLIST arg value CDATA #REQUIRED>
-          <!ELEMENT os EMPTY>
-                  <!ATTLIST os family (unix|windows|mac) #REQUIRED>
-                  <!ATTLIST os name CDATA #IMPLIED>
-                  <!ATTLIST os version CDATA #IMPLIED>
-                  <!ATTLIST os arch CDATA #IMPLIED>
-      <!ELEMENT updatecheck (include*, exclude*)>
-      <!ELEMENT depends EMPTY>
-          <!ATTLIST depends packname CDATA #REQUIRED>
-    <!ELEMENT refpack EMPTY>
-        <!ATTLIST refpack file CDATA #REQUIRED>
-
-<!-- Allows the inclusion in the installer or uninstaller of a native library -->
-<!ELEMENT native (os*)>
-    <!ATTLIST native type (izpack|3rdparty) #REQUIRED>
-    <!ATTLIST native name CDATA #REQUIRED>
-    <!ATTLIST native stage (install|uninstall|both) "install">
-    <!ATTLIST native src CDATA #IMPLIED>
-
-<!-- Allows the inclusion in the installer of an additional jar file content -->
-<!ELEMENT jar EMPTY>
-    <!ATTLIST jar src CDATA #REQUIRED>
-    <!ATTLIST jar stage (install|uninstall|both) "install">
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/installer/standalone.xml
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/installer/standalone.xml b/launchers/lmf-installer/src/main/resources/installer/standalone.xml
deleted file mode 100644
index 8a86e05..0000000
--- a/launchers/lmf-installer/src/main/resources/installer/standalone.xml
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="utf-8"  ?>
-<!--
-
-    Copyright (C) 2013 Salzburg Research.
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<!--<!DOCTYPE installation PUBLIC "" "izpack.dtd" >-->
-
-<installation version="1.0">
-
-    <variables>
-        <variable name="TOMCAT_VERSION" value="${TOMCAT_VERSION}"/>
-        <variable name="LMF_VERSION" value="${LMF_VERSION}"/>
-    </variables>
-    <info>
-        <appname>Linked Media Framework</appname>
-        <appversion>${LMF_VERSION}</appversion>
-        <appsubpath>LMF</appsubpath>
-        <url>http://lmf.googlecode.com</url>
-        <authors>
-            <author name="Sebastian Schaffert" email="sebastian.schaffert@salzburgresearch.at"/>
-            <author name="Thomas Kurz" email="thomas.kurz@salzburgresearch.at"/>
-            <author name="Jakob Frank" email="jakob.frank@salzburgresearch.at"/>
-            <author name="Sergio Fernández" email="sergio.fernandez@salzburgresearch.at"/>
-            <author name="Rupert Westenthaler" email="rupert.westenthaler@salzburgresearch.at"/>
-            <author name="Dietmar Glachs" email="dietmar.glachs@salzburgresearch.at"/>
-        </authors>
-        <javaversion>1.6</javaversion>
-        <requiresjdk>no</requiresjdk>
-    </info>
-    <packaging>
-        <packager class="com.izforge.izpack.compiler.Packager">
-            <options/>
-        </packager>
-        <unpacker class="com.izforge.izpack.installer.Unpacker"/>
-    </packaging>
-    <guiprefs resizable="no" width="800" height="600">
-    </guiprefs>
-    <locale>
-        <langpack iso3="eng"/>
-    </locale>
-    <resources>
-        <res src="panels/COPYING" id="LicencePanel.licence" />
-        <res src="shortcuts/shortcutSpec.xml" id="shortcutSpec.xml" />
-        <res src="shortcuts/Unix_shortcutSpec.xml" id="Unix_shortcutSpec.xml" />
-        <res src="images/lmfbck.png" id="lmfbck" />
-        <res src="${LMF_ROOT}/lmf-core/src/main/resources/web/public/img/logo/lmf-logo.png" id="lmflogo" />
-        <res src="panels/installerInfo.html" id="HTMLHelloPanel.info" />
-    </resources>
-    <panels>
-        <panel classname="HTMLHelloPanel"/>
-        <panel classname="HelloPanel"/>
-        <panel classname="LicencePanel"/>
-        <panel classname="PacksPanel"/>
-        <panel classname="TargetPanel"/>
-        <panel classname="InstallPanel"/>
-        <panel classname="ShortcutPanel"/>
-        <panel classname="SimpleFinishPanel" />
-    </panels>
-    <packs>
-        <pack name="Apache Tomcat ${TOMCAT_VERSION}" required="yes">
-            <description>Apache Tomcat ${TOMCAT_VERSION}, the application server used to run the Linked Media Framework</description>
-            <file src="${LMF_ROOT}/lmf-installer/target/apache-tomcat-${TOMCAT_VERSION}.zip" targetdir="\$INSTALL_PATH" unpack="true"/>
-            <file src="tomcat/server.xml" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/conf" override="true"/>
-            <file src="tomcat/setenv.sh" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/bin"/>
-            <file src="tomcat/setenv.bat" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/bin"/>
-            <file src="images/icon_start.ico" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/icons"/>
-            <file src="images/icon_stop.ico" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/icons"/>
-            <file src="images/icon_start.png" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/icons"/>
-            <file src="images/icon_stop.png" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/icons"/>
-            <file src="images/splashscreen.png" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/icons"/>
-            <file src="log/catalina.out" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/logs"/>
-            <file src="${LMF_ROOT}/lmf-splash/target/lmf-splash-${LMF_VERSION}.jar" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/lib"/>
-            <file src="tomcat/index.jsp" targetdir="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/webapps/ROOT" override="true"/>
-            <file src="macos/Start LMF Server.app" targetdir="\$INSTALL_PATH" os="mac" />
-            <file src="images/icon_start.icns" targetdir="\$INSTALL_PATH/Start LMF Server.app/Contents/Resources" os="mac" />
-            <file src="macos/Stop LMF Server.app" targetdir="\$INSTALL_PATH" os="mac" />
-            <file src="images/icon_stop.icns" targetdir="\$INSTALL_PATH/Stop LMF Server.app/Contents/Resources" os="mac" />
-            <parsable type="shell" targetfile="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/bin/setenv.sh" parse="yes"/>
-            <parsable type="shell" targetfile="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/bin/setenv.bat" parse="yes"/>
-            <parsable type="shell" targetfile="\$INSTALL_PATH/Start LMF Server.app/Contents/MacOS/run.sh" parse="yes" os="mac"/>
-            <parsable type="shell" targetfile="\$INSTALL_PATH/Stop LMF Server.app/Contents/MacOS/run.sh" parse="yes" os="mac"/>
-            <executable targetfile="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/bin/setenv.sh" stage="never" />
-            <executable targetfile="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/bin/catalina.sh" stage="never" />
-            <executable targetfile="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/bin/startup.sh" stage="never" />
-            <executable targetfile="\$INSTALL_PATH/apache-tomcat-${TOMCAT_VERSION}/bin/shutdown.sh" stage="never" />
-            <executable targetfile="\$INSTALL_PATH/Start LMF Server.app/Contents/MacOS/run.sh" stage="never" os="mac" />
-            <executable targetfile="\$INSTALL_PATH/Stop LMF Server.app/Contents/MacOS/run.sh" stage="never" os="mac"/>
-        </pack>
-        <refpack file="refpacks/lmf-webapp.xml" />
-        <refpack file="refpacks/lmf-core.xml" />
-        <refpack file="refpacks/lmf-ldcache.xml" />
-        <refpack file="refpacks/lmf-ldpath.xml" />
-        <refpack file="refpacks/lmf-reasoner.xml" />
-        <refpack file="refpacks/lmf-skos.xml" />
-        <refpack file="refpacks/lmf-search.xml" />
-        <refpack file="refpacks/lmf-security.xml" />
-        <refpack file="refpacks/lmf-sparql.xml" />
-        <refpack file="refpacks/lmf-user.xml" />
-        <refpack file="refpacks/lmf-scheduler.xml" />
-        <refpack file="refpacks/lmf-social.xml" />
-        <refpack file="refpacks/lmf-versioning.xml" />
-        <refpack file="refpacks/lmf-enhancer.xml" />
-        <refpack file="refpacks/lmf-stanbol.xml" />
-        <refpack file="refpacks/lmf-geo.xml" />
-        <refpack file="refpacks/lmf-demo-books.xml" />
-        <refpack file="refpacks/refine.xml" />
-    </packs>
-
-    <!-- shortcut generation -->
-    <native type="izpack" name="ShellLink.dll" />
-    <native type="izpack" name="ShellLink_x64.dll" />
-</installation>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/log/catalina.out
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/log/catalina.out b/launchers/lmf-installer/src/main/resources/log/catalina.out
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/macos/Start LMF Server.app/Contents/Info.plist
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/macos/Start LMF Server.app/Contents/Info.plist b/launchers/lmf-installer/src/main/resources/macos/Start LMF Server.app/Contents/Info.plist
deleted file mode 100644
index 632e5f5..0000000
--- a/launchers/lmf-installer/src/main/resources/macos/Start LMF Server.app/Contents/Info.plist	
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright (c) 2008-2012 Salzburg Research.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-    <dict>
-        <key>CFBundleExecutable</key>
-        <string>run.sh</string>
-        <key>CFBundleIconFile</key>
-        <string>icon_start.icns</string>
-        <key>CFBundleInfoDictionaryVersion</key>
-        <string>1.0</string>
-        <key>CFBundlePackageType</key>
-        <string>APPL</string>
-        <key>CFBundleSignature</key>
-        <string>????</string>
-        <key>CFBundleVersion</key>
-        <string>1.0</string>
-    </dict>
-</plist>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/macos/Start LMF Server.app/Contents/MacOS/run.sh
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/macos/Start LMF Server.app/Contents/MacOS/run.sh b/launchers/lmf-installer/src/main/resources/macos/Start LMF Server.app/Contents/MacOS/run.sh
deleted file mode 100644
index 6f67046..0000000
--- a/launchers/lmf-installer/src/main/resources/macos/Start LMF Server.app/Contents/MacOS/run.sh	
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-%{INSTALL_PATH}/apache-tomcat-%{TOMCAT_VERSION}/bin/startup.sh
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/macos/Stop LMF Server.app/Contents/Info.plist
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/macos/Stop LMF Server.app/Contents/Info.plist b/launchers/lmf-installer/src/main/resources/macos/Stop LMF Server.app/Contents/Info.plist
deleted file mode 100644
index 54f36ec..0000000
--- a/launchers/lmf-installer/src/main/resources/macos/Stop LMF Server.app/Contents/Info.plist	
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright (c) 2008-2012 Salzburg Research.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-    <dict>
-        <key>CFBundleExecutable</key>
-        <string>run.sh</string>
-        <key>CFBundleIconFile</key>
-        <string>icon_stop.icns</string>
-        <key>CFBundleInfoDictionaryVersion</key>
-        <string>1.0</string>
-        <key>CFBundlePackageType</key>
-        <string>APPL</string>
-        <key>CFBundleSignature</key>
-        <string>????</string>
-        <key>CFBundleVersion</key>
-        <string>1.0</string>
-    </dict>
-</plist>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4c3a7698/launchers/lmf-installer/src/main/resources/macos/Stop LMF Server.app/Contents/MacOS/run.sh
----------------------------------------------------------------------
diff --git a/launchers/lmf-installer/src/main/resources/macos/Stop LMF Server.app/Contents/MacOS/run.sh b/launchers/lmf-installer/src/main/resources/macos/Stop LMF Server.app/Contents/MacOS/run.sh
deleted file mode 100644
index 38c3856..0000000
--- a/launchers/lmf-installer/src/main/resources/macos/Stop LMF Server.app/Contents/MacOS/run.sh	
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-%{INSTALL_PATH}/apache-tomcat-%{TOMCAT_VERSION}/bin/shutdown.sh
\ No newline at end of file