Author: woonsan
Date: Sun Jun 29 01:39:06 2014
New Revision: 1606413
URL: http://svn.apache.org/r1606413
Log:
APA-57: renaming webcontent-war to war
Added:
portals/applications/webcontent/trunk/war/
- copied from r1606412,
portals/applications/webcontent/trunk/webcontent-war/
Removed:
portals/applications/webcontent/trunk/webcontent-war/
Modified:
portals/applications/webcontent/trunk/pom.xml
portals/applications/webcontent/trunk/portlets/pom.xml
Modified: portals/applications/webcontent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/pom.xml?rev=1606413&r1=1606412&r2=1606413&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/pom.xml (original)
+++ portals/applications/webcontent/trunk/pom.xml Sun Jun 29 01:39:06 2014
@@ -37,7 +37,7 @@
<!-- Application Modules -->
<modules>
- <module>webcontent-jar</module>
+ <module>portlets</module>
<module>webcontent-war</module>
</modules>
Modified: portals/applications/webcontent/trunk/portlets/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/pom.xml?rev=1606413&r1=1606412&r2=1606413&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/pom.xml (original)
+++ portals/applications/webcontent/trunk/portlets/pom.xml Sun Jun 29 01:39:06
2014
@@ -24,9 +24,9 @@
<version>2.0-SNAPSHOT</version>
</parent>
- <artifactId>apa-webcontent-jar</artifactId>
+ <artifactId>apa-webcontent-portlets</artifactId>
<packaging>jar</packaging>
- <name>Apache Portals Applications Web Content JAR</name>
+ <name>Apache Portals Applications Web Content Portlets</name>
<properties>
<portlet-api.version>1.0</portlet-api.version>