You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by fl...@apache.org on 2010/11/12 17:32:40 UTC

svn commit: r1034454 - in /lenya/trunk/org.apache.lenya.core.repository.api: ./ src/ src/main/ src/main/java/ src/main/resources/ src/main/resources/COB-INF/ src/main/resources/META-INF/ src/main/resources/META-INF/cocoon/ src/main/resources/META-INF/c...

Author: florent
Date: Fri Nov 12 16:32:39 2010
New Revision: 1034454

URL: http://svn.apache.org/viewvc?rev=1034454&view=rev
Log:
add the repository.api module

Added:
    lenya/trunk/org.apache.lenya.core.repository.api/
    lenya/trunk/org.apache.lenya.core.repository.api/pom.xml
    lenya/trunk/org.apache.lenya.core.repository.api/rcl.properties
    lenya/trunk/org.apache.lenya.core.repository.api/src/
    lenya/trunk/org.apache.lenya.core.repository.api/src/main/
    lenya/trunk/org.apache.lenya.core.repository.api/src/main/java/
    lenya/trunk/org.apache.lenya.core.repository.api/src/main/resources/
    lenya/trunk/org.apache.lenya.core.repository.api/src/main/resources/COB-INF/
    lenya/trunk/org.apache.lenya.core.repository.api/src/main/resources/META-INF/
    lenya/trunk/org.apache.lenya.core.repository.api/src/main/resources/META-INF/cocoon/
    lenya/trunk/org.apache.lenya.core.repository.api/src/main/resources/META-INF/cocoon/spring/
    lenya/trunk/org.apache.lenya.core.repository.api/src/test/
    lenya/trunk/org.apache.lenya.core.repository.api/src/test/java/

Added: lenya/trunk/org.apache.lenya.core.repository.api/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.repository.api/pom.xml?rev=1034454&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.repository.api/pom.xml (added)
+++ lenya/trunk/org.apache.lenya.core.repository.api/pom.xml Fri Nov 12 16:32:39 2010
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.lenya</groupId>
+    <artifactId>lenya-parent</artifactId>
+    <version>2.2.0-SNAPSHOT</version>
+    <relativePath>../org.apache.lenya.parent/pom.xml</relativePath>
+  </parent>
+  
+  <groupId>org.apache.lenya</groupId>
+  <artifactId>lenya-CHANGE-ME</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache CHANGE ME</name>
+  <description>CHANGE ME</description>
+  
+  <dependencies>
+  
+  <!-- TODO : see if all theses dependencies are required -->
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-servlet-service-components</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-template-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-flowscript-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.4</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+</project>

Added: lenya/trunk/org.apache.lenya.core.repository.api/rcl.properties
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.repository.api/rcl.properties?rev=1034454&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.repository.api/rcl.properties (added)
+++ lenya/trunk/org.apache.lenya.core.repository.api/rcl.properties Fri Nov 12 16:32:39 2010
@@ -0,0 +1,17 @@
+#
+# 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.
+#
+org.apache.lenya.lenya-CHANGE-ME.service%classes-dir=./target/classes
\ No newline at end of file



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