Skip to content

Commit

Permalink
deployment of the base component elements
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSmits committed Aug 2, 2016
1 parent 0c61ad8 commit 1c2f405
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
32 changes: 32 additions & 0 deletions documents/oshop.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
(C) Copyright 2015 Somonar B.V.
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.
-->
<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xsi:schemaLocation="http://docbook.org/ns/docbook ../../../applications/content/dtd/docbook.xsd"
xmlns="http://docbook.org/ns/docbook">

<title><anchor xml:id="oshop"/>The oshop Component</title>
<section>
<title>Introduction</title>
<para>
</para>
</section>
<xi:include href="../data/helpdata/HELP_oshop.xml" />

</chapter>
1 change: 1 addition & 0 deletions dtd/readme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put your component specific xsd files here.
28 changes: 28 additions & 0 deletions entitydef/entitymodel.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
(C) Copyright 2015 Somonar B.V.
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.
-->
<entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd">
<!-- ========================================================= -->
<!-- ======================== Defaults ======================= -->
<!-- ========================================================= -->
<title>Entity of oshop Component</title>
<description>None</description>
<copyright></copyright>
<version></version>

</entitymodel>
1 change: 1 addition & 0 deletions lib/readme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put your component specific external libraries here.

0 comments on commit 1c2f405

Please sign in to comment.