diff --git a/ccm-bundle-devel-wildfly-web/pom.xml b/ccm-bundle-devel-wildfly-web/pom.xml
index f8cede587..0a5ef02fb 100644
--- a/ccm-bundle-devel-wildfly-web/pom.xml
+++ b/ccm-bundle-devel-wildfly-web/pom.xml
@@ -69,12 +69,7 @@
ccm-editor
jar
-
- org.librecms
- ccm-cms-editor
- jar
-
-
+
org.libreccm
ccm-theme-foundry
jar
diff --git a/ccm-bundle-devel/pom.xml b/ccm-bundle-devel/pom.xml
index 2736dca05..3faedc2d4 100644
--- a/ccm-bundle-devel/pom.xml
+++ b/ccm-bundle-devel/pom.xml
@@ -53,12 +53,7 @@
ccm-cms
${project.parent.version}
-
- org.librecms
- ccm-cms-editor
- ${project.parent.version}
-
-
+
diff --git a/ccm-cms-editor/Gruntfile.js b/ccm-cms-editor/Gruntfile.js
deleted file mode 100644
index 7040b43af..000000000
--- a/ccm-cms-editor/Gruntfile.js
+++ /dev/null
@@ -1,17 +0,0 @@
-module.exports = function(grunt) {
- grunt.initConfig({
- ts: {
- default : {
- options: {
- module: "amd",
- tsconfig: true,
- moduleResolution: "classic"
- }
- }
- },
- clean: ['scripts/*.js', 'scripts/*.js.map', 'scripts/.tscache']
- });
- grunt.loadNpmTasks("grunt-ts");
- grunt.loadNpmTasks('grunt-contrib-clean');
- grunt.registerTask("default", ["ts"]);
-};
diff --git a/ccm-cms-editor/package.json b/ccm-cms-editor/package.json
deleted file mode 100644
index 87ec3bc46..000000000
--- a/ccm-cms-editor/package.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "ccm-cms-editor",
- "version": "7.0.0",
- "description": "CMS modules for the ccm-editor",
- "repository": {
- "type": "svn",
- "url": "https://svn.libreccm.org/ccm/ccm_ng/ccm-cms-editor"
- },
- "author": "Jens Pelzetter",
- "license": "GPL-3.0",
- "dependencies": {
- "font-awesome": "^4.7.0",
- "requirejs": "^2.3.5",
- "requirejs-domready": "^2.0.3"
- },
- "devDependencies": {
- "grunt": "^1.0.1",
- "grunt-cli": "^1.2.0",
- "grunt-contrib-clean": "^1.1.0",
- "grunt-ts": "^6.0.0-beta.17",
- "typescript": "^2.6.2"
- }
-}
diff --git a/ccm-cms-editor/pom.xml b/ccm-cms-editor/pom.xml
deleted file mode 100644
index d98d1147b..000000000
--- a/ccm-cms-editor/pom.xml
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
- 4.0.0
-
-
- UTF-8
- ${maven.build.timestamp}
- yyyy-MM-dd'T'HH:mm:ss'Z'Z
-
-
-
- org.libreccm
- libreccm-parent
- 7.0.0-SNAPSHOT
-
-
- org.librecms
- ccm-cms-editor
- 7.0.0-SNAPSHOT
- jar
-
- LibreCMS modules for the ccm-editor
-
- Provides CMS specific modules for the ccm-editor.
-
-
-
-
- Lesser GPL 2.1
- http://www.gnu.org/licenses/old-licenses/lgpl-2.1
-
-
-
-
-
- org.libreccm
- ccm-editor
- 7.0.0-SNAPSHOT
-
-
-
-
- ccm-editor
-
-
-
- src/main/resources
-
-
- src/main/typescript
-
-
-
-
-
- com.github.eirslett
- frontend-maven-plugin
-
-
-
- Install node.js and NPM
-
- install-node-and-npm
-
-
- v6.12.3
-
-
-
- npm install
-
- npm
-
-
-
- grunt build
-
- grunt
-
-
-
-
-
-
-
-
-
diff --git a/ccm-cms-editor/src/site/markdown/index.md b/ccm-cms-editor/src/site/markdown/index.md
deleted file mode 100644
index c32ace84a..000000000
--- a/ccm-cms-editor/src/site/markdown/index.md
+++ /dev/null
@@ -1,8 +0,0 @@
-CCM Editor modules for LibreCMS
----
-
-This module provides two new commands for the CCM Editor which are only useful
-in combination with the LibreCMS module:
-
-* Insert Internal Link: Adds an internal link to a content item
-* Insert Image: Inserts a image from the media library of LibreCMS
diff --git a/ccm-cms-editor/src/site/site.xml b/ccm-cms-editor/src/site/site.xml
deleted file mode 100644
index 6ad2244f7..000000000
--- a/ccm-cms-editor/src/site/site.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ccm-cms-editor/tsconfig.json b/ccm-cms-editor/tsconfig.json
deleted file mode 100644
index 72bca3ef9..000000000
--- a/ccm-cms-editor/tsconfig.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "include": [
- "./src/main/typescript/**/*"
- ],
- "compilerOptions": {
- "rootDirs": [
- "../ccm-editor/src/main/typescript/ccm-editor",
- "./src/main/typescript/ccm-editor"
- ]
- }
-}
diff --git a/ccm-cms/src/main/java/org/librecms/contentsection/rs/Assets.java b/ccm-cms/src/main/java/org/librecms/contentsection/rs/Assets.java
index 6d9cff2af..e8d0e6fc4 100644
--- a/ccm-cms/src/main/java/org/librecms/contentsection/rs/Assets.java
+++ b/ccm-cms/src/main/java/org/librecms/contentsection/rs/Assets.java
@@ -153,7 +153,7 @@ public class Assets {
@GET
@Path("/")
- @Produces("text/json; charset=utf-8")
+ @Produces("application/json; charset=utf-8")
@Transactional(Transactional.TxType.REQUIRED)
public List
-
-
org.hibernate
@@ -395,7 +394,7 @@
@@ -403,7 +402,7 @@
hibernate-search-orm
5.5.4.Final
-
+
@@ -412,7 +411,7 @@
flyway-core
4.0.3
-
+
org.apache.shiro
@@ -424,14 +423,14 @@
shiro-web
1.3.2
-
+
org.primefaces
primefaces
6.1
-
+
@@ -456,13 +455,13 @@
vaadin-themes
8.1.2
-->
-
-
-
+
-
+
org.apache.logging.log4j
log4j-bom
@@ -478,9 +477,9 @@
pom
import
-
-
@@ -488,14 +487,14 @@
lucene-core
2.4.1
-
+
org.apache.pdfbox
pdfbox
1.4.0
-
+
commons-beanutils
@@ -560,37 +559,37 @@
bcmail-jdk16
1.46
-
+
org.imgscalr
imgscalr-lib
4.2
-
+
org.jsoup
jsoup
1.10.3
-
+
org.apache.maven
maven-artifact
3.3.9
-
+
net.sf.jtidy
jtidy
r938
-
+
oro
oro
2.0.8
-
+
org.bouncycastle
bcprov-jdk16
@@ -627,16 +626,16 @@
2.9.0
import
pom
-
+
-
+
org.codehaus.woodstox
woodstox-core-asl
4.4.1
-
@@ -694,7 +693,7 @@
8.2.1.Final
test
-
+
@@ -704,8 +703,8 @@
0.7.9
test
-
-
@@ -720,10 +719,10 @@
1.3
test
-
-
@@ -732,7 +731,7 @@
2.2
-
+
com.h2database
@@ -742,5 +741,5 @@
-
+