jvanzyl     2003/03/27 04:16:48

  Modified:    src/plugins-build/plexus plugin.properties
  Log:
  o All the properties are no longer needed. The plexus plugin is now entirely
    a dyna tag library that is called from maven.xml files. This is really how
    all plugins should be as it alleviates a whole level of chicanery trying
    to locate goals in plugins. Using only dyna tags removes complexity and
    really makes a plugin a self-contained unit more akin to an object.
  
  Revision  Changes    Path
  1.4       +0 -17     maven/src/plugins-build/plexus/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/plexus/plugin.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.properties 11 Mar 2003 17:32:04 -0000      1.3
  +++ plugin.properties 27 Mar 2003 12:16:48 -0000      1.4
  @@ -4,20 +4,3 @@
   # These are the properties that we believe are immutable so we
   # keep them apart from the project specific properties.
   # -------------------------------------------------------------------
  -
  -maven.plexus.pom = ${maven.repo.local}/plexus/poms/plexus-0.2.pom
  -
  -maven.plexus.runtimeDirectory = ${maven.build.dir}/runtime
  -maven.plexus.bin = ${maven.plexus.runtimeDirectory}/bin
  -maven.plexus.conf = ${maven.plexus.runtimeDirectory}/conf
  -maven.plexus.log = ${maven.plexus.runtimeDirectory}/log
  -maven.plexus.lib = ${maven.plexus.runtimeDirectory}/lib
  -maven.plexus.appLib = ${maven.plexus.runtimeDirectory}/app-lib
  -maven.plexus.components = ${maven.plexus.runtimeDirectory}/components
  -maven.plexus.work = ${maven.plexus.runtimeDirectory}/work
  -maven.plexus.jre = ${maven.plexus.runtimeDirectory}/jre
  -
  -maven.plexus.componentBuilds = ${basedir}/component-builds
  -maven.plexus.templatePath = ${plugin.dir}/plugin-resources/templates
  -maven.plexus.launcherConfigurationTemplate = classworlds.vm
  -maven.plexus.launcherConfiguration = classworlds.conf
  
  
  

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

Reply via email to