[jboss-cvs] repository.jboss.com/joesnmp/0.3.4-brew/src ...

Vivek Lakshmanan vivekl at redhat.com
Fri Feb 23 01:09:17 EST 2007


  User: vivekl  
  Date: 07/02/23 01:09:17

  Added:       joesnmp/0.3.4-brew/src   joesnmp-0.3.3-build_xml.patch
                        joesnmp-0.3.4.zip
  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:09:16;  author: vivekl;  state: Exp;repository.jboss.com/joesnmp/0.3.4-brew/src/joesnmp-0.3.3-build_xml.patch
  
  Index: joesnmp-0.3.3-build_xml.patch
  ===================================================================
  --- build.xml.sav	2004-10-07 16:57:00.000000000 +0200
  +++ build.xml	2004-11-14 12:43:01.000000000 +0100
  @@ -85,6 +85,28 @@
       </antcall>
   </target>
   
  +<target name="javadoc-joesnmp"
  +    description="--> javadoc joesnmp">
  +  <javadoc sourcepath="src/joesnmp"
  +           destdir="output/apidocs"
  +           classpathref="joesnmp.classpath"
  +           packagenames="org.opennms.protocols.*"
  +           author="true"
  +           version="true"
  +           use="true"
  +           private="true"
  +           windowtitle="JoeSNMP API"
  +           doctitle="JoeSNMP API 0.3.3"
  +           header="JoeSNMP API 0.3.3"
  +           footer="JoeSNMP API 0.3.3"
  +           bottom="Generated by ${user.name} on ${TODAY} ${TSTAMP}."
  +           splitindex="true"
  +           failonerror="true"
  +           maxmemory="128m"
  +   >
  +  </javadoc>
  +</target>
  +
   <target name="jar-joesnmp"
       description="--> jar joesnmp">
       <mkdir dir="${output.lib}"/>
  @@ -109,7 +131,7 @@
       </delete>
   </target>
   
  -<target name="build-joesnmp" depends="compile-joesnmp,jar-joesnmp"
  +<target name="build-joesnmp" depends="compile-joesnmp,jar-joesnmp,javadoc-joesnmp"
       description="--> compile and jar joesnmp"/>
   
   <!-- ============================================================ -->
  
  
  
  1.1      date: 2007/02/23 06:09:16;  author: vivekl;  state: Exp;repository.jboss.com/joesnmp/0.3.4-brew/src/joesnmp-0.3.4.zip
  
  	<<Binary file>>
  
  



More information about the jboss-cvs-commits mailing list