|
From: <mat...@us...> - 2008-01-11 15:26:55
|
Revision: 656
http://webical.svn.sourceforge.net/webical/?rev=656&view=rev
Author: mattijshoitink
Date: 2008-01-11 07:26:52 -0800 (Fri, 11 Jan 2008)
Log Message:
-----------
[maven-release-plugin] copy for tag webical-0.4
Added Paths:
-----------
tags/webical-0.4/
tags/webical-0.4/pom.xml
tags/webical-0.4/webical-core/pom.xml
tags/webical-0.4/webical-war/pom.xml
Removed Paths:
-------------
tags/webical-0.4/pom.xml
tags/webical-0.4/webical-core/pom.xml
tags/webical-0.4/webical-war/pom.xml
Copied: tags/webical-0.4 (from rev 654, trunk)
Deleted: tags/webical-0.4/pom.xml
===================================================================
--- trunk/pom.xml 2008-01-11 15:01:19 UTC (rev 654)
+++ tags/webical-0.4/pom.xml 2008-01-11 15:26:52 UTC (rev 656)
@@ -1,142 +0,0 @@
-<?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">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.webical.calendar</groupId>
- <artifactId>webical-parent</artifactId>
- <packaging>pom</packaging>
- <version>0.4-SNAPSHOT</version>
- <name>webical</name>
- <url>http://webical.org/twiki</url>
-
- <!--
- Our license statements
- -->
- <licenses>
- <license>
- <name>GNU GENERAL PUBLIC LICENSE Version 3</name>
- <url>http://www.gnu.org/licenses/gpl.txt</url>
- </license>
- </licenses>
-
- <!--
- The modules to include in the build
- -->
- <modules>
- <module>webical-core</module>
- <module>webical-war</module>
- </modules>
-
- <!--
- Our development staff :)
- -->
- <developers>
- <developer>
- <id>ivo</id>
- <name>Ivo van Dongen</name>
- <email>ivo...@gm...</email>
- <organization>Func. Internet Integration</organization>
- <organizationUrl>http://www.func.nl</organizationUrl>
- <roles>
- <role>Senior Developer</role>
- </roles>
- </developer>
- <developer>
- <id>zoran</id>
- <name>Zoran Kovacevic</name>
- <email>zo...@fu...</email>
- <organization>Func. Internet Integration</organization>
- <organizationUrl>http://www.func.nl</organizationUrl>
- <roles>
- <role>Project Admin</role>
- </roles>
- </developer>
- <developer>
- <id>mattijs</id>
- <name>Mattijs Hoitink</name>
- <email>ma...@fu...</email>
- <organization>Func. Internet Integration</organization>
- <organizationUrl>http://www.func.nl</organizationUrl>
- <roles>
- <role>Senior Developer</role>
- </roles>
- </developer>
- </developers>
-
- <!--
- Continuous Integration
- -->
- <ciManagement>
- <system>continuum</system>
- <url>http://continuum.func.nl/continuum</url>
- <notifiers>
- <notifier>
- <configuration>
- <address>ivo...@gm...</address>
- </configuration>
- </notifier>
- <notifier>
- <configuration>
- <address>z.k...@fu...</address>
- </configuration>
- </notifier>
- <notifier>
- <configuration>
- <address>ma...@fu...</address>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
-
-
- <!--
- svn connectivity
- use: mvn scm:update to update the project sources
- use: mvn scm:checkin to commit the project sources
- -->
- <scm>
- <connection>scm:svn:https://webical.svn.sourceforge.net/svnroot/webical/trunk</connection>
- </scm>
-
- <!--
- Used for automatic deploys
- -->
- <distributionManagement>
- <repository>
- <id>maven.webical.org</id>
- <name>Webical snapshot repository</name>
- <url>
- scpexe://maven.webical.org/var/sites/org.webical.maven/www/
- </url>
- </repository>
- </distributionManagement>
-
- <!--
- Used repositories
- -->
- <repositories>
- <repository>
- <name>modularity.net</name>
- <id>modularity.net</id>
- <url>http://m2.modularity.net.au/releases</url>
- </repository>
- <repository>
- <id>Codehaus</id>
- <name>Codehaus</name>
- <url>http://repository.codehaus.org</url>
- </repository>
- </repositories>
-
- <!--
- Reporting
- -->
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>
- maven-project-info-reports-plugin
- </artifactId>
- </plugin>
- </plugins>
- </reporting>
-</project>
Copied: tags/webical-0.4/pom.xml (from rev 655, trunk/pom.xml)
===================================================================
--- tags/webical-0.4/pom.xml (rev 0)
+++ tags/webical-0.4/pom.xml 2008-01-11 15:26:52 UTC (rev 656)
@@ -0,0 +1,142 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.webical.calendar</groupId>
+ <artifactId>webical-parent</artifactId>
+ <packaging>pom</packaging>
+ <version>0.4</version>
+ <name>webical</name>
+ <url>http://webical.org/twiki</url>
+
+ <!--
+ Our license statements
+ -->
+ <licenses>
+ <license>
+ <name>GNU GENERAL PUBLIC LICENSE Version 3</name>
+ <url>http://www.gnu.org/licenses/gpl.txt</url>
+ </license>
+ </licenses>
+
+ <!--
+ The modules to include in the build
+ -->
+ <modules>
+ <module>webical-core</module>
+ <module>webical-war</module>
+ </modules>
+
+ <!--
+ Our development staff :)
+ -->
+ <developers>
+ <developer>
+ <id>ivo</id>
+ <name>Ivo van Dongen</name>
+ <email>ivo...@gm...</email>
+ <organization>Func. Internet Integration</organization>
+ <organizationUrl>http://www.func.nl</organizationUrl>
+ <roles>
+ <role>Senior Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>zoran</id>
+ <name>Zoran Kovacevic</name>
+ <email>zo...@fu...</email>
+ <organization>Func. Internet Integration</organization>
+ <organizationUrl>http://www.func.nl</organizationUrl>
+ <roles>
+ <role>Project Admin</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>mattijs</id>
+ <name>Mattijs Hoitink</name>
+ <email>ma...@fu...</email>
+ <organization>Func. Internet Integration</organization>
+ <organizationUrl>http://www.func.nl</organizationUrl>
+ <roles>
+ <role>Senior Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <!--
+ Continuous Integration
+ -->
+ <ciManagement>
+ <system>continuum</system>
+ <url>http://continuum.func.nl/continuum</url>
+ <notifiers>
+ <notifier>
+ <configuration>
+ <address>ivo...@gm...</address>
+ </configuration>
+ </notifier>
+ <notifier>
+ <configuration>
+ <address>z.k...@fu...</address>
+ </configuration>
+ </notifier>
+ <notifier>
+ <configuration>
+ <address>ma...@fu...</address>
+ </configuration>
+ </notifier>
+ </notifiers>
+ </ciManagement>
+
+
+ <!--
+ svn connectivity
+ use: mvn scm:update to update the project sources
+ use: mvn scm:checkin to commit the project sources
+ -->
+ <scm>
+ <connection>scm:svn:https://webical.svn.sourceforge.net/svnroot/webical/tags/webical-0.4</connection>
+ </scm>
+
+ <!--
+ Used for automatic deploys
+ -->
+ <distributionManagement>
+ <repository>
+ <id>maven.webical.org</id>
+ <name>Webical snapshot repository</name>
+ <url>
+ scpexe://maven.webical.org/var/sites/org.webical.maven/www/
+ </url>
+ </repository>
+ </distributionManagement>
+
+ <!--
+ Used repositories
+ -->
+ <repositories>
+ <repository>
+ <name>modularity.net</name>
+ <id>modularity.net</id>
+ <url>http://m2.modularity.net.au/releases</url>
+ </repository>
+ <repository>
+ <id>Codehaus</id>
+ <name>Codehaus</name>
+ <url>http://repository.codehaus.org</url>
+ </repository>
+ </repositories>
+
+ <!--
+ Reporting
+ -->
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>
+ maven-project-info-reports-plugin
+ </artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
Deleted: tags/webical-0.4/webical-core/pom.xml
===================================================================
--- trunk/webical-core/pom.xml 2008-01-11 15:01:19 UTC (rev 654)
+++ tags/webical-0.4/webical-core/pom.xml 2008-01-11 15:26:52 UTC (rev 656)
@@ -1,306 +0,0 @@
-<?xml version="1.0"?>
-<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>
- <artifactId>webical-parent</artifactId>
- <groupId>org.webical.calendar</groupId>
- <version>0.4-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.webical.calendar</groupId>
- <artifactId>webical-core</artifactId>
- <name>webical-core</name>
- <version>0.4-SNAPSHOT</version>
- <url>http://maven.apache.org</url>
-
- <build>
-
- <!--
- Configure resource directories (to include the xsd in the jar)
- -->
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <resource>
- <directory>src/main/xsd</directory>
- </resource>
- </resources>
-
- <plugins>
- <!--
- Inform the compiler we use java 1.5
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
-
- <!--
- Ant executions
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <!--
- Perform macro replacements in resource files before packaging
- -->
- <execution>
- <id>maven-antrun-macro-replacement</id>
- <phase>package</phase>
- <configuration>
- <tasks>
- <echo>
- Performing macro replacements
- </echo>
- <replace dir="${basedir}/src/main" casesensitive="true" token="@WEBICAL_VERSION@" value="${version}">
- <include name="**/*.xml" />
- <include name="**/*.properties" />
- </replace>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <!--
- Jaxb source generation
- -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jaxb2-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>xjc</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <packageName>org.webical.plugin.jaxb</packageName>
- <!-- The name of your generated source package -->
- <schemaDirectory>
- ${basedir}/src/main/xsd
- </schemaDirectory>
- <extension>true</extension>
- </configuration>
- </plugin>
-
- <!--
- Aspectj compiler plugin
- -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>aspectj-maven-plugin</artifactId>
- <configuration>
- <privateScope>true</privateScope>
- <complianceLevel>1.5</complianceLevel>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>compile</goal><!-- use this goal to weave all your main classes -->
- <goal>test-compile</goal><!-- use this goal to weave all your test classes -->
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <!--
- Eclipse plugin
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <configuration>
- <downloadSources>true</downloadSources>
- <downloadJavadocs>true</downloadJavadocs>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <!--
- used dependencies
- -->
- <dependencies>
- <!--
- Test dependencies
- -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>dbunit</groupId>
- <artifactId>dbunit</artifactId>
- <version>2.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <version>2.3</version>
- </dependency>
- <dependency>
- <groupId>commons-configuration</groupId>
- <artifactId>commons-configuration</artifactId>
- <version>1.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty</artifactId>
- <version>6.1.3</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <scope>test</scope>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-naming</artifactId>
- <version>6.1.3</version>
- </dependency>
- <dependency>
- <scope>test</scope>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-plus</artifactId>
- <version>6.1.3</version>
- </dependency>
-
- <!--
- Runtime dependencies
- -->
- <!-- servlet api (scope: provided) -->
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
-
- <!-- JavaMail (logging) -->
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4</version>
- </dependency>
-
- <!-- wicket -->
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket</artifactId>
- <version>1.3.0-rc1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-spring</artifactId>
- <version>1.3.0-rc1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-spring-annot</artifactId>
- <version>1.3.0-rc1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-extensions</artifactId>
- <version>1.3.0-rc1</version>
- </dependency>
-
- <!-- slf4j -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.4.2</version>
- </dependency>
-
- <!-- BeanUtils -->
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.7.0</version>
- </dependency>
-
- <!-- MySQL -->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.0.3</version>
- </dependency>
-
- <!-- Hibernate 3 -->
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
- <version>3.1.3</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
-
- <!-- WebDAV -->
- <dependency>
- <groupId>slide</groupId>
- <artifactId>slide-webdavlib</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
- <groupId>net.sf.webdav-servlet</groupId>
- <artifactId>webdav-servlet</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.3</version>
- </dependency>
-
- <!-- iCal4J -->
- <dependency>
- <groupId>net.fortuna</groupId>
- <artifactId>ical4j</artifactId>
- <version>1.0-beta4</version>
- </dependency>
-
- <!-- Jaxb -->
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- <version>2.0.3</version>
- </dependency>
-
- <!--
- AOP
- -->
- <dependency>
- <groupId>aspectj</groupId>
- <artifactId>aspectjrt</artifactId>
- <version>1.5.3</version>
- </dependency>
-
- </dependencies>
-</project>
Copied: tags/webical-0.4/webical-core/pom.xml (from rev 655, trunk/webical-core/pom.xml)
===================================================================
--- tags/webical-0.4/webical-core/pom.xml (rev 0)
+++ tags/webical-0.4/webical-core/pom.xml 2008-01-11 15:26:52 UTC (rev 656)
@@ -0,0 +1,306 @@
+<?xml version="1.0"?>
+<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>
+ <artifactId>webical-parent</artifactId>
+ <groupId>org.webical.calendar</groupId>
+ <version>0.4</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.webical.calendar</groupId>
+ <artifactId>webical-core</artifactId>
+ <name>webical-core</name>
+ <version>0.4</version>
+ <url>http://maven.apache.org</url>
+
+ <build>
+
+ <!--
+ Configure resource directories (to include the xsd in the jar)
+ -->
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>src/main/xsd</directory>
+ </resource>
+ </resources>
+
+ <plugins>
+ <!--
+ Inform the compiler we use java 1.5
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <!--
+ Ant executions
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <!--
+ Perform macro replacements in resource files before packaging
+ -->
+ <execution>
+ <id>maven-antrun-macro-replacement</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <echo>
+ Performing macro replacements
+ </echo>
+ <replace dir="${basedir}/src/main" casesensitive="true" token="@WEBICAL_VERSION@" value="${version}">
+ <include name="**/*.xml" />
+ <include name="**/*.properties" />
+ </replace>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!--
+ Jaxb source generation
+ -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jaxb2-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>xjc</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <packageName>org.webical.plugin.jaxb</packageName>
+ <!-- The name of your generated source package -->
+ <schemaDirectory>
+ ${basedir}/src/main/xsd
+ </schemaDirectory>
+ <extension>true</extension>
+ </configuration>
+ </plugin>
+
+ <!--
+ Aspectj compiler plugin
+ -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>aspectj-maven-plugin</artifactId>
+ <configuration>
+ <privateScope>true</privateScope>
+ <complianceLevel>1.5</complianceLevel>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>compile</goal><!-- use this goal to weave all your main classes -->
+ <goal>test-compile</goal><!-- use this goal to weave all your test classes -->
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!--
+ Eclipse plugin
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <downloadSources>true</downloadSources>
+ <downloadJavadocs>true</downloadJavadocs>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!--
+ used dependencies
+ -->
+ <dependencies>
+ <!--
+ Test dependencies
+ -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>dbunit</groupId>
+ <artifactId>dbunit</artifactId>
+ <version>2.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-configuration</groupId>
+ <artifactId>commons-configuration</artifactId>
+ <version>1.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>1.8.0.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>6.1.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <scope>test</scope>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-naming</artifactId>
+ <version>6.1.3</version>
+ </dependency>
+ <dependency>
+ <scope>test</scope>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-plus</artifactId>
+ <version>6.1.3</version>
+ </dependency>
+
+ <!--
+ Runtime dependencies
+ -->
+ <!-- servlet api (scope: provided) -->
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- JavaMail (logging) -->
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4</version>
+ </dependency>
+
+ <!-- wicket -->
+ <dependency>
+ <groupId>org.apache.wicket</groupId>
+ <artifactId>wicket</artifactId>
+ <version>1.3.0-rc1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.wicket</groupId>
+ <artifactId>wicket-spring</artifactId>
+ <version>1.3.0-rc1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.wicket</groupId>
+ <artifactId>wicket-spring-annot</artifactId>
+ <version>1.3.0-rc1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.wicket</groupId>
+ <artifactId>wicket-extensions</artifactId>
+ <version>1.3.0-rc1</version>
+ </dependency>
+
+ <!-- slf4j -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.4.2</version>
+ </dependency>
+
+ <!-- BeanUtils -->
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+
+ <!-- MySQL -->
+ <dependency>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ <version>5.0.3</version>
+ </dependency>
+
+ <!-- Hibernate 3 -->
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate</artifactId>
+ <version>3.1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.1</version>
+ </dependency>
+
+ <!-- WebDAV -->
+ <dependency>
+ <groupId>slide</groupId>
+ <artifactId>slide-webdavlib</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.webdav-servlet</groupId>
+ <artifactId>webdav-servlet</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.3</version>
+ </dependency>
+
+ <!-- iCal4J -->
+ <dependency>
+ <groupId>net.fortuna</groupId>
+ <artifactId>ical4j</artifactId>
+ <version>1.0-beta4</version>
+ </dependency>
+
+ <!-- Jaxb -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.0.3</version>
+ </dependency>
+
+ <!--
+ AOP
+ -->
+ <dependency>
+ <groupId>aspectj</groupId>
+ <artifactId>aspectjrt</artifactId>
+ <version>1.5.3</version>
+ </dependency>
+
+ </dependencies>
+</project>
Deleted: tags/webical-0.4/webical-war/pom.xml
===================================================================
--- trunk/webical-war/pom.xml 2008-01-11 15:01:19 UTC (rev 654)
+++ tags/webical-0.4/webical-war/pom.xml 2008-01-11 15:26:52 UTC (rev 656)
@@ -1,285 +0,0 @@
-<?xml version="1.0"?>
-<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>
- <artifactId>webical-parent</artifactId>
- <groupId>org.webical.calendar</groupId>
- <version>0.4-SNAPSHOT</version>
- </parent>
-
- <groupId>org.webical.calendar</groupId>
- <artifactId>webical-war</artifactId>
- <name>webical-war</name>
- <version>0.4-SNAPSHOT</version>
- <packaging>war</packaging>
- <url>http://www.webical.org/twiki</url>
-
- <!-- ======================================================
- Deployment settings, deployment-default
- ====================================================== -->
- <profiles>
- <profile>
- <id>deployment-default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <deployment-env>development</deployment-env>
- <build.directory>target</build.directory>
- </properties>
- </profile>
-
- <!--
- Production profile, run with: -Denv=prd
- -->
- <profile>
- <id>deployment-production</id>
- <activation>
- <property>
- <name>env</name>
- <value>prd</value>
- </property>
- </activation>
- <properties>
- <deployment-env>production</deployment-env>
- <build.directory>target/prd</build.directory>
- </properties>
- </profile>
-
- <!--
- Demo profile, run with: -Denv=demo
- -->
- <profile>
- <id>deployment-demo</id>
- <activation>
- <property>
- <name>env</name>
- <value>demo</value>
- </property>
- </activation>
- <properties>
- <deployment-env>demo</deployment-env>
- <build.directory>target/demo</build.directory>
- </properties>
- </profile>
-
- <!--
- Nightly profile, run with: -Denv=nightly
- -->
- <profile>
- <id>deployment-nightly</id>
- <activation>
- <property>
- <name>env</name>
- <value>nightly</value>
- </property>
- </activation>
- <properties>
- <deployment-env>nightly</deployment-env>
- <build.directory>target/nightly</build.directory>
- </properties>
- <build>
- <plugins>
-
- <!--
- Tomcat deploy plugin. Use mvn -Denv=nightly tomcat:undeploy tomcat:deploy for a fresh deploy
- -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>tomcat-maven-plugin</artifactId>
- <configuration>
- <server>nightly.webical.org</server>
- <url>http://nightly.webical.org/manager</url>
- <path>/</path>
- <warFile>target/nightly/ROOT.war</warFile>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!--
- Build profile, run with: -Denv=build
- -->
- <profile>
- <id>deployment-build</id>
- <activation>
- <property>
- <name>env</name>
- <value>bld</value>
- </property>
- </activation>
- <properties>
- <deployment-env>build</deployment-env>
- <build.directory>target/bld</build.directory>
- </properties>
- </profile>
-
- <!--
- Release profile, run with: -Denv=release
- -->
- <profile>
- <id>package-release</id>
- <activation>
- <property>
- <name>env</name>
- <value>release</value>
- </property>
- </activation>
- <properties>
- <deployment-env>release</deployment-env>
- <build.directory>target/release</build.directory>
- </properties>
- </profile>
- </profiles>
-
- <!--
- Build configuration
- -->
- <build>
- <finalName>ROOT</finalName>
- <directory>${build.directory}</directory>
- <plugins>
-
- <!--
- Inform the compiler we use java 1.5 (Handy for ide integration)
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
-
- <!--
- Ant executions
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <!--
- Perform macro replacements in resource files before packaging
- -->
- <execution>
- <id>maven-antrun-macro-replacement</id>
- <phase>package</phase>
- <configuration>
- <tasks>
- <echo>
- Performing macro replacements
- </echo>
-
- <!-- Set current date in property DSTAMP -->
- <tstamp />
-
- <replace dir="${basedir}/src/main" casesensitive="true" token="@WEBICAL_VERSION@" value="${version}">
- <include name="**/*.xml" />
- <include name="**/*.properties" />
- </replace>
- <replace dir="${basedir}/etc/environments/${deployment-env}" casesensitive="true" token="@WEBICAL_VERSION@" value="${version}">
- <include name="**/*.xml" />
- <include name="**/*.properties" />
- </replace>
- <replace dir="${basedir}/etc/environments/${deployment-env}" casesensitive="true" token="@BUILD_DATE@" value="${DSTAMP}">
- <include name="**/*.xml" />
- <include name="**/*.properties" />
- </replace>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <!--
- War plugin - copy extra files for the specified environment (see profiles)
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <webResources>
- <resource>
- <!-- this is relative to the pom.xml directory -->
- <directory>
- ${basedir}/etc/environments/${deployment-env}
- </directory>
- </resource>
- </webResources>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>war</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <!--
- Eclipse plugin
- create WTP based project configuration
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <configuration>
- <wtpversion>1.5</wtpversion>
- <downloadSources>true</downloadSources>
- <downloadJavadocs>true</downloadJavadocs>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
-
- <!--
- Dependencies
- -->
- <dependencies>
- <!--
- Runtime dependencies
- -->
- <dependency>
- <artifactId>webical-core</artifactId>
- <groupId>org.webical.calendar</groupId>
- <version>${version}</version>
- </dependency>
-
- <!--
- Test dependencies
- -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty</artifactId>
- <version>6.1.3</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <scope>test</scope>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-naming</artifactId>
- <version>6.1.3</version>
- </dependency>
- <dependency>
- <scope>test</scope>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-plus</artifactId>
- <version>6.1.3</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Copied: tags/webical-0.4/webical-war/pom.xml (from rev 655, trunk/webical-war/pom.xml)
===================================================================
--- tags/webical-0.4/webical-war/pom.xml (rev 0)
+++ tags/webical-0.4/webical-war/pom.xml 2008-01-11 15:26:52 UTC (rev 656)
@@ -0,0 +1,285 @@
+<?xml version="1.0"?>
+<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>
+ <artifactId>webical-parent</artifactId>
+ <groupId>org.webical.calendar</groupId>
+ <version>0.4</version>
+ </parent>
+
+ <groupId>org.webical.calendar</groupId>
+ <artifactId>webical-war</artifactId>
+ <name>webical-war</name>
+ <version>0.4</version>
+ <packaging>war</packaging>
+ <url>http://www.webical.org/twiki</url>
+
+ <!-- ======================================================
+ Deployment settings, deployment-default
+ ====================================================== -->
+ <profiles>
+ <profile>
+ <id>deployment-default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <deployment-env>development</deployment-env>
+ <build.directory>target</build.directory>
+ </properties>
+ </profile>
+
+ <!--
+ Production profile, run with: -Denv=prd
+ -->
+ <profile>
+ <id>deployment-production</id>
+ <activation>
+ <property>
+ <name>env</name>
+ <value>prd</value>
+ </property>
+ </activation>
+ <properties>
+ <deployment-env>production</deployment-env>
+ <build.directory>target/prd</build.directory>
+ </properties>
+ </profile>
+
+ <!--
+ Demo profile, run with: -Denv=demo
+ -->
+ <profile>
+ <id>deployment-demo</id>
+ <activation>
+ <property>
+ <name>env</name>
+ <value>demo</value>
+ </property>
+ </activation>
+ <properties>
+ <deployment-env>demo</deployment-env>
+ <build.directory>target/demo</build.directory>
+ </properties>
+ </profile>
+
+ <!--
+ Nightly profile, run with: -Denv=nightly
+ -->
+ <profile>
+ <id>deployment-nightly</id>
+ <activation>
+ <property>
+ <name>env</name>
+ <value>nightly</value>
+ </property>
+ </activation>
+ <properties>
+ <deployment-env>nightly</deployment-env>
+ <build.directory>target/nightly</build.directory>
+ </properties>
+ <build>
+ <plugins>
+
+ <!--
+ Tomcat deploy plugin. Use mvn -Denv=nightly tomcat:undeploy tomcat:deploy for a fresh deploy
+ -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>tomcat-maven-plugin</artifactId>
+ <configuration>
+ <server>nightly.webical.org</server>
+ <url>http://nightly.webical.org/manager</url>
+ <path>/</path>
+ <warFile>target/nightly/ROOT.war</warFile>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Build profile, run with: -Denv=build
+ -->
+ <profile>
+ <id>deployment-build</id>
+ <activation>
+ <property>
+ <name>env</name>
+ <value>bld</value>
+ </property>
+ </activation>
+ <properties>
+ <deployment-env>build</deployment-env>
+ <build.directory>target/bld</build.directory>
+ </properties>
+ </profile>
+
+ <!--
+ Release profile, run with: -Denv=release
+ -->
+ <profile>
+ <id>package-release</id>
+ <activation>
+ <property>
+ <name>env</name>
+ <value>release</value>
+ </property>
+ </activation>
+ <properties>
+ <deployment-env>release</deployment-env>
+ <build.directory>target/release</build.directory>
+ </properties>
+ </profile>
+ </profiles>
+
+ <!--
+ Build configuration
+ -->
+ <build>
+ <finalName>ROOT</finalName>
+ <directory>${build.directory}</directory>
+ <plugins>
+
+ <!--
+ Inform the compiler we use java 1.5 (Handy for ide integration)
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <!--
+ Ant executions
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <!--
+ Perform macro replacements in resource files before packaging
+ -->
+ <execution>
+ <id>maven-antrun-macro-replacement</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <echo>
+ Performing macro replacements
+ </echo>
+
+ <!-- Set current date in property DSTAMP -->
+ <tstamp />
+
+ <replace dir="${basedir}/src/main" casesensitive="true" token="@WEBICAL_VERSION@" value="${version}">
+ <include name="**/*.xml" />
+ <include name="**/*.properties" />
+ </replace>
+ <replace dir="${basedir}/etc/environments/${deployment-env}" casesensitive="true" token="@WEBICAL_VERSION@" value="${version}">
+ <include name="**/*.xml" />
+ <include name="**/*.properties" />
+ </replace>
+ <replace dir="${basedir}/etc/environments/${deployment-env}" casesensitive="true" token="@BUILD_DATE@" value="${DSTAMP}">
+ <include name="**/*.xml" />
+ <include name="**/*.properties" />
+ </replace>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!--
+ War plugin - copy extra files for the specified environment (see profiles)
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <webResources>
+ <resource>
+ <!-- this is relative to the pom.xml directory -->
+ <directory>
+ ${basedir}/etc/environments/${deployment-env}
+ </directory>
+ </resource>
+ </webResources>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!--
+ Eclipse plugin
+ create WTP based project configuration
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <wtpversion>1.5</wtpversion>
+ <downloadSources>true</downloadSources>
+ <downloadJavadocs>true</downloadJavadocs>
+ </configuration>
+ </plugin>
+ </plugins>
+
+ </build>
+
+ <!--
+ Dependencies
+ -->
+ <dependencies>
+ <!--
+ Runtime dependencies
+ -->
+ <dependency>
+ <artifactId>webical-core</artifactId>
+ <groupId>org.webical.calendar</groupId>
+ <version>${version}</version>
+ </dependency>
+
+ <!--
+ Test dependencies
+ -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>6.1.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <scope>test</scope>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-naming</artifactId>
+ <version>6.1.3</version>
+ </dependency>
+ <dependency>
+ <scope>test</scope>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-plus</artifactId>
+ <version>6.1.3</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|