Source Tree Restructuring
-------------------------

                 Key: SLING-865
                 URL: https://issues.apache.org/jira/browse/SLING-865
             Project: Sling
          Issue Type: Task
          Components: Extensions
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler


As discussed in the mailing lists, this is the new structure:

trunk/
    +-- maven (Maven Plugins)
    +-- parent/ (Parent Project)
    +-- launchpad (Launchpad Application)
        +-- app
        +-- webapp
        +-- base
        +-- bundles
        +-- content
        +-- tests
    +-- bundles/
        +-- api (The Sling API)
        +-- engine (The Sling Core Engine)
        +-- scripting (ScriptEngines)
            +-- api
            +-- core
            +-- javascript
            +-- jsp
            +-- jsp-taglib
        +-- commons (Helper libraries)
            +-- log
            +-- json
            +-- osgi
            +-- mime
            +-- testing
            +-- scheduler
            +-- threads
        +-- jcr (JCR related modules)
            +-- api
            +-- base
            +-- classloader
            +-- contentloader
            +-- jackrabbit-api
            +-- jackrabbit-server
            +-- ocm
            +-- resource
            +-- webdav
        +-- servlets (Servlet Support)
            +-- get
            +-- post
            +-- resolver
        +-- extensions (Extension bundles)
            +-- adapter
            +-- bundleresource
            +-- httpauth
            +-- event
            +-- openidauth
            +-- threaddump
     +-- contrib (Contributions etc.)
            +-- commons
            +-- scripting (ScriptEngines)
                   +-- freemarker
                   +-- java
                   +-- jst
                   +-- python
                   +-- ruby
                   +-- scala
                   +-- velocity
            +-- jcr (JCR related modules)
                   +-- jackrabbit-client
            +-- launchpad (Launchpad Application)
                   +-- jcrapp
                   +-- testing (contrib stuff)
            +-- extensions (Extension bundles)
                   +-- apt
                   +-- dojo
                   +-- dojo-sling
                   +-- i18n
                   +-- gwt
                   +-- jcrinstall
                   +-- obr (OBR Server, was osgi/obr)
                   +-- runmode
     +-- samples
            +-- ... existing samples ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to