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/11 20:00:25 UTC

svn commit: r1034050 - in /lenya/trunk/org.apache.lenya.core.publication: ./ 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/coco...

Author: florent
Date: Thu Nov 11 19:00:25 2010
New Revision: 1034050

URL: http://svn.apache.org/viewvc?rev=1034050&view=rev
Log:
- add a publication module

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

Added: lenya/trunk/org.apache.lenya.core.publication/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.publication/pom.xml?rev=1034050&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.publication/pom.xml (added)
+++ lenya/trunk/org.apache.lenya.core.publication/pom.xml Thu Nov 11 19:00:25 2010
@@ -0,0 +1,51 @@
+<?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-core-publication</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Lenya Publication</name>
+  <description>This module implements the publication concept</description>
+  
+  <dependencies>
+  <dependency>
+      <groupId>org.apache.lenya</groupId>
+      <artifactId>lenya-core-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lenya</groupId>
+      <artifactId>lenya-core-impl</artifactId>
+    </dependency>
+  <!-- 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.publication/rcl.properties
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.publication/rcl.properties?rev=1034050&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.publication/rcl.properties (added)
+++ lenya/trunk/org.apache.lenya.core.publication/rcl.properties Thu Nov 11 19:00:25 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-core-cocoon-components.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