You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2010/01/27 21:25:09 UTC

svn commit: r903819 - in /labs/amber: ./ consumer/ consumer/src/ consumer/src/main/ consumer/src/main/java/ consumer/src/main/resources/ consumer/src/test/ consumer/src/test/java/ consumer/src/test/resources/ service-provider/ service-provider/src/ ser...

Author: simonetripodi
Date: Wed Jan 27 20:25:08 2010
New Revision: 903819

URL: http://svn.apache.org/viewvc?rev=903819&view=rev
Log:
first checkin of the project dirs structure

Added:
    labs/amber/consumer/   (with props)
    labs/amber/consumer/pom.xml   (with props)
    labs/amber/consumer/src/
    labs/amber/consumer/src/main/
    labs/amber/consumer/src/main/java/
    labs/amber/consumer/src/main/resources/
    labs/amber/consumer/src/test/
    labs/amber/consumer/src/test/java/
    labs/amber/consumer/src/test/resources/
    labs/amber/pom.xml   (with props)
    labs/amber/service-provider/   (with props)
    labs/amber/service-provider/pom.xml   (with props)
    labs/amber/service-provider/src/
    labs/amber/service-provider/src/main/
    labs/amber/service-provider/src/main/java/
    labs/amber/service-provider/src/main/resources/
    labs/amber/service-provider/src/test/
    labs/amber/service-provider/src/test/java/
    labs/amber/service-provider/src/test/resources/
    labs/amber/signature-api/   (with props)
    labs/amber/signature-api/pom.xml   (with props)
    labs/amber/signature-api/src/
    labs/amber/signature-api/src/main/
    labs/amber/signature-api/src/main/java/
    labs/amber/signature-api/src/main/resources/
    labs/amber/signature-api/src/test/
    labs/amber/signature-api/src/test/java/
    labs/amber/signature-api/src/test/resources/
    labs/amber/src/
    labs/amber/src/site/
    labs/amber/src/site/apt/
    labs/amber/src/site/pdf.xml   (with props)
    labs/amber/src/site/resources/
    labs/amber/src/site/site.xml   (with props)
    labs/amber/src/site/xdoc/

Propchange: labs/amber/consumer/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jan 27 20:25:08 2010
@@ -0,0 +1 @@
+target

Added: labs/amber/consumer/pom.xml
URL: http://svn.apache.org/viewvc/labs/amber/consumer/pom.xml?rev=903819&view=auto
==============================================================================
--- labs/amber/consumer/pom.xml (added)
+++ labs/amber/consumer/pom.xml Wed Jan 27 20:25:08 2010
@@ -0,0 +1,54 @@
+<?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/maven-v4_0_0.xsd">
+
+    <parent>
+        <groupId>org.apache.labs</groupId>
+        <artifactId>amber-parent</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.labs</groupId>
+    <artifactId>amber-consumer</artifactId>
+    <packaging>jar</packaging>
+    <version>${parent.version}</version>
+    <name>Consumer</name>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.1.2</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>index</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+</project>

Propchange: labs/amber/consumer/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/amber/consumer/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: labs/amber/consumer/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: labs/amber/pom.xml
URL: http://svn.apache.org/viewvc/labs/amber/pom.xml?rev=903819&view=auto
==============================================================================
--- labs/amber/pom.xml (added)
+++ labs/amber/pom.xml Wed Jan 27 20:25:08 2010
@@ -0,0 +1,313 @@
+<?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/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.labs</groupId>
+    <artifactId>amber-parent</artifactId>
+    <packaging>pom</packaging>
+    <version>1.0-SNAPSHOT</version>
+    <name>Amber</name>
+    <url>http://svn.apache.org/repos/asf/labs/amber</url>
+
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
+    <licenses>
+        <license>
+            <name>Apache License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+        </license>
+    </licenses>
+
+    <scm>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/labs/</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/labs/</connection>
+        <url>http://svn.apache.org/viewvc/labs/amber/</url>
+    </scm>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>https://issues.apache.org/jira/browse/LABS</url>
+    </issueManagement>
+
+    <mailingLists>
+        <mailingList>
+            <name>Apache labs general mailing list</name>
+            <post>labs@labs.apache.org</post>
+            <subscribe>labs-subscribe@labs.apache.org</subscribe>
+            <unsubscribe>labs-unsubscribe@labs.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/labs-labs/</archive>
+            <otherArchives>
+                <otherArchive>http://markmail.org/list/org.apache.labs.labs/</otherArchive>
+            </otherArchives>
+        </mailingList>
+
+        <mailingList>
+            <name>Apache labs general SVN commit mailing list</name>
+            <subscribe>commits-subscribe@labs.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe@labs.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/labs-commits/</archive>
+            <otherArchives>
+                <otherArchive>http://markmail.org/list/org.apache.labs.commits/</otherArchive>
+            </otherArchives>
+        </mailingList>
+    </mailingLists>
+
+    <developers>
+        <developer>
+            <id>simonetripodi</id>
+            <name>Simone Tripodi</name>
+            <email>simonetripodi at apache dot com</email>
+            <organization>Sourcesense S.r.l.</organization>
+            <organizationUrl>http://www.sourcesense.com/</organizationUrl>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+    </developers>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    </properties>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.1.1</version>
+                <scope>compile</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>1.2.15</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.sun.jdmk</groupId>
+                        <artifactId>jmxtools</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>com.sun.jmx</groupId>
+                        <artifactId>jmxri</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>javax.jms</groupId>
+                        <artifactId>jms</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>javax.mail</groupId>
+                        <artifactId>mail</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>junit</groupId>
+                        <artifactId>junit</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>oro</groupId>
+                        <artifactId>oro</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.7</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jdepend-maven-plugin</artifactId>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <version>1.1.1</version>
+                <configuration>
+                    <xmlOutput>true</xmlOutput>
+                    <xmlOutputDirectory>target/findbugs-reports</xmlOutputDirectory>
+                    <threshold>High</threshold>
+                    <effort>Max</effort>
+                    <visitors>FindDeadLocalStores</visitors>
+                    <omitVisitors>FindDeadLocalStores</omitVisitors>
+                    <onlyAnalyze>org.apache.labs.amber.*</onlyAnalyze>
+                    <debug>true</debug>
+                    <relaxed>true</relaxed>
+                    <xmlOutputDirectory>target/findbugs-reports</xmlOutputDirectory>
+                    <findbugsXmlOutput>target/findbugs-reports</findbugsXmlOutput>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-changes-plugin</artifactId>
+                <version>2.3</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>jira-report</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>2.0.2</version>
+                <configuration>
+                    <compilerVersion>1.6</compilerVersion>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-javadocs</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.5</version>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <outputEncoding>UTF-8</outputEncoding>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-pdf-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>pdf</id>
+                        <phase>site</phase>
+                        <goals>
+                            <goal>pdf</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <includeReports>false</includeReports>
+                    <indentSize>1</indentSize>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-gpg-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>sign-artifacts</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>sign</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+            </resource>
+
+            <resource>
+                <directory>..</directory>
+                <targetPath>META-INF</targetPath>
+                <includes>
+                    <include>LICENSE</include>
+                    <include>NOTICE</include>
+                    <include>doap.rdf</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
+
+    <modules>
+        <module>signature-api</module>
+        <module>consumer</module>
+        <module>service-provider</module>
+    </modules>
+
+</project>

Propchange: labs/amber/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/amber/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: labs/amber/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: labs/amber/service-provider/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jan 27 20:25:08 2010
@@ -0,0 +1 @@
+target

Added: labs/amber/service-provider/pom.xml
URL: http://svn.apache.org/viewvc/labs/amber/service-provider/pom.xml?rev=903819&view=auto
==============================================================================
--- labs/amber/service-provider/pom.xml (added)
+++ labs/amber/service-provider/pom.xml Wed Jan 27 20:25:08 2010
@@ -0,0 +1,54 @@
+<?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/maven-v4_0_0.xsd">
+
+    <parent>
+        <groupId>org.apache.labs</groupId>
+        <artifactId>amber-parent</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.labs</groupId>
+    <artifactId>amber-service-provider</artifactId>
+    <packaging>jar</packaging>
+    <version>${parent.version}</version>
+    <name>Service Provider</name>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.1.2</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>index</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+</project>

Propchange: labs/amber/service-provider/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/amber/service-provider/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: labs/amber/service-provider/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: labs/amber/signature-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jan 27 20:25:08 2010
@@ -0,0 +1 @@
+target

Added: labs/amber/signature-api/pom.xml
URL: http://svn.apache.org/viewvc/labs/amber/signature-api/pom.xml?rev=903819&view=auto
==============================================================================
--- labs/amber/signature-api/pom.xml (added)
+++ labs/amber/signature-api/pom.xml Wed Jan 27 20:25:08 2010
@@ -0,0 +1,54 @@
+<?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/maven-v4_0_0.xsd">
+
+    <parent>
+        <groupId>org.apache.labs</groupId>
+        <artifactId>amber-parent</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.labs</groupId>
+    <artifactId>amber-signature-api</artifactId>
+    <packaging>jar</packaging>
+    <version>${parent.version}</version>
+    <name>Signature API</name>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.1.2</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>index</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+</project>

Propchange: labs/amber/signature-api/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/amber/signature-api/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: labs/amber/signature-api/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: labs/amber/src/site/pdf.xml
URL: http://svn.apache.org/viewvc/labs/amber/src/site/pdf.xml?rev=903819&view=auto
==============================================================================
--- labs/amber/src/site/pdf.xml (added)
+++ labs/amber/src/site/pdf.xml Wed Jan 27 20:25:08 2010
@@ -0,0 +1,60 @@
+<?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.
+-->
+<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd"
+    outputName="${project.name}-${project.version}">
+
+    <meta>
+        <title>${project.name}</title>
+        <authors>
+            <author>
+                <name>Simone Tripodi</name>
+                <lastName>Tripodi</lastName>
+                <firstName>Simone</firstName>
+                <initials>ST</initials>
+                <country>Italy</country>
+                <companyName>The Apache Software Foundation</companyName>
+                <city>Rome</city>
+            </author>
+        </authors>
+        <creator>Simone Tripodi</creator>
+    </meta>
+
+    <toc name="Table of Contents"/>
+
+    <cover>
+        <coverTitle>${project.name}</coverTitle>
+        <coverSubTitle>v. ${project.version}</coverSubTitle>
+        <coverType>User Guide</coverType>
+        <projectName>${project.name}</projectName>
+        <author>The Apache Software Foundation</author>
+        <authors>
+            <author>
+                <name>Simone Tripodi</name>
+                <lastName>Tripodi</lastName>
+                <firstName>Simone</firstName>
+                <initials>ST</initials>
+                <country>Italy</country>
+                <companyName>Sourcesense Srl</companyName>
+                <city>Rome</city>
+            </author>
+        </authors>
+    </cover>
+
+</document>

Propchange: labs/amber/src/site/pdf.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/amber/src/site/pdf.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: labs/amber/src/site/pdf.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: labs/amber/src/site/site.xml
URL: http://svn.apache.org/viewvc/labs/amber/src/site/site.xml?rev=903819&view=auto
==============================================================================
--- labs/amber/src/site/site.xml (added)
+++ labs/amber/src/site/site.xml Wed Jan 27 20:25:08 2010
@@ -0,0 +1,39 @@
+<?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 name="${project.name}">
+
+    <version position="left"/>
+
+    <body>
+        <menu name="${project.name}"/>
+
+        <menu name="Miscellaneous">
+            <item name="Project stats" href="stats.html"/>
+            <item name="PDF Manual" href="${project.name}-${project.version}.pdf"/>
+        </menu>
+
+        <menu ref="reports"/>
+
+        <menu ref="modules"/>
+
+        <menu name="External Links">
+            <item name="Apache Labs" href="http://labs.apache.org/"/>
+        </menu>
+    </body>
+
+</project>

Propchange: labs/amber/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/amber/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: labs/amber/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml



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