mcconnell    2003/11/03 20:05:06

  Modified:    merlin/kernel/bootstrap maven.xml
               merlin   maven.xml
               merlin/platform/tutorials/hello project.xml
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.2       +0 -2      avalon/merlin/kernel/bootstrap/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/kernel/bootstrap/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml 24 Sep 2003 09:32:51 -0000      1.1
  +++ maven.xml 4 Nov 2003 04:05:06 -0000       1.2
  @@ -6,8 +6,6 @@
   
     <preGoal name="jar:jar">
       <maven:snapshot project="${pom}"/>
  -    <j:set var="timestamp" 
value="${snapshotSignature.substring(pom.artifactId.length)}"/>
  -    <ant:property name="merlin.timestamp" value="${timestamp}"/>
   <ant:echo file="${basedir}/snapshot.properties">
   build.signature = ${snapshotSignature}
   </ant:echo>
  
  
  
  1.7       +1 -0      avalon/merlin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- maven.xml 4 Nov 2003 01:15:43 -0000       1.6
  +++ maven.xml 4 Nov 2003 04:05:06 -0000       1.7
  @@ -392,6 +392,7 @@
   
     <preGoal name="java:compile">
       <ant:echo message="Build: ${snapshotSignature}"/>
  +
       <ant:echo file="${maven.build.dir}/classes/${pom.artifactId}.build">
   #
   # Artifact build descriptor.
  
  
  
  1.5       +2 -2      avalon/merlin/platform/tutorials/hello/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/tutorials/hello/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       17 Oct 2003 03:26:29 -0000      1.4
  +++ project.xml       4 Nov 2003 04:05:06 -0000       1.5
  @@ -3,8 +3,8 @@
   <project>
   
     <extend>${basedir}/../project.xml</extend>
  -  <groupId>merlin-tutorial</groupId>
  -  <id>merlin-hello-tutorial</id>
  +  <groupId>merlin/tutorial</groupId>
  +  <id>hello</id>
     <name>Merlin Hello Tutorials</name>
     <package>tutorial</package>
     <currentVersion>1.0</currentVersion>
  
  
  

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

Reply via email to