You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2009/11/18 14:09:24 UTC

svn commit: r881758 - /servicemix/sandbox/jbonofre/pom.xml

Author: jbonofre
Date: Wed Nov 18 13:09:23 2009
New Revision: 881758

URL: http://svn.apache.org/viewvc?rev=881758&view=rev
Log:
Initial import.

Added:
    servicemix/sandbox/jbonofre/pom.xml   (with props)

Added: servicemix/sandbox/jbonofre/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/sandbox/jbonofre/pom.xml?rev=881758&view=auto
==============================================================================
--- servicemix/sandbox/jbonofre/pom.xml (added)
+++ servicemix/sandbox/jbonofre/pom.xml Wed Nov 18 13:09:23 2009
@@ -0,0 +1,45 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugins</artifactId>
+        <version>14</version>
+    </parent>
+    
+    <artifactId>maven-docbook-plugin</artifactId>
+    <version>1.0-SNAPSHOT</version>
+    <packaging>maven-plugin</packaging>
+    
+    <name>Maven DocBook Plugin</name>
+    <description>Generate HTML/FO/PDF output from DocBook XML sources.</description>
+    
+    <prequisites>
+        <maven>2.0.6</maven>
+    </prequisites>   
+         
+</project>
\ No newline at end of file

Propchange: servicemix/sandbox/jbonofre/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain