You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/07/03 15:08:20 UTC

svn commit: r552824 - /directory/triplesec/branches/rewrite-with-deps/pom.xml

Author: akarasulu
Date: Tue Jul  3 06:08:20 2007
New Revision: 552824

URL: http://svn.apache.org/viewvc?view=rev&rev=552824
Log:
initial pom for building all project deps and triplesec

Added:
    directory/triplesec/branches/rewrite-with-deps/pom.xml

Added: directory/triplesec/branches/rewrite-with-deps/pom.xml
URL: http://svn.apache.org/viewvc/directory/triplesec/branches/rewrite-with-deps/pom.xml?view=auto&rev=552824
==============================================================================
--- directory/triplesec/branches/rewrite-with-deps/pom.xml (added)
+++ directory/triplesec/branches/rewrite-with-deps/pom.xml Tue Jul  3 06:08:20 2007
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+  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.
+
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.directory.project</groupId>
+    <artifactId>project</artifactId>
+    <version>7</version>
+  </parent>
+  <artifactId>build-with-dependencies</artifactId>
+  <name>Triplesec With Dependencies</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>project</module>
+    <module>apacheds</module>
+    <module>shared</module>
+    <module>daemon</module>
+    <module>triplesec</module>
+  </modules>
+</project>