michal 2003/07/15 12:05:12
Modified: src/plugins-build/ear/xdocs properties.xml
src/plugins-build/ear plugin.jelly
Log:
Just changed my mind about the name of one of the properties.
Still think that 'ear.appxml.war.context-root' is way to loooong.
Revision Changes Path
1.6 +1 -1 maven/src/plugins-build/ear/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/ear/xdocs/properties.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- properties.xml 15 Jul 2003 19:00:18 -0000 1.5
+++ properties.xml 15 Jul 2003 19:05:12 -0000 1.6
@@ -110,7 +110,7 @@
<type>war<type>
<properties>
<ear.bundle>true</ear.bundle>
- <ear.appxml.ear.context-root>webapp</ear.appxml.ear.context-root>
+ <ear.appxml.war.context-root>webapp</ear.appxml.war.context-root>
</properties>
</dependency>
]]></source>
1.12 +1 -1 maven/src/plugins-build/ear/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/ear/plugin.jelly,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- plugin.jelly 10 Jul 2003 21:43:44 -0000 1.11
+++ plugin.jelly 15 Jul 2003 19:05:12 -0000 1.12
@@ -148,7 +148,7 @@
<x:element name="module">
<x:element name="web">
<x:element name="web-uri">${dep.getArtifact()}</x:element>
- <x:element
name="context-root">${dep.getProperty('ear.appxml.ear.context-root')}</x:element>
+ <x:element
name="context-root">${dep.getProperty('ear.appxml.war.context-root')}</x:element>
</x:element>
</x:element>
</j:when>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]