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/01/21 00:09:46 UTC

svn commit: r498206 - in /directory/triplesec/trunk-with-dependencies: ./ pom.xml

Author: akarasulu
Date: Sat Jan 20 15:09:45 2007
New Revision: 498206

URL: http://svn.apache.org/viewvc?view=rev&rev=498206
Log:
adding pom to do stuff with all dependencies

Added:
    directory/triplesec/trunk-with-dependencies/pom.xml
Modified:
    directory/triplesec/trunk-with-dependencies/   (props changed)

Propchange: directory/triplesec/trunk-with-dependencies/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Sat Jan 20 15:09:45 2007
@@ -0,0 +1,4 @@
+triplesec https://svn.apache.org/repos/asf/directory/triplesec/trunk
+apacheds http://svn.apache.org/repos/asf/directory/releases/apacheds/1.0.0
+shared http://svn.apache.org/repos/asf/directory/releases/shared/0.9.5.3
+daemon http://svn.apache.org/repos/asf/directory/releases/daemon/1.0.0

Propchange: directory/triplesec/trunk-with-dependencies/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Jan 20 15:09:45 2007
@@ -0,0 +1,7 @@
+*.log
+target
+*.iml
+*.ipr
+.project
+.classpath
+

Added: directory/triplesec/trunk-with-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/directory/triplesec/trunk-with-dependencies/pom.xml?view=auto&rev=498206
==============================================================================
--- directory/triplesec/trunk-with-dependencies/pom.xml (added)
+++ directory/triplesec/trunk-with-dependencies/pom.xml Sat Jan 20 15:09:45 2007
@@ -0,0 +1,36 @@
+<?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>
+  <groupId>org.apache.directory.triplesec</groupId>
+  <version>1.0-SNAPSHOT</version>
+  <artifactId>build-with-dependencies</artifactId>
+  <name>Triplesec With Dependencies</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>apacheds</module>
+    <module>shared</module>
+    <module>daemon</module>
+    <module>triplesec</module>
+  </modules>
+</project>