[jboss-cvs] repository.jboss.com/odmg/3.0-brew/src ...

Vivek Lakshmanan vivekl at redhat.com
Fri Feb 23 01:10:04 EST 2007


  User: vivekl  
  Date: 07/02/23 01:10:04

  Added:       odmg/3.0-brew/src   odmg-build_xml.patch odmg-src.tar.gz
  Log:
  - Address the following JIRA tasks:
    JBAS-3994
    JBAS-4132
    JBAS-4137
    JBAS-4138
    JBAS-4139
    JBAS-4141
  - Add brew-built binaries for thirdparty dependencies for AS 4.2
  
  Revision  Changes    Path
  1.1      date: 2007/02/23 06:10:04;  author: vivekl;  state: Exp;repository.jboss.com/odmg/3.0-brew/src/odmg-build_xml.patch
  
  Index: odmg-build_xml.patch
  ===================================================================
  *** build.xml.orig	Mon Mar 29 18:27:10 2004
  --- build.xml	Mon Mar 29 18:28:04 2004
  ***************
  *** 22,28 ****
      <!-- =================================================================== -->
      <!-- Global properties for the build process                             -->
      <!-- =================================================================== -->
  !   <property file="../../build.properties" />
      <property name="module.name" value="${name}ODMG"/>
      <property name="module.version" value="0.1"/>
    
  --- 22,28 ----
      <!-- =================================================================== -->
      <!-- Global properties for the build process                             -->
      <!-- =================================================================== -->
  !   <property file="build.properties" />
      <property name="module.name" value="${name}ODMG"/>
      <property name="module.version" value="0.1"/>
    
  ***************
  *** 30,36 ****
      <property name="opp.compiler" value="javac"/>
      <property name="opp.options" value="-KS"/>
    
  !   <property name="server.home" value="../../server" />
      <property name="server.classes" value="${server.home}/build/classes" />
      <property name="debug" value="on"/>
      <property name="optimize" value="on"/>
  --- 30,36 ----
      <property name="opp.compiler" value="javac"/>
      <property name="opp.options" value="-KS"/>
    
  !   <property name="server.home" value="server" />
      <property name="server.classes" value="${server.home}/build/classes" />
      <property name="debug" value="on"/>
      <property name="optimize" value="on"/>
  
  
  
  1.1      date: 2007/02/23 06:10:04;  author: vivekl;  state: Exp;repository.jboss.com/odmg/3.0-brew/src/odmg-src.tar.gz
  
  	<<Binary file>>
  
  



More information about the jboss-cvs-commits mailing list