1. 08 6月, 2011 38 次提交
  2. 07 6月, 2011 2 次提交
    • N
      Merge remote branch 'origin/master' into momo · dbe586ce
      Nigel Magnay 提交于
      * origin/master: (28 commits)
        Need to run install during prepare, or else the release:perform fails miserably.
        Enabled more convenient access to the XSTREAM field
        added a method to help plugins rename classes and still keep backward compatibility
        Rely on released versions
        Test files accidentally crept in.
        modified to use the type-safe tag lib interface.
        Hooking the taglib interface generation.
        [JENKINS-9326] add integration tests with eclipse tycho relocation
        experimenting with the taglib interface generator
        fixed NPE
        Converted a few more pages into Groovy to test the behaviour. Allow global.jelly to be written in Groovy.
        Jenkins
        auto-completes instance and descriptor
        Support global.groovy as well as config.groovy
        A few more Jelly files switched to Groovy as a test
        Looks like a dead code.
        added DSLD for Eclipse
        1.166 shipped
        not specifying the file extension so that different pieces can be implemented by different view technologies
        replaced i18n by '_' since it shows up a lot.
        ...
      
      Conflicts:
      	core/src/main/java/hudson/model/Hudson.java
      dbe586ce
    • N
      Some of the configuration variables use Jenkins/Hudson.class to get · 79eb909b
      Nigel Magnay 提交于
      the root name of a system property. Obviously changing the root class
      name breaks this. So introduce a simple Configuration class that is
      used to first try Jenkins variables, then back off to Hudson variables
      if not found.
      Signed-off-by: NNigel Magnay <nigel.magnay@gmail.com>
      79eb909b