I hereby claim:
- I am guw on github.
- I am guw (https://keybase.io/guw) on keybase.
- I have a public key whose fingerprint is 17B1 80F7 2FE4 13CA 7200 E536 A661 ED02 4142 F070
To claim this, I am signing this object:
/** | |
* Copyright (c) 2012 Gunnar Wagenknecht and others. | |
* All rights reserved. | |
* | |
* This program and the accompanying materials are made available under the terms of the | |
* Eclipse Public License v1.0 which accompanies this distribution, and is available at | |
* http://www.eclipse.org/legal/epl-v10.html | |
* | |
* Contributors: | |
* Gunnar Wagenknecht - initial API and implementation |
<?xml version="1.0"?> | |
<project name="fetch-cglib" basedir="." default="repackage-new-source"> | |
<target name="clean"> | |
<delete dir="build/repackage" /> | |
</target> | |
<target name="init"> | |
<mkdir dir="build/repackage" /> | |
</target> |
I hereby claim:
To claim this, I am signing this object:
# use containers in Travis (instead of VMs) | |
sudo: false | |
# install Heroku CLI | |
# (based on https://github.com/travis-ci/apt-package-whitelist/issues/375) | |
addons: | |
apt: | |
sources: | |
- heroku | |
packages: |
Developer Certificate of Origin | |
Version 1.1 | |
Copyright (C) 2004, 2006 The Linux Foundation and its contributors. | |
1 Letterman Drive | |
Suite D4700 | |
San Francisco, CA, 94129 | |
Everyone is permitted to copy and distribute verbatim copies of this | |
license document, but changing it is not allowed. |
The webkitgtk library is used by Eclipse's SWT GTK port for showing formatted content such as in Content Assist. We have been experiencing frequent lock ups of Eclipse when using Content Assist on Ubuntu. It turns out the issue is with customization of the library on Ubuntu.
The following is a set of notes how I re-built the package and uploaded it to my PPA.