User: user57  
  Date: 02/02/27 22:47:42

  Modified:    tasks/src/resources/org/jboss/tools/buildmagic common.xml
  Log:
   o Added ModuleLibrary, a minor hack of Library to reuse Library+
     LibrarySet functionality for module classpath config
   o Added ModuleInit
  
  Revision  Changes    Path
  1.2       +2 -1      
buildmagic/tasks/src/resources/org/jboss/tools/buildmagic/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/buildmagic/tasks/src/resources/org/jboss/tools/buildmagic/common.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- common.xml        28 Feb 2002 03:17:52 -0000      1.1
  +++ common.xml        28 Feb 2002 06:47:42 -0000      1.2
  @@ -1,4 +1,4 @@
  -<!-- $Id: common.xml,v 1.1 2002/02/28 03:17:52 user57 Exp $ -->
  +<!-- $Id: common.xml,v 1.2 2002/02/28 06:47:42 user57 Exp $ -->
   
   <!-- ================================================================== -->
   <!-- Initialization                                                     -->
  @@ -55,6 +55,7 @@
     <!-- Setup the build timestamp & build identifer properties -->
     <tstamp>
       <format property="build.number" pattern="yyyyMMddHHmm"/>
  +    <format property="YEAR" pattern="yyyy"/>
     </tstamp>
     <property name="build.id" value="${build.number}"/>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to