Author: jdumay
Date: Fri Sep 12 00:36:04 2008
New Revision: 694629
URL: http://svn.apache.org/viewvc?rev=694629&view=rev
Log:
Adding archiva-event module to database branch.
Added:
archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/archiva-event/
- copied from r694627, archiva/sandbox/archiva-event/
archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/archiva-event/pom.xml
- copied, changed from r694628, archiva/sandbox/archiva-event/pom.xml
archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/archiva-event/src/
- copied from r694628, archiva/sandbox/archiva-event/src/
Modified:
archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/pom.xml
Copied:
archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/archiva-event/pom.xml
(from r694628, archiva/sandbox/archiva-event/pom.xml)
URL:
http://svn.apache.org/viewvc/archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/archiva-event/pom.xml?p2=archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/archiva-event/pom.xml&p1=archiva/sandbox/archiva-event/pom.xml&r1=694628&r2=694629&rev=694629&view=diff
==============================================================================
--- archiva/sandbox/archiva-event/pom.xml (original)
+++
archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/archiva-event/pom.xml
Fri Sep 12 00:36:04 2008
@@ -1,29 +1,34 @@
<?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.archiva</groupId>
+ <artifactId>archiva-base</artifactId>
+ <version>1.2-SNAPSHOT</version>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-event</artifactId>
<packaging>jar</packaging>
<version>1.2-SNAPSHOT</version>
<name>Archiva Base :: Event</name>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
</project>
Modified:
archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/pom.xml?rev=694629&r1=694628&r2=694629&view=diff
==============================================================================
---
archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/pom.xml
(original)
+++
archiva/branches/archiva-database-decoupling/archiva-modules/archiva-base/pom.xml
Fri Sep 12 00:36:04 2008
@@ -42,5 +42,6 @@
<module>archiva-transaction</module>
<module>archiva-artifact-converter</module>
<module>archiva-converter</module>
+ <module>archiva-event</module>
</modules>
</project>