Accepting request 456431 from Java:packages
1 OBS-URL: https://build.opensuse.org/request/show/456431 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhino?expand=0&rev=28
This commit is contained in:
commit
b31fbaf378
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 10 16:18:53 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Revert back to using gcj: it is going to stay around for a while
|
||||||
|
longer and it helps avoiding bootstrap cycles.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 5 16:23:24 UTC 2017 - tchvatal@suse.com
|
Thu Jan 5 16:23:24 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ Patch100: rhino-1.7-gcj.patch
|
|||||||
|
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: bea-stax-api
|
BuildRequires: bea-stax-api
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-1_5_0-gcj-compat-devel
|
||||||
BuildRequires: javapackages-tools
|
BuildRequires: javapackages-tools
|
||||||
BuildRequires: jline
|
BuildRequires: jline
|
||||||
#BuildRequires: xerces-j2-bootstrap
|
#BuildRequires: xerces-j2-bootstrap
|
||||||
@ -118,7 +118,7 @@ export OPT_JAR_LIST=:
|
|||||||
|
|
||||||
pushd examples
|
pushd examples
|
||||||
export CLASSPATH=../build/%{name}%{cvs_version}/js.jar:$(build-classpath xmlbeans/xbean 2>/dev/null)
|
export CLASSPATH=../build/%{name}%{cvs_version}/js.jar:$(build-classpath xmlbeans/xbean 2>/dev/null)
|
||||||
javac *.java
|
javac -C *.java
|
||||||
jar cvf ../build/%{name}%{cvs_version}/%{name}-examples.jar *.class
|
jar cvf ../build/%{name}%{cvs_version}/%{name}-examples.jar *.class
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user