You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2018/03/28 18:08:22 UTC

svn commit: r1827940 - /ofbiz/ofbiz-framework/trunk/docs/asciidoc/developer-manual.adoc

Author: mbrohl
Date: Wed Mar 28 18:08:22 2018
New Revision: 1827940

URL: http://svn.apache.org/viewvc?rev=1827940&view=rev
Log:
Improved: Added additional configuration (experimental features and 
removed chapter labels), added headlines/structure for the development 
environment.

Modified:
    ofbiz/ofbiz-framework/trunk/docs/asciidoc/developer-manual.adoc

Modified: ofbiz/ofbiz-framework/trunk/docs/asciidoc/developer-manual.adoc
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/docs/asciidoc/developer-manual.adoc?rev=1827940&r1=1827939&r2=1827940&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/docs/asciidoc/developer-manual.adoc (original)
+++ ofbiz/ofbiz-framework/trunk/docs/asciidoc/developer-manual.adoc Wed Mar 28 18:08:22 2018
@@ -20,8 +20,10 @@ under the License.
 The Apache OFBiz Project
 Release 17.12
 :doctype: book
+:experimental:
 :icons: font
 :sectnums:
+:chapter-label:
 :toc:
 :toclevels: 5
 :imagesdir: ./images
@@ -252,6 +254,18 @@ displays search results.
 
 == Development environment
 
+=== Setup your environment
+
+==== Java SE
+
+==== IDE
+
+===== Eclipse
+
+===== Intellij Idea
+
+==== Database
+
 === Web tools
 
 == Testing