Author: cziegeler
Date: Thu Nov 5 20:53:48 2009
New Revision: 833161
URL: http://svn.apache.org/viewvc?rev=833161&view=rev
Log:
Fix typos, versions etc.
Modified:
sling/trunk/contrib/explorers/gwt/README.txt
sling/trunk/contrib/explorers/gwt/pom.xml
sling/trunk/contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/ExplorerConstants.java
sling/trunk/contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer/client/ExplorerConstants.properties
sling/trunk/contrib/explorers/jquery/README.txt
Modified: sling/trunk/contrib/explorers/gwt/README.txt
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/gwt/README.txt?rev=833161&r1=833160&r2=833161&view=diff
==============================================================================
--- sling/trunk/contrib/explorers/gwt/README.txt (original)
+++ sling/trunk/contrib/explorers/gwt/README.txt Thu Nov 5 20:53:48 2009
@@ -1,16 +1,7 @@
Apache Sling Explorer
-This bundle provides the Sling Explorer Application to manage all sling
resources.
+This bundle provides the Sling Explorer Application to manage all Sling
resources.
-Disclaimer
-==========
-Apache Sling is an effort undergoing incubation at The Apache Software
Foundation (ASF),
-sponsored by the Apache Jackrabbit PMC. Incubation is required of all newly
accepted
-projects until a further review indicates that the infrastructure,
communications,
-and decision making process have stabilized in a manner consistent with other
-successful ASF projects. While incubation status is not necessarily a
reflection of
-the completeness or stability of the code, it does indicate that the project
has yet
-to be fully endorsed by the ASF.
Getting Started
===============
@@ -56,7 +47,7 @@
the Apache Software Foundation. If you have Subversion installed,
you can checkout the latest source using the following command:
- svn checkout
http://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/explorers/gwt
+ svn checkout
http://svn.apache.org/repos/asf/sling/trunk/contrib/explorers/gwt
See the Subversion documentation for other source control features.
Modified: sling/trunk/contrib/explorers/gwt/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/gwt/pom.xml?rev=833161&r1=833160&r2=833161&view=diff
==============================================================================
--- sling/trunk/contrib/explorers/gwt/pom.xml (original)
+++ sling/trunk/contrib/explorers/gwt/pom.xml Thu Nov 5 20:53:48 2009
@@ -16,9 +16,9 @@
<name>Apache Sling Explorer</name>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/explorers/gwt</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/explorers/gwt</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/sling/trunk/contrib/explorer/gwt</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/explorers/gwt</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/explorers/gwt</developerConnection>
+
<url>http://svn.apache.org/viewvc/sling/trunk/contrib/explorer/gwt</url>
</scm>
<properties>
Modified:
sling/trunk/contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/ExplorerConstants.java
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/ExplorerConstants.java?rev=833161&r1=833160&r2=833161&view=diff
==============================================================================
---
sling/trunk/contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/ExplorerConstants.java
(original)
+++
sling/trunk/contrib/explorers/gwt/src/main/java/org/apache/sling/explorer/client/ExplorerConstants.java
Thu Nov 5 20:53:48 2009
@@ -23,36 +23,36 @@
public interface ExplorerConstants extends Constants {
-
-
+
+
public static final String CONTENT_ROOT = "/";
public static final String JSON_TREE_REQUEST_EXTENSION =
".explorer.tree-node.json";
-
+
public static final String JSON_CHILDREN_REQUEST_EXTENSION =
".explorer.children.json";
public static final String PROPERTY = "property";
public static final String RESOURCE = "resource";
-
- public static final String SLING_HOMEPAGE =
"http://incubator.apache.org/sling";
+
+ public static final String SLING_HOMEPAGE = "http://sling.apache.org";
public static final String SLING_DOCUMENTATION = SLING_HOMEPAGE +
"/documentation";
-
-
+
+
/**
- * Descriptions to translate
+ * Descriptions to translate
* (see the ExplorerConstants.properties & associted files)
- *
+ *
*/
- String mainTitle();
-
+ String mainTitle();
+
String mainSubTitle();
-
+
String slingHomePage();
-
- String rootItemDescription();
-
- String propertiesDescripton();
-
+
+ String rootItemDescription();
+
+ String propertiesDescripton();
+
String subResourcesDescription();
-
-
-
+
+
+
}
Modified:
sling/trunk/contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer/client/ExplorerConstants.properties
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer/client/ExplorerConstants.properties?rev=833161&r1=833160&r2=833161&view=diff
==============================================================================
---
sling/trunk/contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer/client/ExplorerConstants.properties
(original)
+++
sling/trunk/contrib/explorers/gwt/src/main/resources/org/apache/sling/explorer/client/ExplorerConstants.properties
Thu Nov 5 20:53:48 2009
@@ -2,5 +2,5 @@
mainTitle = Explorer
mainSubTitle = Apache Software Foundation
rootItemDescription=Resources
-propertiesDescripton = Propreties
+propertiesDescripton = Properties
subResourcesDescription = Resources
\ No newline at end of file
Modified: sling/trunk/contrib/explorers/jquery/README.txt
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/jquery/README.txt?rev=833161&r1=833160&r2=833161&view=diff
==============================================================================
--- sling/trunk/contrib/explorers/jquery/README.txt (original)
+++ sling/trunk/contrib/explorers/jquery/README.txt Thu Nov 5 20:53:48 2009
@@ -4,17 +4,6 @@
Explorer
-Disclaimer
-==========
-Apache Sling is an effort undergoing incubation at The Apache Software
Foundation (ASF),
-sponsored by the Apache Jackrabbit PMC. Incubation is required of all newly
accepted
-projects until a further review indicates that the infrastructure,
communications,
-and decision making process have stabilized in a manner consistent with other
-successful ASF projects. While incubation status is not necessarily a
reflection of
-the completeness or stability of the code, it does indicate that the project
has yet
-to be fully endorsed by the ASF.
-
-
Getting Started
===============
@@ -34,7 +23,7 @@
the Apache Software Foundation. If you have Subversion installed,
you can checkout the latest source using the following command:
- svn checkout
http://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/extensions/explorer
+ svn checkout
http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/explorers/jquery
See the Subversion documentation for other source control features.