diff --git a/barcodes-repo/src/main/amp/config/alfresco/module/barcodes-repo/context/bootstrap-context.xml b/barcodes-repo/src/main/amp/config/alfresco/module/barcodes-repo/context/bootstrap-context.xml index 9e789b5..02b66a3 100644 --- a/barcodes-repo/src/main/amp/config/alfresco/module/barcodes-repo/context/bootstrap-context.xml +++ b/barcodes-repo/src/main/amp/config/alfresco/module/barcodes-repo/context/bootstrap-context.xml @@ -13,7 +13,6 @@ alfresco/module/${project.artifactId}/model/content-model.xml - alfresco/module/${project.artifactId}/model/workflow-model.xml diff --git a/barcodes-repo/src/main/amp/config/alfresco/module/barcodes-repo/model/workflow-model.xml b/barcodes-repo/src/main/amp/config/alfresco/module/barcodes-repo/model/workflow-model.xml deleted file mode 100644 index 580e3f2..0000000 --- a/barcodes-repo/src/main/amp/config/alfresco/module/barcodes-repo/model/workflow-model.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Workflow Model for Repo Extension X - My Name - 1.0 - - - - - - - - - - - - - - - - - - diff --git a/barcodes-repo/src/main/amp/web/css/demoamp.css b/barcodes-repo/src/main/amp/web/css/demoamp.css deleted file mode 100644 index c24bc1b..0000000 --- a/barcodes-repo/src/main/amp/web/css/demoamp.css +++ /dev/null @@ -1,16 +0,0 @@ -/* - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You 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. - */ \ No newline at end of file diff --git a/barcodes-repo/src/main/amp/web/jsp/demoamp.jsp b/barcodes-repo/src/main/amp/web/jsp/demoamp.jsp deleted file mode 100644 index 027635b..0000000 --- a/barcodes-repo/src/main/amp/web/jsp/demoamp.jsp +++ /dev/null @@ -1,17 +0,0 @@ - - This is a demo JSP. When running with -Pamp-to-war, just change this text and it will be automatically reloaded! \ No newline at end of file diff --git a/barcodes-repo/src/main/amp/web/licenses/README-licenses.txt b/barcodes-repo/src/main/amp/web/licenses/README-licenses.txt deleted file mode 100644 index 3ff33ba..0000000 --- a/barcodes-repo/src/main/amp/web/licenses/README-licenses.txt +++ /dev/null @@ -1,2 +0,0 @@ -This folder (root in the AMP) gets mapped automagically in WEB-INF/licenses -by the MMT or the alfresco-maven-plugin \ No newline at end of file diff --git a/barcodes-repo/src/main/amp/web/scripts/demoamp.js b/barcodes-repo/src/main/amp/web/scripts/demoamp.js deleted file mode 100644 index c24bc1b..0000000 --- a/barcodes-repo/src/main/amp/web/scripts/demoamp.js +++ /dev/null @@ -1,16 +0,0 @@ -/* - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You 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. - */ \ No newline at end of file diff --git a/barcodes-share/src/main/resources/META-INF/resources/test.html b/barcodes-share/src/main/resources/META-INF/resources/test.html index 53ec260..95818fe 100644 --- a/barcodes-share/src/main/resources/META-INF/resources/test.html +++ b/barcodes-share/src/main/resources/META-INF/resources/test.html @@ -1,6 +1,8 @@

This is a test web resource loaded from the JAR/META-INF/resources. - This, per Servlet 3 spec is mapped to the root of the webapp

+ This, per Servlet 3 spec is mapped to the root of the webapp +

+

This is the barcodes application

\ No newline at end of file