Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Port to Eclipse 4
· b979071e
Jochen Sprickerhof
authored
Oct 18, 2018
b979071e
Bump policy version (no changes)
· d0960eb0
Jochen Sprickerhof
authored
Oct 24, 2018
d0960eb0
Update changelog for 0.10.0-3 release
· 01ad3933
Jochen Sprickerhof
authored
Oct 24, 2018
01ad3933
Show whitespace changes
Inline
Side-by-side
debian/build.xml
View file @
01ad3933
...
...
@@ -44,8 +44,8 @@
<src
path=
"org.swtchart.ext/src"
/>
<classpath>
<pathelement
location=
"/usr/share/java/swt4.jar"
/>
<pathelement
location=
"/usr/share/java/
org.
eclipse
.
jface.jar"
/>
<pathelement
location=
"/usr/share/java/
org.
eclipse
.
core
.
commands
_3.6.1.dist
.jar"
/>
<pathelement
location=
"/usr/share/java/eclipse
-
jface.jar"
/>
<pathelement
location=
"/usr/share/java/eclipse
-
core
-
commands.jar"
/>
<pathelement
location=
"swtchart.jar"
/>
<pathelement
location=
"org.swtchart.ext/bin"
/>
</classpath>
...
...
debian/changelog
View file @
01ad3933
swtchart (0.10.0-3) unstable; urgency=medium
* Team upload.
* Port to Eclipse 4
* Bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 24 Oct 2018 22:40:51 +0200
swtchart (0.10.0-2) unstable; urgency=medium
* Add R³
...
...
debian/control
View file @
01ad3933
...
...
@@ -8,8 +8,9 @@ Build-Depends: debhelper (>= 11),
default-jdk,
ant,
libswt-gtk-4-java,
eclipse-rcp
Standards-Version: 4.2.0
libeclipse-jface-java,
libeclipse-core-commands-java,
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/swtchart.git
Vcs-Browser: https://salsa.debian.org/java-team/swtchart
Rules-Requires-Root: no
...
...