- update changes
- order descending (?)

git-svn-id: https://svn.apache.org/repos/asf/turbine/maven/archetypes@1770331 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/trunk/turbine-webapp-4.0/src/changes/changes.xml b/trunk/turbine-webapp-4.0/src/changes/changes.xml
index 791f6f5..c231563 100644
--- a/trunk/turbine-webapp-4.0/src/changes/changes.xml
+++ b/trunk/turbine-webapp-4.0/src/changes/changes.xml
@@ -25,6 +25,9 @@
 
   <body>
    <release version="1.0.1" date="in Subversion">
+       <action dev="gk" type="add">
+       Password change action, Check anonymous login
+      </action>
       <action dev="gk" type="update">
        JNDI Jetty Update
       </action>
@@ -37,8 +40,11 @@
        <action dev="gk" type="update">
        Fulcrum Torque Security added manager, om classes
       </action>
+      <action dev="painter" type="add">
+       Added readme, docs, helper sql..
+      </action>
        <action dev="painter" type="update">
-       MySQL is now default, added readme, docs, helper sql..
+       MySQL is now default
       </action>
       <action dev="gk" type="update">
        Update schema to torque / intake 4.0, dependencies, configurations
diff --git a/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/docs/README.txt b/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/docs/README.txt
index d45193a..df36bc9 100644
--- a/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/docs/README.txt
+++ b/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/docs/README.txt
@@ -52,8 +52,7 @@
 Notes
 
 When invoking archetype:generate, you can already set mvn commands and you can then skip them later.
-Be aware, when you set both mvn commands goals (-Dgoals=generate-sources, sql:execute), you have to create the database 
-before invoking the archetype command.
+Be aware, when you set both mvn commands goals (-Dgoals=generate-sources, sql:execute), you have to create the database before invoking the archetype command.
 
 Note that the database URL (turbine_database_url) 
 will be appended with your database name
diff --git a/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml b/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml
index 7db45ea..6fc5bf2 100644
--- a/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml
+++ b/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml
@@ -155,7 +155,7 @@
           <password>${turbine_database_password}</password>
           <onError>continue</onError>
           <autocommit>true</autocommit>
-          <orderFile>ascending</orderFile>
+          <orderFile>descending</orderFile>
           <!-- this is mysql specific -->
           <fileset>
               <basedir>${project.build.directory}/generated-sql/torque/mysql</basedir>