Author: jbonofre
Date: Sun Jul 19 16:39:12 2009
New Revision: 795567
URL: http://svn.apache.org/viewvc?rev=795567&view=rev
Log:
DocBook based documentation sandbox.
Added:
servicemix/sandbox/jbonofre/documentation/installation-guide/
servicemix/sandbox/jbonofre/documentation/installation-guide/pom.xml
(with props)
servicemix/sandbox/jbonofre/documentation/installation-guide/src/
servicemix/sandbox/jbonofre/documentation/installation-guide/src/docbook/
servicemix/sandbox/jbonofre/documentation/pom.xml (with props)
servicemix/sandbox/jbonofre/documentation/user-guide/
Added: servicemix/sandbox/jbonofre/documentation/installation-guide/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/jbonofre/documentation/installation-guide/pom.xml?rev=795567&view=auto
==============================================================================
--- servicemix/sandbox/jbonofre/documentation/installation-guide/pom.xml (added)
+++ servicemix/sandbox/jbonofre/documentation/installation-guide/pom.xml Sun
Jul 19 16:39:12 2009
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+<!--
+
+ 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.
+-->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>documentation</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.apache.servicemix.documentation</groupId>
+ <artifactId>installation-guide</artifactId>
+
+</project>
\ No newline at end of file
Propchange: servicemix/sandbox/jbonofre/documentation/installation-guide/pom.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: servicemix/sandbox/jbonofre/documentation/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/jbonofre/documentation/pom.xml?rev=795567&view=auto
==============================================================================
--- servicemix/sandbox/jbonofre/documentation/pom.xml (added)
+++ servicemix/sandbox/jbonofre/documentation/pom.xml Sun Jul 19 16:39:12 2009
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+<!--
+
+ 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.
+-->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-pom</artifactId>
+ <version>2</version>
+ </parent>
+
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>documentation</artifactId>
+ <version>1.0-SNAPSHOT</version>
+
+ <packaging>pom</packaging>
+ <name>ServiceMix :: Documentation</name>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/documentation/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/documentation/trunk/</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/servicemix/documentation/trunk/</url>
+ </scm>
+
+ <modules>
+ <module>installation-guide</module>
+ </modules>
+
+</project>
\ No newline at end of file
Propchange: servicemix/sandbox/jbonofre/documentation/pom.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain