brett 2004/05/11 02:46:23
Modified: xdocs Tag: MAVEN-1_0-BRANCH changes.xml
Log:
changes
Revision Changes Path
No revision
No revision
1.14.4.18 +4 -5 maven/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/xdocs/changes.xml,v
retrieving revision 1.14.4.17
retrieving revision 1.14.4.18
diff -u -r1.14.4.17 -r1.14.4.18
--- changes.xml 8 May 2004 00:27:18 -0000 1.14.4.17
+++ changes.xml 11 May 2004 09:46:23 -0000 1.14.4.18
@@ -25,19 +25,18 @@
</properties>
<body>
<release version="1.0RC3" date="in CVS">
- <action dev="brett" type="fix" issue="MAVEN-956">Fix install_repo.bat
problems on Windows 98</action>
<action dev="brett" type="add" issue="MAVEN-1255">Introduce a backwards
compatibility option <code>maven.property.inheritence</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="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="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>
-<!-- Implemented, but needs more testing - not in CVS yet
- <action dev="brett" type="fix" issue="MAVEN-1080">Use temporary file while
downloading from repository so local repository artifacts never get corrupted.</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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]