You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2006/10/03 17:54:13 UTC

svn commit: r452551 - in /cocoon/trunk/dists: ./ cocoon-dist-publishing/ cocoon-dist-publishing/README.txt cocoon-dist-publishing/assembly.xml cocoon-dist-publishing/pom.xml pom.xml

Author: vgritsenko
Date: Tue Oct  3 08:54:12 2006
New Revision: 452551

URL: http://svn.apache.org/viewvc?view=rev&rev=452551
Log:
configuration for the cocoon binary publishing dist

Added:
    cocoon/trunk/dists/
    cocoon/trunk/dists/cocoon-dist-publishing/
    cocoon/trunk/dists/cocoon-dist-publishing/README.txt   (with props)
    cocoon/trunk/dists/cocoon-dist-publishing/assembly.xml   (with props)
    cocoon/trunk/dists/cocoon-dist-publishing/pom.xml   (with props)
    cocoon/trunk/dists/pom.xml   (with props)

Added: cocoon/trunk/dists/cocoon-dist-publishing/README.txt
URL: http://svn.apache.org/viewvc/cocoon/trunk/dists/cocoon-dist-publishing/README.txt?view=auto&rev=452551
==============================================================================
--- cocoon/trunk/dists/cocoon-dist-publishing/README.txt (added)
+++ cocoon/trunk/dists/cocoon-dist-publishing/README.txt Tue Oct  3 08:54:12 2006
@@ -0,0 +1,5 @@
+$Id$
+
+  Cocoon Publishing Distribution
+  ==============================
+

Propchange: cocoon/trunk/dists/cocoon-dist-publishing/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/dists/cocoon-dist-publishing/README.txt
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/trunk/dists/cocoon-dist-publishing/assembly.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/dists/cocoon-dist-publishing/assembly.xml?view=auto&rev=452551
==============================================================================
--- cocoon/trunk/dists/cocoon-dist-publishing/assembly.xml (added)
+++ cocoon/trunk/dists/cocoon-dist-publishing/assembly.xml Tue Oct  3 08:54:12 2006
@@ -0,0 +1,53 @@
+<?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.
+-->
+
+<assembly>
+  <id>dist</id>
+
+  <formats>
+    <!--
+    <format>tar.gz</format>
+    <format>tar.bz2</format>
+    <format>zip</format>
+    -->
+    <format>dir</format>
+  </formats>
+
+  <includeBaseDirectory>false</includeBaseDirectory>
+
+  <fileSets>
+    <fileSet>
+      <outputDirectory></outputDirectory>
+      <includes>
+        <include>README*</include>
+        <include>LICENSE*</include>
+        <include>NOTICE*</include>
+      </includes>
+    </fileSet>
+
+    <fileSet>
+      <directory>target</directory>
+      <outputDirectory></outputDirectory>
+      <includes>
+        <include>*.war</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+</assembly>

Propchange: cocoon/trunk/dists/cocoon-dist-publishing/assembly.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/dists/cocoon-dist-publishing/assembly.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/trunk/dists/cocoon-dist-publishing/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/dists/cocoon-dist-publishing/pom.xml?view=auto&rev=452551
==============================================================================
--- cocoon/trunk/dists/cocoon-dist-publishing/pom.xml (added)
+++ cocoon/trunk/dists/cocoon-dist-publishing/pom.xml Tue Oct  3 08:54:12 2006
@@ -0,0 +1,93 @@
+<?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.
+-->
+
+<!--
+  - @version $Id$
+  -->
+<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>
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-dists-modules</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+  <artifactId>cocoon-dist-publishing</artifactId>
+  <packaging>war</packaging>
+  <name>Core Publishing Distribution</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.cocoon</groupId>
+        <artifactId>cocoon-deployer-plugin</artifactId>
+        <version>1.0.0-M2-SNAPSHOT</version>
+        <configuration>
+          <serverVersion>2.2</serverVersion>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>deploy</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-SNAPSHOT</version>
+        <configuration>
+          <descriptor>assembly.xml</descriptor>
+          <outputDirectory>target/dist</outputDirectory>
+          <workDirectory>target/assembly/work</workDirectory>
+        </configuration>
+      </plugin>
+    </plugins>
+    <finalName>cocoon-publishing</finalName>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-webapp</artifactId>
+      <type>war</type>
+      <version>2.2.0-M2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-batik-impl</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-fop-impl</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <id>snapshots</id>
+      <url>http://snapshots.maven.codehaus.org/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
+</project>

Propchange: cocoon/trunk/dists/cocoon-dist-publishing/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/dists/cocoon-dist-publishing/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/trunk/dists/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/dists/pom.xml?view=auto&rev=452551
==============================================================================
--- cocoon/trunk/dists/pom.xml (added)
+++ cocoon/trunk/dists/pom.xml Tue Oct  3 08:54:12 2006
@@ -0,0 +1,43 @@
+<?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.
+-->
+
+<!--
+  - @version $Id$
+  -->
+<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.cocoon</groupId>
+    <artifactId>cocoon</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+  <artifactId>cocoon-dists-modules</artifactId>
+  <version>2-SNAPSHOT</version>
+  <name>Cocoon Distributions [modules]</name>
+  <modules>
+    <module>cocoon-dist-publishing</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/dists</connection>
+  </scm>
+</project>

Propchange: cocoon/trunk/dists/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/dists/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id