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
10e0f055
Kaydet (Commit)
10e0f055
authored
Eyl 23, 2009
tarafından
Ivo Hinkelmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i10000# line ends converted
üst
dc16cca7
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
109 additions
and
109 deletions
+109
-109
flow-engine.patch
jfreereport/patches/flow-engine.patch
+10
-10
flute.patch
jfreereport/patches/flute.patch
+19
-19
libbase.patch
jfreereport/patches/libbase.patch
+19
-19
libfonts.patch
jfreereport/patches/libfonts.patch
+10
-10
liblayout.patch
jfreereport/patches/liblayout.patch
+10
-10
libloader.patch
jfreereport/patches/libloader.patch
+11
-11
librepository.patch
jfreereport/patches/librepository.patch
+10
-10
libserializer.patch
jfreereport/patches/libserializer.patch
+10
-10
libxml.patch
jfreereport/patches/libxml.patch
+10
-10
No files found.
jfreereport/patches/flow-engine.patch
Dosyayı görüntüle @
10e0f055
--- misc/core/build.xml (Revision 6728)
+++ misc/build/core/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
--- misc/core/build.xml (Revision 6728)
+++ misc/build/core/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
jfreereport/patches/flute.patch
Dosyayı görüntüle @
10e0f055
--- misc/flute/build.xml (Revision 6820)
+++ misc/build/flute/build.xml (Arbeitskopie)
@@ -9,6 +9,7 @@
<property name="build.doc" value="${build}/api"/>
<property name="build.lib" value="${build}/lib"/>
<property name="packagenames" value="org.w3c.flute.*"/>
+ <property name="lib" value="lib"/>
<!-- Targets -->
<!-- Prepare build directories -->
@@ -21,7 +22,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
--- misc/flute/build.xml (Revision 6820)
+++ misc/build/flute/build.xml (Arbeitskopie)
@@ -9,6 +9,7 @@
<property name="build.doc" value="${build}/api"/>
<property name="build.lib" value="${build}/lib"/>
<property name="packagenames" value="org.w3c.flute.*"/>
+ <property name="lib" value="lib"/>
<!-- Targets -->
<!-- Prepare build directories -->
@@ -21,7 +22,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
jfreereport/patches/libbase.patch
Dosyayı görüntüle @
10e0f055
--- misc/libbase/build.xml (Revision 6728)
+++ misc/build/libbase/build.xml (Arbeitskopie)
@@ -6,6 +6,7 @@
<property name="build.classes" value="${build}/classes"/>
<property name="build.doc" value="${build}/api"/>
<property name="build.lib" value="${build}/lib"/>
+ <property name="lib" value="lib"/>
<!-- Targets -->
<!-- Prepare build directories -->
@@ -18,7 +19,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
--- misc/libbase/build.xml (Revision 6728)
+++ misc/build/libbase/build.xml (Arbeitskopie)
@@ -6,6 +6,7 @@
<property name="build.classes" value="${build}/classes"/>
<property name="build.doc" value="${build}/api"/>
<property name="build.lib" value="${build}/lib"/>
+ <property name="lib" value="lib"/>
<!-- Targets -->
<!-- Prepare build directories -->
@@ -18,7 +19,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
jfreereport/patches/libfonts.patch
Dosyayı görüntüle @
10e0f055
--- misc/libfonts/build.xml (Revision 6728)
+++ misc/build/libfonts/build.xml (Arbeitskopie)
@@ -23,6 +23,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
--- misc/libfonts/build.xml (Revision 6728)
+++ misc/build/libfonts/build.xml (Arbeitskopie)
@@ -23,6 +23,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
jfreereport/patches/liblayout.patch
Dosyayı görüntüle @
10e0f055
--- misc/liblayout/build.xml (Revision 6728)
+++ misc/build/liblayout/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
--- misc/liblayout/build.xml (Revision 6728)
+++ misc/build/liblayout/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
jfreereport/patches/libloader.patch
Dosyayı görüntüle @
10e0f055
--- misc/libloader/build.xml 2009-02-12 18:01:56.000000000 +0100
+++ misc/build/libloader/build.xml 2009-02-13 09:57:21.856601684 +0100
@@ -23,7 +23,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
--- misc/libloader/build.xml 2009-02-12 18:01:56.000000000 +0100
+++ misc/build/libloader/build.xml 2009-02-13 09:57:21.856601684 +0100
@@ -23,7 +23,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
jfreereport/patches/librepository.patch
Dosyayı görüntüle @
10e0f055
--- misc/librepository/build.xml (Revision 6728)
+++ misc/build/librepository/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
--- misc/librepository/build.xml (Revision 6728)
+++ misc/build/librepository/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
jfreereport/patches/libserializer.patch
Dosyayı görüntüle @
10e0f055
--- misc/libserializer/build.xml (Revision 6728)
+++ misc/build/libserializer/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
--- misc/libserializer/build.xml (Revision 6728)
+++ misc/build/libserializer/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
jfreereport/patches/libxml.patch
Dosyayı görüntüle @
10e0f055
--- misc/libxml/build.xml (Revision 6728)
+++ misc/build/libxml/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
--- misc/libxml/build.xml (Revision 6728)
+++ misc/build/libxml/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
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