You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2017/12/18 21:15:02 UTC

svn commit: r1818626 - in /directory/site/trunk/content/api: coding-standards.mdtext developer-guide.mdtext

Author: seelmann
Date: Mon Dec 18 21:15:02 2017
New Revision: 1818626

URL: http://svn.apache.org/viewvc?rev=1818626&view=rev
Log:
Update API guide, point to git repo and add note

Modified:
    directory/site/trunk/content/api/coding-standards.mdtext
    directory/site/trunk/content/api/developer-guide.mdtext

Modified: directory/site/trunk/content/api/coding-standards.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/coding-standards.mdtext?rev=1818626&r1=1818625&r2=1818626&view=diff
==============================================================================
--- directory/site/trunk/content/api/coding-standards.mdtext (original)
+++ directory/site/trunk/content/api/coding-standards.mdtext Mon Dec 18 21:15:02 2017
@@ -24,7 +24,7 @@ Hey, remember that those rules are not t
 
 **eclipse IDE**
 
-Eclipse users can import those two files to enfore the code formating : [formatting.xml](http://svn.apache.org/repos/asf/directory/project/trunk/resources/formatting.xml) and [codetemplates.xml](http://svn.apache.org/repos/asf/directory/project/trunk/resources/codetemplates.xml)
+Eclipse users can import those two files to enfore the code formating : [formatting.xml](https://github.com/apache/directory-project/blob/master/resources/formatting.xml) and [codetemplates.xml](https://github.com/apache/directory-project/blob/master/resources/codetemplates.xml)
 
 **IDEA IDE**
 

Modified: directory/site/trunk/content/api/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/developer-guide.mdtext?rev=1818626&r1=1818625&r2=1818626&view=diff
==============================================================================
--- directory/site/trunk/content/api/developer-guide.mdtext (original)
+++ directory/site/trunk/content/api/developer-guide.mdtext Mon Dec 18 21:15:02 2017
@@ -62,6 +62,8 @@ There are some more rules, as we are usi
 
 ## Releasing the LDAP API
 
+**Note: The release guide needs to be updated after git migration!**
+
 Here is a guide on how to cut a new release. This is a long process, expect it to last a couple of hours !
 
 First, you need to have a recent version of Maven (we are using 3.0.4) and a recent version of the JDK (1.7 is ok, it should also build with 1.6).