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
db68201b
Kaydet (Commit)
db68201b
authored
Şub 12, 2003
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Modified to build new EventHandler java script
üst
fdd8b1b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
build.xml
scripting/workben/build.xml
+22
-2
No files found.
scripting/workben/build.xml
Dosyayı görüntüle @
db68201b
...
...
@@ -3,9 +3,9 @@
#
# $RCSfile: build.xml,v $
#
# $Revision: 1.1
3
$
# $Revision: 1.1
4
$
#
# last change: $Author:
toconnor $ $Date: 2003-02-06 18:19:51
$
# last change: $Author:
npower $ $Date: 2003-02-12 09:50:28
$
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -146,6 +146,26 @@
<copy
file=
"${prj}/examples/java/MemoryUsageParcel.xml"
tofile=
"${out}/class/examples/java/MemoryUsage/parcel-descriptor.xml"
/>
<copy
file=
"${prj}/examples/java/MemoryUsage.java"
todir=
"${out}/class/examples/java/MemoryUsage/"
/>
<copy
file=
"${prj}/examples/java/ExampleSpreadSheet.sxc"
todir=
"${out}/class/examples/java/MemoryUsage/"
/>
<mkdir
dir=
"${out}/class/examples/java/EventHelper"
/>
<javac
srcdir=
"${prj}/examples/java/"
destdir=
"${out}/class/examples/java/EventHelper/"
includes=
"**/EventHelper.java"
classpathref=
"idlclasspath"
debug=
"${debug}"
optimize=
"${optimize}"
deprecation=
"on"
/>
<copy
todir=
"${out}/class/examples/java/EventHelper/"
>
<fileset
dir=
"${prj}/examples/java/"
>
<include
name=
"**/EventHelper.java"
/>
</fileset>
</copy>
<copy
file=
"${prj}/examples/java/EventHelperParcel.xml"
tofile=
"${out}/class/examples/java/EventHelper/parcel-descriptor.xml"
/>
<jar
jarfile=
"${out}/class/examples/java/EventHelper/EventHelper.jar"
basedir=
"${out}/class/examples/java/EventHelper"
includes=
"**/*.java,**/*.class,**/*.xml"
excludes=
"${out}/class/examples/java/EventHelper/EventHelper.jar"
>
<manifest>
<attribute
name=
"Built-By"
value=
"Sun Microsystems"
/>
<attribute
name=
"ScriptFramework-Version"
value=
"${sfversion}"
/>
</manifest>
</jar>
<mkdir
dir=
"${out}/class/examples/beanshell"
/>
<copy
todir=
"${out}/class/examples/beanshell"
>
<fileset
dir=
"${prj}/examples/beanshell"
includes=
"**"
/>
...
...
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