You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/11/01 17:46:36 UTC

svn commit: r1767530 - in /directory/trunks: ./ pom.xml

Author: elecharny
Date: Tue Nov  1 17:46:36 2016
New Revision: 1767530

URL: http://svn.apache.org/viewvc?rev=1767530&view=rev
Log:
Added links to skins and docker in svn:externals

Modified:
    directory/trunks/   (props changed)
    directory/trunks/pom.xml

Propchange: directory/trunks/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Tue Nov  1 17:46:36 2016
@@ -9,3 +9,5 @@ apacheds-manuals https://svn.apache.org/
 ldap-api-manuals https://svn.apache.org/repos/asf/directory/documentation/ldap-api-manuals/trunk
 jdbm https://svn.apache.org/repos/asf/directory/jdbm/trunk
 mavibot https://svn.apache.org/repos/asf/directory/mavibot/trunk
+skins https://svn.apache.org/repos/asf/directory/buildtools/skins/trunk
+docker https://svn.apache.org/repos/asf/directory/buildtools/docker

Modified: directory/trunks/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/pom.xml?rev=1767530&r1=1767529&r2=1767530&view=diff
==============================================================================
--- directory/trunks/pom.xml (original)
+++ directory/trunks/pom.xml Tue Nov  1 17:46:36 2016
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
@@ -14,11 +14,7 @@
     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.
--->
-<!-- $Rev:  $ $Date:  $ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+--><!-- $Rev:  $ $Date:  $ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.directory</groupId>
   <version>2.0.0-SNAPSHOT</version>
@@ -35,8 +31,9 @@
     <module>jdbm</module>
     <module>mavibot</module>
     <module>apacheds</module>
-    <module>studio</module>
+    <!--module>studio</module-->
     <!--module>apacheds-manuals</module-->
+    <module>test</module>
   </modules>
 
   <build>