~ubuntu-branches/debian/squeeze/libcommons-collections-java/squeeze

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: Bazaar Package Importer
  • Author(s): Debian Java Maintainers, Onkar Shinde, Emmanuel Bourg
  • Date: 2009-11-18 23:40:58 UTC
  • Revision ID: james.westby@ubuntu.com-20091118234058-7xj333j1reg89996
Tags: 2.1.1-9
[ Onkar Shinde ]
* default-jdk/jre conversion.
* Change standards version to 3.8.3.
* Fix some lintian warnings.

[ Emmanuel Bourg ]
* Update of the URLs
* Rename Jakarta Commons to Apache Commons

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
   <!-- ######################################################### -->
25
25
 
26
26
   <target name="init">
27
 
<!--      <tstamp/>-->
28
27
 
 
28
      <tstamp/>
29
29
 
30
30
      <!-- read properties from the build.properties, if any -->
31
31
      <property name="component-propfile" value="${basedir}/build.properties"/>
206
206
             classpath="${classpath}"
207
207
             debug="false"
208
208
             deprecation="true"
209
 
             source="1.3"
210
209
             optimize="true"/>
211
210
   </target>
212
211
 
217
216
             classpath="${classpath}"
218
217
             debug="false"
219
218
             deprecation="true"
220
 
             source="1.3"
221
219
             optimize="true"/>
222
220
   </target>
223
221