[jboss-cvs] JBossCache ...

Ben Wang bwang at jboss.com
Tue Nov 14 04:08:15 EST 2006


  User: bwang   
  Date: 06/11/14 04:08:15

  Modified:    JBossCache  build.xml
  Log:
  upd
  
  Revision  Changes    Path
  1.148     +3 -3      JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.147
  retrieving revision 1.148
  diff -u -b -r1.147 -r1.148
  --- build.xml	8 Nov 2006 04:40:09 -0000	1.147
  +++ build.xml	14 Nov 2006 09:08:14 -0000	1.148
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.147 2006/11/08 04:40:09 bwang Exp $ -->
  +<!-- $Id: build.xml,v 1.148 2006/11/14 09:08:14 bwang Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -373,8 +373,8 @@
         <manifest file="${manifest.file}">
            <attribute name="Built-By" value="${user.name}"/>
            <attribute name="Created-On" value="${TODAY}"/>
  -         <attribute name="Main-Class" value="org.jboss.cache.Version"/>
  -         <attribute name="Specification-Title" value="JBossCache-Pojo"/>
  +         <!--attribute name="Main-Class" value="org.jboss.cache.pojo.Version"/-->
  +         <attribute name="Specification-Title" value="JBossCache-pojo"/>
            <attribute name="Specification-Version" value="${module.version}"/>
            <attribute name="Specification-Vendor" value="JBoss Inc."/>
            <attribute name="Implementation-Title" value="${module.name}"/>
  
  
  



More information about the jboss-cvs-commits mailing list