Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(35)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
with your
Google Account
to create issues and add comments
Issue
1953045
: proposed configadmin install from launchpad archive solution
Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 10 months ago by
justinedelson
Modified:
14 years, 10 months ago
Reviewers:
Visibility:
Public.
Patch Set 1
#
Created:
14 years, 10 months ago
Download
[raw]
[tar.bz2]
Unified diffs
Side-by-side diffs
Delta from patch set
Stats
(
+351 lines, -97 lines
)
Patch
M
installer/osgi/installer/src/main/java/org/apache/sling/osgi/installer/InstallableResource.java
View
2 chunks
+8 lines, -4 lines
0 comments
Download
M
installer/osgi/installer/src/main/java/org/apache/sling/osgi/installer/impl/RegisteredResourceImpl.java
View
1 chunk
+1 line, -1 line
0 comments
Download
A
launchpad/api/README.txt
View
1 chunk
+29 lines, -0 lines
0 comments
Download
A
launchpad/api/pom.xml
View
Binary file
0 comments
Download
A
launchpad/api/src/main/java/org/apache/sling/launchpad/api/ResourceProvider.java
View
1 chunk
+46 lines, -0 lines
0 comments
Download
launchpad/base/pom.xml
View
4 chunks
+22 lines, -0 lines
0 comments
Download
M
launchpad/base/src/main/java/org/apache/sling/launchpad/base/app/MainDelegate.java
View
1 chunk
+1 line, -1 line
0 comments
Download
M
launchpad/base/src/main/java/org/apache/sling/launchpad/base/impl/BootstrapInstaller.java
View
1 chunk
+1 line, -0 lines
0 comments
Download
M
launchpad/base/src/main/java/org/apache/sling/launchpad/base/impl/ClassLoaderResourceProvider.java
View
4 chunks
+19 lines, -8 lines
0 comments
Download
M
launchpad/base/src/main/java/org/apache/sling/launchpad/base/impl/ContextConnection.java
View
1 chunk
+2 lines, -0 lines
0 comments
Download
M
launchpad/base/src/main/java/org/apache/sling/launchpad/base/impl/ContextProtocolHandler.java
View
1 chunk
+1 line, -0 lines
0 comments
Download
M
launchpad/base/src/main/java/org/apache/sling/launchpad/base/impl/DeploymentPackageInstaller.java
View
1 chunk
+1 line, -0 lines
0 comments
Download
D
launchpad/base/src/main/java/org/apache/sling/launchpad/base/impl/ResourceProvider.java
View
1 chunk
+0 lines, -59 lines
0 comments
Download
M
launchpad/base/src/main/java/org/apache/sling/launchpad/base/impl/Sling.java
View
2 chunks
+4 lines, -1 line
0 comments
Download
M
launchpad/base/src/main/java/org/apache/sling/launchpad/base/webapp/SlingBridge.java
View
1 chunk
+1 line, -1 line
0 comments
Download
M
launchpad/base/src/main/java/org/apache/sling/launchpad/base/webapp/SlingServletDelegate.java
View
2 chunks
+3 lines, -2 lines
0 comments
Download
M
launchpad/base/src/main/resources/sling.properties
View
1 chunk
+1 line, -0 lines
0 comments
Download
launchpad/builder/pom.xml
View
2 chunks
+5 lines, -0 lines
0 comments
Download
launchpad/builder/src/main/bundles/list.xml
View
1 chunk
+12 lines, -0 lines
0 comments
Download
A
launchpad/builder/src/main/config/org.apache.sling.auth.form.FormAuthenticationHandler.cfg
View
1 chunk
+1 line, -0 lines
0 comments
Download
A
launchpad/installer/README.txt
View
1 chunk
+24 lines, -0 lines
0 comments
Download
A
launchpad/installer/pom.xml
View
Binary file
0 comments
Download
A
launchpad/installer/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java
View
1 chunk
+68 lines, -0 lines
0 comments
Download
launchpad/testing/pom.xml
View
2 chunks
+2 lines, -1 line
0 comments
Download
A
launchpad/testing/src/main/config/org.apache.sling.auth.form.FormAuthenticationHandler.cfg
View
1 chunk
+1 line, -0 lines
0 comments
Download
maven/maven-launchpad-plugin/pom.xml
View
1 chunk
+5 lines, -0 lines
0 comments
Download
M
maven/maven-launchpad-plugin/src/main/java/org/apache/sling/maven/projectsupport/AbstractBundleListMojo.java
View
2 chunks
+10 lines, -0 lines
0 comments
Download
M
maven/maven-launchpad-plugin/src/main/java/org/apache/sling/maven/projectsupport/AbstractLaunchpadStartingPlugin.java
View
9 chunks
+68 lines, -16 lines
0 comments
Download
M
maven/maven-launchpad-plugin/src/main/java/org/apache/sling/maven/projectsupport/PreparePackageMojo.java
View
2 chunks
+11 lines, -1 line
0 comments
Download
M
maven/maven-launchpad-plugin/src/main/java/org/apache/sling/maven/projectsupport/RunMojo.java
View
1 chunk
+1 line, -1 line
0 comments
Download
M
maven/maven-launchpad-plugin/src/main/java/org/apache/sling/maven/projectsupport/StartMojo.java
View
1 chunk
+1 line, -1 line
0 comments
Download
pom.xml
View
1 chunk
+2 lines, -0 lines
0 comments
Download
Issue 1953045: proposed configadmin install from launchpad archive solution
Created 14 years, 10 months ago by justinedelson
Modified 14 years, 10 months ago
Reviewers:
Base URL:
Comments: 0
Recent Issues
|
This issue
This is Rietveld
f62528b