Author: elib
Date: Mon Jun 29 15:30:37 2009
New Revision: 789360
URL: http://svn.apache.org/viewvc?rev=789360&view=rev
Log:
Update name in pom.xml files to be more readable and show hierarchy
https://issues.apache.org/jira/browse/WINK-12
Modified:
incubator/wink/trunk/pom.xml
incubator/wink/trunk/wink-client/pom.xml
incubator/wink/trunk/wink-common/pom.xml
incubator/wink/trunk/wink-component-test-support/pom.xml
incubator/wink/trunk/wink-examples/apps/Bookmarks/pom.xml
incubator/wink/trunk/wink-examples/apps/HelloWorld/pom.xml
incubator/wink/trunk/wink-examples/apps/QADefect/pom.xml
incubator/wink/trunk/wink-examples/apps/QADefectWithSpring/pom.xml
incubator/wink/trunk/wink-examples/apps/SimpleDefects/pom.xml
incubator/wink/trunk/wink-examples/apps/pom.xml
incubator/wink/trunk/wink-examples/client/GoogleDocs-client/pom.xml
incubator/wink/trunk/wink-examples/client/QADefects-client/pom.xml
incubator/wink/trunk/wink-examples/client/pom.xml
incubator/wink/trunk/wink-examples/core/CustomContext/pom.xml
incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/pom.xml
incubator/wink/trunk/wink-examples/core/Jaxb/pom.xml
incubator/wink/trunk/wink-examples/core/Preconditions/pom.xml
incubator/wink/trunk/wink-examples/core/pom.xml
incubator/wink/trunk/wink-examples/ext/Asset/pom.xml
incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml
incubator/wink/trunk/wink-examples/ext/History/pom.xml
incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml
incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml
incubator/wink/trunk/wink-examples/ext/Scope/pom.xml
incubator/wink/trunk/wink-examples/ext/Spring/pom.xml
incubator/wink/trunk/wink-examples/ext/WebDAV/pom.xml
incubator/wink/trunk/wink-examples/ext/pom.xml
incubator/wink/trunk/wink-examples/pom.xml
incubator/wink/trunk/wink-scripts/pom.xml
incubator/wink/trunk/wink-scripts/wink-dist/pom.xml
incubator/wink/trunk/wink-scripts/wink-site-deploy/pom.xml
incubator/wink/trunk/wink-server/pom.xml
incubator/wink/trunk/wink-spring-support/pom.xml
incubator/wink/trunk/wink-webdav/pom.xml
Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Mon Jun 29 15:30:37 2009
@@ -6,7 +6,7 @@
<artifactId>wink</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>${artifactId}:${version}</name>
+ <name>Wink</name>
<properties>
<module.relative.path></module.relative.path>
<javadoc.aggregate>true</javadoc.aggregate>
Modified: incubator/wink/trunk/wink-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-client/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-client/pom.xml (original)
+++ incubator/wink/trunk/wink-client/pom.xml Mon Jun 29 15:30:37 2009
@@ -5,7 +5,7 @@
<groupId>org.apache.wink</groupId>
<artifactId>wink-client</artifactId>
<packaging>jar</packaging>
- <name>${artifactId}:${version}</name>
+ <name>Wink Client</name>
<properties>
<module.relative.path>../</module.relative.path>
<javadoc.aggregate>false</javadoc.aggregate>
Modified: incubator/wink/trunk/wink-common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-common/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-common/pom.xml (original)
+++ incubator/wink/trunk/wink-common/pom.xml Mon Jun 29 15:30:37 2009
@@ -5,7 +5,7 @@
<groupId>org.apache.wink</groupId>
<artifactId>wink-common</artifactId>
<packaging>jar</packaging>
- <name>${artifactId}:${version}</name>
+ <name>Wink Common</name>
<properties>
<module.relative.path>../</module.relative.path>
<javadoc.aggregate>false</javadoc.aggregate>
Modified: incubator/wink/trunk/wink-component-test-support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-component-test-support/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-component-test-support/pom.xml (original)
+++ incubator/wink/trunk/wink-component-test-support/pom.xml Mon Jun 29 15:30:37 2009
@@ -5,7 +5,7 @@
<groupId>org.apache.wink</groupId>
<artifactId>wink-component-test-support</artifactId>
<packaging>jar</packaging>
- <name>${artifactId}:${version}</name>
+ <name>Wink Component Test Support</name>
<properties>
<module.relative.path>../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/apps/Bookmarks/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/Bookmarks/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/Bookmarks/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/Bookmarks/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>Bookmarks</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Apps :: Bookmarks</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/apps/HelloWorld/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/HelloWorld/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/HelloWorld/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/HelloWorld/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>HelloWorld</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Apps :: HelloWorld</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/apps/QADefect/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/QADefect/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/QADefect/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/QADefect/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>QADefect</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Apps :: QADefect</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/apps/QADefectWithSpring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/QADefectWithSpring/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/QADefectWithSpring/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/QADefectWithSpring/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>QADefectWithSpring</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Apps :: QADefectWithSpring</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/apps/SimpleDefects/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/SimpleDefects/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/SimpleDefects/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/SimpleDefects/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>SimpleDefects</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Apps :: SimpleDefects</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/apps/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/pom.xml Mon Jun 29 15:30:37 2009
@@ -6,7 +6,7 @@
<artifactId>apps</artifactId>
<packaging>pom</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Apps</name>
<properties>
<module.relative.path>../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/client/GoogleDocs-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/client/GoogleDocs-client/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/client/GoogleDocs-client/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/client/GoogleDocs-client/pom.xml Mon Jun 29 15:30:37 2009
@@ -5,7 +5,7 @@
<groupId>org.apache.wink.example</groupId>
<artifactId>GoogleDocs-client</artifactId>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Clients :: GoogleDocs</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
@@ -21,8 +21,8 @@
<!-- Dependency on Symphony SDK library -->
<dependencies>
<dependency>
- <groupId>commons-cli</groupId>
- <artifactId>commons-cli</artifactId>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>
<dependency>
Modified: incubator/wink/trunk/wink-examples/client/QADefects-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/client/QADefects-client/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/client/QADefects-client/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/client/QADefects-client/pom.xml Mon Jun 29 15:30:37 2009
@@ -5,7 +5,7 @@
<groupId>org.apache.wink.example</groupId>
<artifactId>QADefects-client</artifactId>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Clients :: QADefects</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/client/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/client/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/client/pom.xml Mon Jun 29 15:30:37 2009
@@ -6,7 +6,7 @@
<artifactId>client</artifactId>
<packaging>pom</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Clients</name>
<properties>
<module.relative.path>../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/core/CustomContext/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/CustomContext/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/CustomContext/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/core/CustomContext/pom.xml Mon Jun 29 15:30:37 2009
@@ -1,35 +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">
- <!-- Project detailes -->
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>CustomContext</artifactId>
- <packaging>war</packaging>
- <version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
- <properties>
- <module.relative.path>../../../</module.relative.path>
- </properties>
- <parent>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>core</artifactId>
- <version>0.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <!-- Build section -->
- <build>
- <finalName>CustomContext</finalName>
- </build>
- <!-- Dependency on Symphony SDK library -->
- <dependencies>
- <dependency>
- <groupId>org.apache.wink</groupId>
- <artifactId>wink-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.wink</groupId>
- <artifactId>wink-server</artifactId>
- </dependency>
- </dependencies>
+<?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">
+ <!-- Project detailes -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>CustomContext</artifactId>
+ <packaging>war</packaging>
+ <version>0.1-SNAPSHOT</version>
+ <name>Wink Examples Core :: CustomContext</name>
+ <properties>
+ <module.relative.path>../../../</module.relative.path>
+ </properties>
+ <parent>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>core</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <!-- Build section -->
+ <build>
+ <finalName>CustomContext</finalName>
+ </build>
+ <!-- Dependency on Symphony SDK library -->
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-server</artifactId>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>CustomExceptionMapper</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Core :: CustomExceptionManager</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/core/Jaxb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/Jaxb/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/Jaxb/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/core/Jaxb/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>Jaxb</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Core :: JAXB</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/core/Preconditions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/Preconditions/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/Preconditions/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/core/Preconditions/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>Preconditions</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Core :: Preconditions</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/core/pom.xml Mon Jun 29 15:30:37 2009
@@ -6,7 +6,7 @@
<artifactId>core</artifactId>
<packaging>pom</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Core</name>
<properties>
<module.relative.path>../../</module.relative.path>
</properties>
@@ -20,6 +20,6 @@
<module>CustomContext</module>
<module>CustomExceptionMapper</module>
<module>Jaxb</module>
- <module>Preconditions</module>
+ <module>Preconditions</module>
</modules>
</project>
Modified: incubator/wink/trunk/wink-examples/ext/Asset/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Asset/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Asset/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Asset/pom.xml Mon Jun 29 15:30:37 2009
@@ -1,35 +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">
- <!-- Project detailes -->
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>Asset</artifactId>
- <packaging>war</packaging>
- <version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
- <properties>
- <module.relative.path>../../../</module.relative.path>
- </properties>
- <parent>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>ext</artifactId>
- <version>0.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <!-- Build section -->
- <build>
- <finalName>Asset</finalName>
- </build>
- <!-- Dependency on Symphony SDK library -->
- <dependencies>
- <dependency>
- <groupId>org.apache.wink</groupId>
- <artifactId>wink-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.wink</groupId>
- <artifactId>wink-server</artifactId>
- </dependency>
- </dependencies>
+<?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">
+ <!-- Project detailes -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>Asset</artifactId>
+ <packaging>war</packaging>
+ <version>0.1-SNAPSHOT</version>
+ <name>Wink Examples Ext :: Asset</name>
+ <properties>
+ <module.relative.path>../../../</module.relative.path>
+ </properties>
+ <parent>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>ext</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <!-- Build section -->
+ <build>
+ <finalName>Asset</finalName>
+ </build>
+ <!-- Dependency on Symphony SDK library -->
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-server</artifactId>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>DynamicResource</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Ext :: DynamicResource</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/ext/History/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/History/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/History/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/History/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>History</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Ext :: History</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml Mon Jun 29 15:30:37 2009
@@ -1,35 +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">
- <!-- Project detailes -->
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>LinkBuilders</artifactId>
- <packaging>war</packaging>
- <version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
- <properties>
- <module.relative.path>../../../</module.relative.path>
- </properties>
- <parent>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>ext</artifactId>
- <version>0.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <!-- Build section -->
- <build>
- <finalName>LinkBuilders</finalName>
- </build>
- <!-- Dependency on Symphony SDK library -->
- <dependencies>
- <dependency>
- <groupId>org.apache.wink</groupId>
- <artifactId>wink-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.wink</groupId>
- <artifactId>wink-server</artifactId>
- </dependency>
- </dependencies>
+<?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">
+ <!-- Project detailes -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>LinkBuilders</artifactId>
+ <packaging>war</packaging>
+ <version>0.1-SNAPSHOT</version>
+ <name>Wink Examples Ext :: LinkBuilders</name>
+ <properties>
+ <module.relative.path>../../../</module.relative.path>
+ </properties>
+ <parent>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>ext</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <!-- Build section -->
+ <build>
+ <finalName>LinkBuilders</finalName>
+ </build>
+ <!-- Dependency on Symphony SDK library -->
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-server</artifactId>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>RuntimeRegistration</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Ext :: RuntimeRegistration</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/ext/Scope/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Scope/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Scope/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Scope/pom.xml Mon Jun 29 15:30:37 2009
@@ -1,35 +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">
- <!-- Project detailes -->
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>Scope</artifactId>
- <packaging>war</packaging>
- <version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
- <properties>
- <module.relative.path>../../../</module.relative.path>
- </properties>
- <parent>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>ext</artifactId>
- <version>0.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <!-- Build section -->
- <build>
- <finalName>Scope</finalName>
- </build>
- <!-- Dependency on Symphony SDK library -->
- <dependencies>
- <dependency>
- <groupId>org.apache.wink</groupId>
- <artifactId>wink-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.wink</groupId>
- <artifactId>wink-server</artifactId>
- </dependency>
- </dependencies>
+<?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">
+ <!-- Project detailes -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>Scope</artifactId>
+ <packaging>war</packaging>
+ <version>0.1-SNAPSHOT</version>
+ <name>Wink Examples Ext :: Scope</name>
+ <properties>
+ <module.relative.path>../../../</module.relative.path>
+ </properties>
+ <parent>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>ext</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <!-- Build section -->
+ <build>
+ <finalName>Scope</finalName>
+ </build>
+ <!-- Dependency on Symphony SDK library -->
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-server</artifactId>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: incubator/wink/trunk/wink-examples/ext/Spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Spring/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Spring/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Spring/pom.xml Mon Jun 29 15:30:37 2009
@@ -7,7 +7,7 @@
<artifactId>Spring</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
+ <name>Wink Examples Ext :: Spring</name>
<properties>
<module.relative.path>../../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-examples/ext/WebDAV/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/WebDAV/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/WebDAV/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/WebDAV/pom.xml Mon Jun 29 15:30:37 2009
@@ -1,74 +1,74 @@
-<?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">
-
- <!-- Project detailes -->
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>WebDAV</artifactId>
- <packaging>war</packaging>
- <version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
- <properties>
- <module.relative.path>../../../</module.relative.path>
- </properties>
- <parent>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>ext</artifactId>
- <version>0.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <build>
- <finalName>WebDAV</finalName>
- <resources>
- <resource><directory>src/main/resources</directory></resource>
- <resource><directory>${project.build.directory}/QADefect/WEB-INF/classes</directory></resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>process-sources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>QADefect</artifactId>
- <type>war</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/QADefect</outputDirectory>
- <includes>WEB-INF/classes/**</includes>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <configuration>
- <wtpversion>1.5</wtpversion>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>QADefect</artifactId>
- <type>war</type>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.wink</groupId>
- <artifactId>wink-webdav</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
+<?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">
+
+ <!-- Project detailes -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>WebDAV</artifactId>
+ <packaging>war</packaging>
+ <version>0.1-SNAPSHOT</version>
+ <name>Wink Examples Ext :: WebDAV</name>
+ <properties>
+ <module.relative.path>../../../</module.relative.path>
+ </properties>
+ <parent>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>ext</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <build>
+ <finalName>WebDAV</finalName>
+ <resources>
+ <resource><directory>src/main/resources</directory></resource>
+ <resource><directory>${project.build.directory}/QADefect/WEB-INF/classes</directory></resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>process-sources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>QADefect</artifactId>
+ <type>war</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>${project.build.directory}/QADefect</outputDirectory>
+ <includes>WEB-INF/classes/**</includes>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <wtpversion>1.5</wtpversion>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>QADefect</artifactId>
+ <type>war</type>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-webdav</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
Modified: incubator/wink/trunk/wink-examples/ext/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/pom.xml Mon Jun 29 15:30:37 2009
@@ -1,28 +1,28 @@
-<?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.apache.wink.example</groupId>
- <artifactId>ext</artifactId>
- <packaging>pom</packaging>
- <version>0.1-SNAPSHOT</version>
- <name>${artifactId}:${version}</name>
- <properties>
- <module.relative.path>../../</module.relative.path>
- </properties>
- <parent>
- <groupId>org.apache.wink.example</groupId>
- <artifactId>wink-examples</artifactId>
- <version>0.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <modules>
- <module>Asset</module>
- <module>Spring</module>
- <module>DynamicResource</module>
- <module>History</module>
- <module>WebDAV</module>
- <module>RuntimeRegistration</module>
- <module>LinkBuilders</module>
- <module>Scope</module>
- </modules>
+<?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.apache.wink.example</groupId>
+ <artifactId>ext</artifactId>
+ <packaging>pom</packaging>
+ <version>0.1-SNAPSHOT</version>
+ <name>Wink Examples Ext</name>
+ <properties>
+ <module.relative.path>../../</module.relative.path>
+ </properties>
+ <parent>
+ <groupId>org.apache.wink.example</groupId>
+ <artifactId>wink-examples</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <modules>
+ <module>Asset</module>
+ <module>Spring</module>
+ <module>DynamicResource</module>
+ <module>History</module>
+ <module>WebDAV</module>
+ <module>RuntimeRegistration</module>
+ <module>LinkBuilders</module>
+ <module>Scope</module>
+ </modules>
</project>
\ No newline at end of file
Modified: incubator/wink/trunk/wink-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/pom.xml Mon Jun 29 15:30:37 2009
@@ -1,55 +1,55 @@
-<?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.apache.wink.example</groupId>
- <artifactId>wink-examples</artifactId>
- <packaging>pom</packaging>
- <name>${artifactId}:${version}</name>
- <properties>
- <module.relative.path>../</module.relative.path>
- </properties>
- <parent>
- <groupId>org.apache.wink</groupId>
- <artifactId>wink</artifactId>
- <version>0.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <modules>
- <module>apps</module>
- <module>core</module>
- <module>client</module>
- <module>ext</module>
- </modules>
- <!-- The definition for the repositories was added to enable building the examples from the distribution zip (the parent will be located through this definition) -->
- <!--
- <repositories>
- <repository>
- <id>central</id>
- <url>TBD</url>
- </repository>
- <repository>
- <id>snapshots</id>
- <url>TBD</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- <configuration>
- <scanIntervalSeconds>10</scanIntervalSeconds>
- <stopKey>foo</stopKey>
- <stopPort>9966</stopPort>
- </configuration>
- </plugin>
- </plugins>
- </build>
+<?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.apache.wink.example</groupId>
+ <artifactId>wink-examples</artifactId>
+ <packaging>pom</packaging>
+ <name>Wink Examples</name>
+ <properties>
+ <module.relative.path>../</module.relative.path>
+ </properties>
+ <parent>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <modules>
+ <module>apps</module>
+ <module>core</module>
+ <module>client</module>
+ <module>ext</module>
+ </modules>
+ <!-- The definition for the repositories was added to enable building the examples from the distribution zip (the parent will be located through this definition) -->
+ <!--
+ <repositories>
+ <repository>
+ <id>central</id>
+ <url>TBD</url>
+ </repository>
+ <repository>
+ <id>snapshots</id>
+ <url>TBD</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <configuration>
+ <scanIntervalSeconds>10</scanIntervalSeconds>
+ <stopKey>foo</stopKey>
+ <stopPort>9966</stopPort>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
Modified: incubator/wink/trunk/wink-scripts/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/pom.xml (original)
+++ incubator/wink/trunk/wink-scripts/pom.xml Mon Jun 29 15:30:37 2009
@@ -5,7 +5,7 @@
<groupId>org.apache.wink</groupId>
<artifactId>wink-scripts</artifactId>
<packaging>pom</packaging>
- <name>${artifactId}:${version}</name>
+ <name>Wink Scripts</name>
<properties>
<module.relative.path>../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-scripts/wink-dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-dist/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-dist/pom.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-dist/pom.xml Mon Jun 29 15:30:37 2009
@@ -5,7 +5,7 @@
<groupId>org.apache.wink</groupId>
<artifactId>wink-dist</artifactId>
<packaging>pom</packaging>
- <name>${artifactId}:${version}</name>
+ <name>Wink Scripts :: Dist</name>
<properties>
<target.zip>target/wink-${project.version}.zip</target.zip>
<target.jar>target/dist/wink-${project.version}/dist/wink-${project.version}.jar</target.jar>
Modified: incubator/wink/trunk/wink-scripts/wink-site-deploy/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-site-deploy/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-site-deploy/pom.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-site-deploy/pom.xml Mon Jun 29 15:30:37 2009
@@ -5,7 +5,7 @@
<groupId>org.apache.wink</groupId>
<artifactId>wink-site-deploy</artifactId>
<packaging>pom</packaging>
- <name>${artifactId}:${version}</name>
+ <name>Wink Scripts :: Site Deploy</name>
<properties>
<module.relative.path>../../</module.relative.path>
</properties>
Modified: incubator/wink/trunk/wink-server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/pom.xml (original)
+++ incubator/wink/trunk/wink-server/pom.xml Mon Jun 29 15:30:37 2009
@@ -5,7 +5,7 @@
<groupId>org.apache.wink</groupId>
<artifactId>wink-server</artifactId>
<packaging>jar</packaging>
- <name>${artifactId}:${version}</name>
+ <name>Wink Server</name>
<properties>
<module.relative.path>../</module.relative.path>
<javadoc.aggregate>false</javadoc.aggregate>
Modified: incubator/wink/trunk/wink-spring-support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-spring-support/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-spring-support/pom.xml (original)
+++ incubator/wink/trunk/wink-spring-support/pom.xml Mon Jun 29 15:30:37 2009
@@ -4,7 +4,7 @@
<groupId>org.apache.wink</groupId>
<artifactId>wink-spring-support</artifactId>
<packaging>jar</packaging>
- <name>${artifactId}:${version}</name>
+ <name>Wink Spring</name>
<properties>
<module.relative.path>../</module.relative.path>
<javadoc.aggregate>false</javadoc.aggregate>
Modified: incubator/wink/trunk/wink-webdav/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-webdav/pom.xml?rev=789360&r1=789359&r2=789360&view=diff
==============================================================================
--- incubator/wink/trunk/wink-webdav/pom.xml (original)
+++ incubator/wink/trunk/wink-webdav/pom.xml Mon Jun 29 15:30:37 2009
@@ -6,7 +6,7 @@
<groupId>org.apache.wink</groupId>
<artifactId>wink-webdav</artifactId>
<packaging>jar</packaging>
- <name>${artifactId}:${version}</name>
+ <name>Wink WebDav</name>
<properties>
<module.relative.path>../</module.relative.path>
<javadoc.aggregate>false</javadoc.aggregate>
|