~ubuntu-branches/debian/sid/swt-gtk/sid

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Perez
  • Date: 2009-12-07 10:22:24 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207102224-70w2tax575mcks1w
Tags: 3.5.1-1
* New upstream release. Closes: #558663.
* debian/control: 
  - Add Vcs-* fields for Git repository.
  - Allow DM-Uploads.
  - Remove "Conflicts", package should live with eclipse.
* debian/rules: Fix default-java path around AWT_LIB_PATH.
* debian/copyright: Minor update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
 
b'<!--'
 
3
    Copyright (c) 2009 IBM Corporation and others.
 
4
    All rights reserved. This program and the accompanying materials
 
5
    are made available under the terms of the Eclipse Public License v1.0
 
6
    which accompanies this distribution, and is available at
 
7
    http://www.eclipse.org/legal/epl-v10.html
 
8
   
 
9
    Contributors:
 
10
        IBM Corporation - initial API and implementation
 
11
 -->
2
12
 
3
13
<project default="build_gtk_lib" basedir="../../..">
4
14