You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/09/28 16:29:35 UTC

svn commit: r1391487 - in /directory/site/trunk/content/studio: developers-guide.mdtext source-repository.mdtext studio-plugin-source-repository.mdtext

Author: pamarcelot
Date: Fri Sep 28 14:29:34 2012
New Revision: 1391487

URL: http://svn.apache.org/viewvc?rev=1391487&view=rev
Log: (empty)

Added:
    directory/site/trunk/content/studio/studio-plugin-source-repository.mdtext
Modified:
    directory/site/trunk/content/studio/developers-guide.mdtext
    directory/site/trunk/content/studio/source-repository.mdtext

Modified: directory/site/trunk/content/studio/developers-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/developers-guide.mdtext?rev=1391487&r1=1391486&r2=1391487&view=diff
==============================================================================
--- directory/site/trunk/content/studio/developers-guide.mdtext (original)
+++ directory/site/trunk/content/studio/developers-guide.mdtext Fri Sep 28 14:29:34 2012
@@ -27,16 +27,12 @@ This is a simple guide to various Apache
 | [Issue Tracking](issue-tracking.html) | Issue Tracking |
 | [Working](working.html) | How to set up your workspace to work on Apache Directory Studio |
 | [Internationalization](internationalization.html) | How to enable multi-language support in the GUI (I18n) |
-| [Developer Resources] | Developer Resources |
-| [Apache Directory Studio Architecture] | Apache Directory Studio Architecture |
-| [Releasing a new version] | Releasing a new version |
-| [Code documentation | http://directory.apache.org/studio/gen-docs/latest] | Maven generated documentation and reporting |
+| [Releasing a new version](https://cwiki.apache.org/DIRxDEV/releasing-studio.html) | Releasing a new version |
 
-Apache Directory Studio developers will require the maven-studio-plugin, which is a maven plugin
+Apache Directory Studio developers will require the maven-studio-plugin, which is a Maven plugin
 to simplify developers life.
 
 | Topic | Description |
 |---|---|
-| [Source Repository | Studio Plugin Source Repository] | Source Repository location |
-| [Code documentation | http://directory.apache.org/studio-plugin/gen-docs/latest] | Maven generated documentation and reporting |
+| [Source Repository ](studio-plugin-source-repository.html) | Source Repository location |
 

Modified: directory/site/trunk/content/studio/source-repository.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/source-repository.mdtext?rev=1391487&r1=1391486&r2=1391487&view=diff
==============================================================================
--- directory/site/trunk/content/studio/source-repository.mdtext (original)
+++ directory/site/trunk/content/studio/source-repository.mdtext Fri Sep 28 14:29:34 2012
@@ -26,6 +26,7 @@ To get the source, you will need to have
     
 If you are an authorized developer, just check out the code using *https* instead of *http*.
 
+
 ## Browse the Sources
 
 You can view and explore online SVN at this address:

Added: directory/site/trunk/content/studio/studio-plugin-source-repository.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/studio-plugin-source-repository.mdtext?rev=1391487&view=auto
==============================================================================
--- directory/site/trunk/content/studio/studio-plugin-source-repository.mdtext (added)
+++ directory/site/trunk/content/studio/studio-plugin-source-repository.mdtext Fri Sep 28 14:29:34 2012
@@ -0,0 +1,36 @@
+Title: Studio Plugin Source Repository
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    .
+    http://www.apache.org/licenses/LICENSE-2.0
+    .
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+# Studio Plugin Source Repository
+
+## Source Repository Address
+
+To get the source, you will need to have subversion installed. Just type the following command to get the latest development version:
+
+    svn co http://svn.apache.org/repos/asf/directory/studio-plugin/trunk studio-plugin
+
+If you are an authorized developer, just check out the code using *https* instead of *http*.
+
+
+## Browse the Sources
+
+You can view and explore online SVN at this address:
+
+> <http://svn.apache.org/viewvc/directory/studio-plugin/trunk/>
+
+