You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/02/22 11:47:01 UTC

[jira] Created: (SLING-865) Source Tree Restructuring

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.


[jira] Closed: (SLING-865) Source Tree Restructuring

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-865.
----------------------------------

    Resolution: Fixed

I'll close this bug as the major work has been done; for (new/remaining) problems we can open new bugs.

> 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.