Accepting request 646345 from Java:packages
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/646345 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ecj?expand=0&rev=24
This commit is contained in:
commit
0ac67619dd
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 29 09:01:25 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add two more maven artifact aliases:
|
||||
* org.eclipse.jdt.core.compiler:ecj
|
||||
* org.eclipse.jdt:ecj
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 23:02:42 UTC 2017 - fstrba@suse.com
|
||||
|
||||
@ -6,7 +13,7 @@ Mon Sep 18 23:02:42 UTC 2017 - fstrba@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 12:04:39 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Fix build with javapacakges-tools
|
||||
- Fix build with javapackages-tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 10:06:40 UTC 2015 - tchvatal@suse.com
|
||||
|
6
ecj.spec
6
ecj.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ecj
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -120,7 +120,7 @@ install -d -m 755 %{buildroot}%{_mavenpomdir}
|
||||
install -pm 644 pom.xml \
|
||||
%{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
||||
|
||||
%add_maven_depmap -a "org.eclipse.tycho:org.eclipse.jdt.core,org.eclipse.jdt:core,org.eclipse.jdt:org.eclipse.jdt.core" JPP-%{name}.pom %{name}.jar
|
||||
%add_maven_depmap -a "org.eclipse.tycho:org.eclipse.jdt.core,org.eclipse.jdt:core,org.eclipse.jdt:org.eclipse.jdt.core,org.eclipse.jdt.core.compiler:ecj,org.eclipse.jdt:ecj" JPP-%{name}.pom %{name}.jar
|
||||
|
||||
%files -f .mfiles
|
||||
%doc about.html
|
||||
|
Loading…
Reference in New Issue
Block a user