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/21 19:05:35 UTC

svn commit: r558350 - in /directory/sandbox/akarasulu/j2l/trunk: ./ runtime/ runtime/pom.xml

Author: akarasulu
Date: Sat Jul 21 10:05:35 2007
New Revision: 558350

URL: http://svn.apache.org/viewvc?view=rev&rev=558350
Log:
adding first subproject for core runtime elements

Added:
    directory/sandbox/akarasulu/j2l/trunk/runtime/
    directory/sandbox/akarasulu/j2l/trunk/runtime/pom.xml
Modified:
    directory/sandbox/akarasulu/j2l/trunk/   (props changed)

Propchange: directory/sandbox/akarasulu/j2l/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Jul 21 10:05:35 2007
@@ -0,0 +1,6 @@
+*.iml
+*.ipr
+*.log
+target
+.classpath
+.project

Added: directory/sandbox/akarasulu/j2l/trunk/runtime/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/akarasulu/j2l/trunk/runtime/pom.xml?view=auto&rev=558350
==============================================================================
--- directory/sandbox/akarasulu/j2l/trunk/runtime/pom.xml (added)
+++ directory/sandbox/akarasulu/j2l/trunk/runtime/pom.xml Sat Jul 21 10:05:35 2007
@@ -0,0 +1,42 @@
+<?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.j2l</groupId>
+    <artifactId>j2l-parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>j2l-runtime</artifactId>
+  <url>http://directory.apache.org/j2l/</url>
+  <inceptionYear>2007</inceptionYear>
+  <name>Java 2 LDAP</name>
+  <packaging>jar</packaging>
+
+
+  <dependencies>
+  </dependencies>
+
+</project>