Author: fchrist
Date: Fri Sep 21 08:23:12 2012
New Revision: 1388367

URL: http://svn.apache.org/viewvc?rev=1388367&view=rev
Log:
Fixed paths to new SVN location

Modified:
    stanbol/site/trunk/content/development/coding.mdtext
    stanbol/site/trunk/content/development/dependency-management.mdtext
    stanbol/site/trunk/content/development/index.mdtext
    stanbol/site/trunk/content/development/website.mdtext

Modified: stanbol/site/trunk/content/development/coding.mdtext
URL: 
http://svn.apache.org/viewvc/stanbol/site/trunk/content/development/coding.mdtext?rev=1388367&r1=1388366&r2=1388367&view=diff
==============================================================================
--- stanbol/site/trunk/content/development/coding.mdtext (original)
+++ stanbol/site/trunk/content/development/coding.mdtext Fri Sep 21 08:23:12 
2012
@@ -5,11 +5,11 @@ Title: Coding Standards
 Most developers of Apache Stanbol use the Eclipse IDE for development. The
 code conventions for this IDE can be imported from the
 '/conventions/stanbol-eclipse-codeformatter.xml' file
-[in SVN](http://svn.apache.org/repos/asf/incubator/stanbol/trunk/conventions/).
+[in SVN](http://svn.apache.org/repos/asf/stanbol/trunk/conventions/).
 
 ### SVN Structure
 
-The Apache Stanbol [SVN](http://svn.apache.org/repos/asf/incubator/stanbol/)
+The Apache Stanbol [SVN](http://svn.apache.org/repos/asf/stanbol/)
 is divided into the classical trio of
 
   * trunk: where the main development takes place
@@ -37,4 +37,5 @@ developer has to keep in mind when writi
   * All dependencies used by Apache Stanbol should be available from the
     Maven central repository. If this is not the case, the Apache Stanbol
     module depending on a libraray that is not available from Maven
-    central can not be released that easy, i.e. a separate -deps package would 
be required.
+    central can not be released that easy, i.e. a separate -deps package
+    would be required.

Modified: stanbol/site/trunk/content/development/dependency-management.mdtext
URL: 
http://svn.apache.org/viewvc/stanbol/site/trunk/content/development/dependency-management.mdtext?rev=1388367&r1=1388366&r2=1388367&view=diff
==============================================================================
--- stanbol/site/trunk/content/development/dependency-management.mdtext 
(original)
+++ stanbol/site/trunk/content/development/dependency-management.mdtext Fri Sep 
21 08:23:12 2012
@@ -34,7 +34,7 @@ External dependencies to third party com
 place to ensure that all Apache Stanbol components rely on the very same
 version of a third party component. The central configuration for this can
 be found in the dependency management section of the Apache Stanbol
-[parent 
POM](http://svn.apache.org/repos/asf/incubator/stanbol/trunk/parent/pom.xml).
+[parent POM](http://svn.apache.org/repos/asf/stanbol/trunk/parent/pom.xml).
 As all Apache Stanbol components define this central POM as their parent,
 it is ensured that all components use the same version of an
 external dependency. Changing the version of an external dependency in the
@@ -92,7 +92,7 @@ needed at runtime and there may be other
 than at build time.
 
 Apache Stanbol pre-configures a set of launchers in the
-[/launchers](http://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/)
 directory.
+[/launchers](http://svn.apache.org/repos/asf/stanbol/trunk/launchers/) 
directory.
 The most important one is the 'full' launcher which includes all available
 Apache Stanbol components. This launcher is also used when executing the
 integration tests. In a launcher's POM you just have to declare dependencies

Modified: stanbol/site/trunk/content/development/index.mdtext
URL: 
http://svn.apache.org/viewvc/stanbol/site/trunk/content/development/index.mdtext?rev=1388367&r1=1388366&r2=1388367&view=diff
==============================================================================
--- stanbol/site/trunk/content/development/index.mdtext (original)
+++ stanbol/site/trunk/content/development/index.mdtext Fri Sep 21 08:23:12 2012
@@ -6,16 +6,16 @@ Apache Stanbol source code and contribut
 ## How to get involved
 
 ### Mailing lists
-The dev mailing list is where the action is, so make sure you subscribe to the 
Apache Stanbol developers mailing list by sending an email to 
<code>stanbol-dev-subscribe AT incubator.apache.org</code> .
+The dev mailing list is where the action is, so make sure you subscribe to the 
Apache Stanbol developers mailing list by sending an email to <code>dev AT 
stanbol.apache.org</code> .
 
 We don't have a users mailing list at this time, we'll create it if traffic 
becomes too high on the dev list. User questions are welcome on the dev list 
for now.
 
-Mailing list archives are available at 
[mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/), 
[markmail.org](http://markmail.org/search/?q=list:org.apache.incubator.stanbol-*)
 and the other usual places.
+Mailing list archives are available at 
[mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/), 
[markmail.org](http://markmail.org/search/?q=list:org.apache.stanbol-*) and the 
other usual places. The archives of mails during incubation are 
[here](http://markmail.org/search/?q=list:org.apache.incubator.stanbol-*).
 
 Additional mailing lists:
 
- * <code>stanbol-commits AT incubator.apache.org</code> : commit messages
- * <code>stanbol-private AT incubator.apache.org</code> : private list for 
Apache Stanbol [PPMC](http://incubator.apache.org/guides/ppmc.html) 
[members](team.html)
+ * <code>commits AT stanbol.apache.org</code> : commit messages
+ * <code>private AT stanbol.apache.org</code> : private list for Apache 
Stanbol PMC [members](team.html)
 
 ### Issue tracker
 
@@ -24,9 +24,9 @@ The Apache Stanbol issue tracker is at [
 
 ## Sources and Software Development
 
-The Apache Stanbol [source 
code](https://svn.apache.org/repos/asf/incubator/stanbol/trunk/) can checked 
out via Subversion from
+The Apache Stanbol [source 
code](https://svn.apache.org/repos/asf/stanbol/trunk/) can checked out via 
Subversion from
 
-    https://svn.apache.org/repos/asf/incubator/stanbol/trunk/ 
+    https://svn.apache.org/repos/asf/stanbol/trunk/ 
 
 The following documents describe the software development practices that are
 followed by the Apache Stanbol project.

Modified: stanbol/site/trunk/content/development/website.mdtext
URL: 
http://svn.apache.org/viewvc/stanbol/site/trunk/content/development/website.mdtext?rev=1388367&r1=1388366&r2=1388367&view=diff
==============================================================================
--- stanbol/site/trunk/content/development/website.mdtext (original)
+++ stanbol/site/trunk/content/development/website.mdtext Fri Sep 21 08:23:12 
2012
@@ -6,7 +6,7 @@ to manage its website. With this approac
 the website sources are hosted in SVN along the software sources. The website
 source can be checked out from:
 
-    https://svn.apache.org/repos/asf/incubator/stanbol/site/trunk/
+    https://svn.apache.org/repos/asf/stanbol/site/trunk/
 
 The website content is written using the
 [Markdown syntax](http://daringfireball.net/projects/markdown/syntax).


Reply via email to