weaver      2004/06/10 13:11:53

  Modified:    maven-plugin plugin.properties
  Log:
  - Conditional logic was not working, replaced by providing the default values in 
plugin.properties
    which accomplishes the desired effect, with less code (and it works ;)
  
  Revision  Changes    Path
  1.4       +7 -0      jakarta-jetspeed-2/maven-plugin/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven-plugin/plugin.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.properties 9 Jun 2004 04:28:31 -0000       1.3
  +++ plugin.properties 10 Jun 2004 20:11:53 -0000      1.4
  @@ -40,3 +40,10 @@
   maven.war.final.name=jetspeed.war
   maven.war.web.app.name=jetspeed
   org.apache.jetspeed.portal.name=jetspeed
  
+org.apache.jetspeed.portal.dir=${org.apache.jetspeed.deploy.war.dir}/${org.apache.jetspeed.portal.name}
  +
  
+org.apache.jetspeed.context.file.source=${org.apache.jetspeed.plugin.root}/plugin-resources/jetspeed.xml
  +org.apache.jetspeed.context.file.name=jetspeed.xml
  +
  +
  +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to