[
https://issues.apache.org/jira/browse/SLING-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727352#action_12727352
]
Juan Jose Vazquez Delgado commented on SLING-990:
-------------------------------------------------
Just a point. I had to do this:
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.0.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>!*</Export-Package>
<Private-Package>!*</Private-Package>
<Include-Resource>
SLING-INF=src/main/resources/SLING-INF
</Include-Resource>
<Sling-Initial-Content>
SLING-INF/content/apps/explorer;overwrite:=true;uninstall=true;path:=/apps/explorer,
SLING-INF/content/apps/sling/servlet/default/explorer;overwrite:=true;uninstall=true;path:=/apps/sling/servlet/default/explorer
</Sling-Initial-Content>
</instructions>
</configuration>
</plugin>
in order to have a clean bundle without references which are not needed.
IMHO, this stuff should be in contrib, maybe with a 0.9.0-SNAPSHOT version tag.
WDYT?.
> Prototype for a Sling Explorer implementation based on GWT
> ----------------------------------------------------------
>
> Key: SLING-990
> URL: https://issues.apache.org/jira/browse/SLING-990
> Project: Sling
> Issue Type: New Feature
> Components: Extensions
> Reporter: Christophe Lombart
> Attachments: Sling Explorer.zip, sling-explorer-only-gwt.zip,
> slingexplorer.tiff
>
>
> Following the Sling Explorer proposal [1], I have started an implementation
> with the SwartGwt UI framework [2] (based on GWT and under LGPL licence).
> Not sure but I think that LGPL is compatible with the Apache project.
> Until now, it is just a prototype. Can you review the code and see if this
> Gwt application is well integrated with Sling ?
> [1] http://cwiki.apache.org/SLING/sling-based-jcr-explorer.html
> [2] http://code.google.com/p/smartgwt/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.