You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/02/04 21:46:30 UTC

svn commit: r740871 - in /lenya/trunk: parent/pom.xml pom.xml

Author: andreas
Date: Wed Feb  4 20:46:29 2009
New Revision: 740871

URL: http://svn.apache.org/viewvc?rev=740871&view=rev
Log:
Adding new root pom.

Added:
    lenya/trunk/pom.xml
Modified:
    lenya/trunk/parent/pom.xml

Modified: lenya/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/parent/pom.xml?rev=740871&r1=740870&r2=740871&view=diff
==============================================================================
--- lenya/trunk/parent/pom.xml (original)
+++ lenya/trunk/parent/pom.xml Wed Feb  4 20:46:29 2009
@@ -72,28 +72,6 @@
     </plugins>
   </build>
 
-  <modules>
-    <module>org.apache.lenya.core.ac</module>
-    <module>org.apache.lenya.core.acusecases</module>
-    <module>org.apache.lenya.core.administration</module>
-    <module>org.apache.lenya.core.api</module>
-    <module>org.apache.lenya.core.cache</module>
-    <module>org.apache.lenya.core.i18n</module>
-    <module>org.apache.lenya.core.impl</module>
-    <module>org.apache.lenya.core.janitor</module>
-    <module>org.apache.lenya.core.ldap</module>
-    <module>org.apache.lenya.core.linking</module>
-    <module>org.apache.lenya.core.metadata</module>
-    <module>org.apache.lenya.core.monitoring</module>
-    <module>org.apache.lenya.core.observation</module>
-    <module>org.apache.lenya.core.properties</module>
-    <module>org.apache.lenya.core.sitemanagement</module>
-    <module>org.apache.lenya.core.templating</module>
-    <module>org.apache.lenya.core.usecase</module>
-    <module>org.apache.lenya.core.workflow</module>
-    <module>org.apache.lenya.optional.jcrsource</module>
-  </modules>
-
   <dependencyManagement>
     <dependencies>
       <dependency>

Added: lenya/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/pom.xml?rev=740871&view=auto
==============================================================================
--- lenya/trunk/pom.xml (added)
+++ lenya/trunk/pom.xml Wed Feb  4 20:46:29 2009
@@ -0,0 +1,74 @@
+<?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 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 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>
+  <packaging>pom</packaging>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>4</version>
+  </parent>
+
+  <groupId>org.apache.lenya</groupId>
+  <artifactId>lenya-project</artifactId>
+  <version>1</version>
+  <name>Apache Lenya [build root]</name>
+  <inceptionYear>2003</inceptionYear>
+  <url>http://lenya.apache.org</url>
+
+  <modules>
+    <module>parent</module>
+    <module>org.apache.lenya.core.ac</module>
+    <module>org.apache.lenya.core.acusecases</module>
+    <module>org.apache.lenya.core.administration</module>
+    <module>org.apache.lenya.core.api</module>
+    <module>org.apache.lenya.core.cache</module>
+    <module>org.apache.lenya.core.i18n</module>
+    <module>org.apache.lenya.core.impl</module>
+    <module>org.apache.lenya.core.janitor</module>
+    <module>org.apache.lenya.core.ldap</module>
+    <module>org.apache.lenya.core.linking</module>
+    <module>org.apache.lenya.core.metadata</module>
+    <module>org.apache.lenya.core.monitoring</module>
+    <module>org.apache.lenya.core.observation</module>
+    <module>org.apache.lenya.core.properties</module>
+    <module>org.apache.lenya.core.sitemanagement</module>
+    <module>org.apache.lenya.core.templating</module>
+    <module>org.apache.lenya.core.usecase</module>
+    <module>org.apache.lenya.core.workflow</module>
+    <module>org.apache.lenya.optional.jcrsource</module>
+  </modules>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
+    </plugins>
+  </build>  
+
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org