components/sblim/patches/build.xml.patch
author Krishnan Chandrashekar <Krishnan.Chandrashekar@oracle.COM>
Tue, 06 Mar 2012 23:55:24 -0800
changeset 722 db6c773d591a
parent 415 ba846759b41a
permissions -rw-r--r--
7143416 setting config/append_agent_option to true prevents dhcrelay from starting 7116019 isc-dhcp smf service error for ipv6 relay service 7143373 Remove ISC message from dhcp software.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
415
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
*** cim-client/build.xml.orig	Wed Jul 13 13:42:20 2011
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
--- cim-client/build.xml	Wed Jul 13 13:43:08 2011
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
***************
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
*** 164,169 ****
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
--- 164,170 ----
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
                  dir="${basedir}"
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
                  includes="**/*.java"
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
              	excludes="org/sblim/wbem/cimclient/sample/**/*.java, org/sblim/slp/example/*.java"/>
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
+             <arg value="-notimestamp" />
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
          </javadoc>
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
      </target>
ba846759b41a 7066717 Move sblim to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12