brett       2004/11/20 21:02:21

  Modified:    xdocs    changes.xml
  Log:
  cleaned up changes report, removed old versions
  
  Revision  Changes    Path
  1.29      +4 -58     maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/changes.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- changes.xml       11 Nov 2004 10:56:10 -0000      1.28
  +++ changes.xml       21 Nov 2004 05:02:21 -0000      1.29
  @@ -26,17 +26,16 @@
     <body>
   
       <release version="1.1-SNAPSHOT" date="in CVS HEAD">
  -      <action dev="brett" type="update" issue="MAVEN-1400"> <!-- TODO: check 
issues # -->
  +      <action dev="brett" type="update" issue="MAVEN-1399">
           Updated to more recent releases of Jelly, its tag libraries and JEXL.
         </action>
  -      <action dev="brett" type="update" issue="MAVEN-1038"> <!-- TODO: check 
issues # -->
  +      <action dev="brett" type="update" issue="MAVEN-1388">
           Replaced project classes with new generated model code.
         </action>
  -    </release>
  -
  -    <release version="1.0.1-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="update">Documentation rewrite</action>
         <action dev="dion" type="add" issue="MAVEN-1382">Add license report to 
web site</action>
       </release>
  +
       <release version="1.0.1" date="2004-11-10">
         <action dev="brett" type="fix">Ensure plugin:install correctly 
refreshes the cache when the plugin with the same version was previously 
installed</action>
         <action dev="brett" type="fix" issue="MAVEN-1471">Move dependency 
verification until the point where the project is in a consistent state, so 
that the reactor succeeds when ignoreFailures is true</action>
  @@ -87,59 +86,6 @@
         <action dev="brett" type="fix" issue="MAVEN-1290">Correct absolute 
paths with no drive designator on windows</action>
         <action dev="brett" type="fix" issue="MAVEN-1341">Amend bootstrap to 
create directories that might not exist</action>
         <action dev="brett" type="fix" issue="MAVEN-1344">If artifact is not a 
snapshot, don't continue checking for newer downloads once one is 
successful</action>
  -    </release>
  -    <release version="1.0-rc4" date="2004-06-28">
  -      <action dev="brett" type="update">Set maven.plugin.user.dir to 
${maven.home.local}/plugins by default, move maven.plugin.unpacked.dir to 
${maven.home.local}/cache.</action>
  -      <action dev="brett" type="update">Read local plugin jars from 
maven.plugin.user.dir instead of maven.plugin.unpacked.dir.</action>
  -      <action dev="brett" type="update">Use commons-httpclient for http 
downloads from the repository.</action>
  -      <action dev="brett" type="add" issue="MAVEN-1332" due-to="george 
wang">Support NTLM authentication on a remote repository.</action>
  -      <action dev="evenisse" type="fix" issue="MAVEN-1320" due-to="Miguel 
Griffa">Sort all installed plugins.</action>
  -      <action dev="brett" type="fix" issue="MAVEN-1273" due-to="Andreas 
Peschka">Fix HTTP BASIC authentication for remote repos.</action>
  -      <action dev="dion" type="fix" issue="MAVEN-1298">Repository element 
was broken for non-cvs connections</action>
  -    </release>
  -    <release version="1.0-rc3" date="2004-05-13">
  -      <action dev="brett" type="add" issue="MAVEN-1255">Introduce a 
backwards compatibility option
  -        <code>maven.property.inheritance</code>, which disables the 
functionality when set to false.
  -      </action>
  -      <action dev="brett" type="fix" issue="MAVEN-37">Parent project 
properties are now correctly loaded from extended project.xml files. This was 
implemented previously, but the properties were not being passed through to the 
final goal attainment context.</action>
  -      <action dev="brett" type="fix" issue="MAVEN-1275" due-to="Henning 
Schmiedehausen">Evaluate context variables before inserting them into the ant 
properties</action>
  -      <action dev="brett" type="fix" issue="MAVEN-1223" due-to="joseph 
benavidez">Have system entities with relative paths in maven.xml and plugin 
scripts resolve relative to the correct location.</action>
  -      <action dev="brett" type="fix" issue="MAVEN-1265">Setup dependency 
path for non-classpath dependencies</action>
  -      <action dev="brett" type="fix" issue="MAVEN-956">Fix install_repo.bat 
problems on Windows 98</action>
  -      <action dev="brett" type="update" issue="MAVEN-1129" due-to="John 
Casey">Add a Base64 implementation to replace the sun.* internal 
version.</action>
  -      <action dev="brett" type="update" issue="MAVEN-1129">Remove tools.jar 
from startup classpath so it will run on non-Sun JVMs such as Kaffe.</action>
  -      <action dev="brett" type="fix" issue="MAVEN-1219">Allow plugin 
installation and uninstallation from the plugin manager and the cache so that 
it can be done on the fly.</action>
  -      <action dev="brett" type="update">Move maven jelly tags to 
maven-jelly-tags subproject</action>
  -      <action dev="brett" type="update">Show extended information with 
--info: list of installed plugins (including versions), and 
~/build.properties</action>
  -      <action dev="brett" type="add">Show help on how to submit a bug report 
if Maven dies with an unexpected exception</action>
  -      <action dev="evenisse" type="fix" issue="MAVEN-1226">Snapshot is now 
downloaded only if the remote version is more recent than local 
version.</action>
  -      <action dev="brett" type="add">Add maven.remote.group to 
defaults.properties</action>
  -      <action dev="brett" type="add">Add sort attribute to reactor 
tag.</action>
  -      <action dev="brett" type="add" due-to="John Casey">Add collectOnly and 
collectionVar attributes to reactor tag.</action>
  -      <action dev="brett" type="add">Improve maven -g output, and add -u and 
-P switches for additional usage help.</action>
  -      <action dev="brett" type="fix" issue="MPAPPSERVER-6">Fix fatal 
exception running goals defined inside j:import'ed scripts.</action>
  -      <action dev="brett" type="fix">Correctly report certain types of fatal 
exceptions inside of silently ignoring them.</action>
  -      <action dev="brett" type="fix" issue="MAVEN-1227">use correct new 
lines in maven -g output</action>
  -      <action dev="brett" type="fix" due-to="Shinsuke SUGAYA" 
issue="MAVEN-1050">Apply patch to use system encoding for project so that xdoc 
transformation of POM works on non-ISO8859-1 systems.</action>
  -      <action dev="brett" type="fix" due-to="David Zeleznik" 
issue="MAVEN-558">Improve error handling of HttpUtils</action>
  -    </release>
  -    <release version="1.0RC2" date="2004-03-22">
  -      <action dev="brett" type="fix">More than I can remember. Redesigned 
plugin manager internals to fix the memory leak in the reactor.</action>
  -    </release>
  -    <release version="1.0RC1" date="2003-09-30">
  -      <action dev="dion" type="fix">Move maven.docs.* and maven.gen.docs to 
defaults.properties instead of xdoc plugin</action>
  -      <action dev="jvanzyl" type="add">Added the new POM marshaller and 
unmarshaller based on the xpp3 xmlpull parser. This eliminates betwixt and 
friends from the POM reading and writing. The POM is used so often and rarely 
changes so the optimizations that are possible with are worth the effort of 
creating the xpp3 tools. This also allows fine grained control over the 
marshalling and unmarshalling processes. Betwixt doesn't handle Maps very well 
and we had to resort to some Digester chicanery to get properties to work 
correctly. Also using xpp3 allows us to eliminate a big set of dependencies 
including Xerces as xpp3 comes with a SAX Driver so we can also elimate pretty 
much all JAXP and XML parser nonsense.</action>
  -      <action dev="vmassol" type="fix">Fixed dependency for ejb so that ejbs 
file have a jar extension. Fixes bug
  -        <a 
href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-196";>MAVEN-196</a>.
  -      </action>
  -      <action dev="vmassol" type="add">Added support for filtering resources 
both for runtime and test resources. To use it, define a
  -        <code>&lt;filtering&gt;true&lt;/filtering&gt;</code>tag inside any
  -        <code>&lt;resource/&gt;</code>tag and add Ant filters by defining a 
pregoal on
  -        <code>java:jar-resources</code>or
  -        <code>test:test-resources</code>in your project's
  -        <code>maven.xml</code>.
  -      </action>
  -      <action dev="vmassol" type="add">Lots of additions, bug fixes and 
updates but we were not counting at that time!</action>
       </release>
     </body>
   </document>
  
  
  

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

Reply via email to