Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
88c30d32
Kaydet (Commit)
88c30d32
authored
Ock 11, 2015
tarafından
Pedro Giffuni
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Temporarily revert the Beanshell update.
It requires more work.
üst
bc98d145
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
9 deletions
+24
-9
LICENSE_category_b
LICENSE_category_b
+0
-0
bsh-2.0b1-src.patch
beanshell/bsh-2.0b1-src.patch
+13
-0
makefile.mk
beanshell/makefile.mk
+3
-3
d.lst
beanshell/prj/d.lst
+1
-1
external_deps.lst
external_deps.lst
+7
-5
No files found.
LICENSE_category_b
Dosyayı görüntüle @
88c30d32
This diff is collapsed.
Click to expand it.
beanshell/bsh-2.0b
5
-src.patch
→
beanshell/bsh-2.0b
1
-src.patch
Dosyayı görüntüle @
88c30d32
...
...
@@ -62,3 +62,16 @@
+
+ALLTAR : ANTBUILD
+
--- misc/BeanShell/src/bsh/ClassGeneratorUtil.java Fri Dec 19 17:14:28 2003
+++ misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java Fri Mar 28 15:55:05 2008
@@ -34,7 +34,9 @@
package bsh;
import bsh.org.objectweb.asm.*;
-import java.lang.reflect.*;
+import java.lang.reflect.Constructor;
+import java.lang.reflect.InvocationTargetException;
+import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.List;
beanshell/makefile.mk
Dosyayı görüntüle @
88c30d32
...
...
@@ -44,10 +44,10 @@ all:
# --- Files --------------------------------------------------------
TARFILE_NAME
=
bsh-2.0b
5
-src
TARFILE_MD5
=
e
c1941a74d3ef513c4ce57a9092b74e1
TARFILE_NAME
=
bsh-2.0b
1
-src
TARFILE_MD5
=
e
a570af93c284aa9e5621cd563f54f4d
TARFILE_ROOTDIR
=
BeanShell
PATCH_FILES
=
bsh-2.0b
5
-src.patch
PATCH_FILES
=
bsh-2.0b
1
-src.patch
ADDITIONAL_FILES
=
makefile.mk
...
...
beanshell/prj/d.lst
Dosyayı görüntüle @
88c30d32
..\%__SRC%\misc\build\BeanShell\dist\bsh-2.0b
5
.jar %_DEST%\bin%_EXT%\bsh.jar
..\%__SRC%\misc\build\BeanShell\dist\bsh-2.0b
1
.jar %_DEST%\bin%_EXT%\bsh.jar
external_deps.lst
Dosyayı görüntüle @
88c30d32
...
...
@@ -252,11 +252,6 @@ if (RAT_JAR_HOME==BUILD)
URL1 = http://archive.apache.org/dist/creadur/apache-rat-0.10/$(name)
URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
if (SOLAR_JAVA==TRUE && SYSTEM_BSH!=YES)
MD5 = ec1941a74d3ef513c4ce57a9092b74e1
name = bsh-2.0b5-src.zip
URL1 = http://svn.codespot.com/a/apache-extras.org/beanshell/src_releases/$(name)
###############################################################################
# Libraries with category B license
#
...
...
@@ -328,3 +323,10 @@ if (ENABLE_CATEGORY_B==YES && SYSTEM_GRAPHITE!=YES && ENABLE_GRAPHITE==TRUE)
name = silgraphite-2.3.1.tar.gz
URL1 = http://sourceforge.net/projects/silgraphite/files/silgraphite/2.3.1/silgraphite-2.3.1.tar.gz/download
URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
if (ENABLE_CATEGORY_B==YES && SOLAR_JAVA==TRUE && SYSTEM_BSH!=YES)
MD5 = ea570af93c284aa9e5621cd563f54f4d
name = bsh-2.0b1-src.tar.gz
# This used to be the original host, but the link is broken.
# URL1 = http://www.beanshell.org/bsh-2.0b1-src.zip
URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment