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
c31e83a9
Kaydet (Commit)
c31e83a9
authored
May 28, 2002
tarafından
Juergen Schmidt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#99053# change auto deployment variable
üst
3176d049
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
Makefile
odk/examples/java/Inspector/Makefile
+3
-3
Makefile
odk/examples/java/MinimalComponent/Makefile
+3
-3
Makefile
odk/examples/java/PropertySet/Makefile
+3
-3
Makefile
odk/examples/java/ToDo/Makefile
+3
-3
No files found.
odk/examples/java/Inspector/Makefile
Dosyayı görüntüle @
c31e83a9
...
...
@@ -77,15 +77,15 @@ $(COMPONENTJARFLAG) : $(JAVAFLAG)
@
echo
bla
>
$@
$(REGISTERFLAG)
:
$(COMPONENTJARFLAG)
ifneq
"$(
OFFICE_PROGRAM_PATH
)"
""
ifneq
"$(
SDK_AUTO_DEPLOYMENT
)"
""
$(BIN_DIR)$(PS)regmerge
"$(URLPREFIX)$(OFFICE_FILEURL)/applicat.rdb"
/UCR
$(GENURDFILES)
$(COPY)
$(COMPONENT_JAR)
"$(OFFICE_CLASSES_DIR)"
java
-classpath
"$(SDK_CLASSPATH)"
com.sun.star.tools.uno.RegComp
"$(URLPREFIX)$(OFFICE_FILEURL)/applicat.rdb"
register
"$(URLPREFIX)$(OFFICE_FILEURL)/classes/InstanceInspector.jar"
com.sun.star.loader.Java2
@echo
bla
>
$@
else
@echo
--------------------------------------------------------------------------------
@echo
If
you
want
to
install
your
component
automatically,
please
set
an
@echo
OFFICE_PROGRAM_PATH
environment
variable
to
a
valid
office
installation.
@echo
If
you
want
to
install
your
component
automatically,
please
set
the
environment
@echo
variable
SDK_AUTO_DEPLOYMENT
=
YES.
@echo
--------------------------------------------------------------------------------
endif
...
...
odk/examples/java/MinimalComponent/Makefile
Dosyayı görüntüle @
c31e83a9
...
...
@@ -77,15 +77,15 @@ $(COMPONENTJARFLAG) : $(JAVAFLAG)
@
echo
bla
>
$@
$(REGISTERFLAG)
:
$(COMPONENTJARFLAG)
ifneq
"$(
OFFICE_PROGRAM_PATH
)"
""
ifneq
"$(
SDK_AUTO_DEPLOYMENT
)"
""
$(BIN_DIR)$(PS)regmerge
$(OFFICE_PROGRAM_PATH)$(PS)applicat.rdb
/UCR
$(GENURDFILES)
MinimalComponent.rdb
$(COPY)
$(COMPONENT_JAR)
"$(OFFICE_CLASSES_DIR)"
java
-classpath
$(SDK_CLASSPATH)
com.sun.star.tools.uno.RegComp
"$(URLPREFIX)$(OFFICE_FILEURL)/applicat.rdb"
register
"$(URLPREFIX)$(OFFICE_FILEURL)/classes/MinimalComponent.jar"
com.sun.star.loader.Java2
@echo
bla
>
$@
else
@echo
--------------------------------------------------------------------------------
@echo
If
you
want
to
install
your
component
automatically,
please
set
an
@echo
OFFICE_PROGRAM_PATH
environment
variable
to
a
valid
office
installation.
@echo
If
you
want
to
install
your
component
automatically,
please
set
the
environment
@echo
variable
SDK_AUTO_DEPLOYMENT
=
YES.
@echo
--------------------------------------------------------------------------------
endif
...
...
odk/examples/java/PropertySet/Makefile
Dosyayı görüntüle @
c31e83a9
...
...
@@ -56,14 +56,14 @@ $(COMPONENTJARFLAG) : $(CLASSFILES)
@
echo
bla
>
$@
$(REGISTERFLAG)
:
$(COMPONENTJARFLAG)
ifneq
"$(
OFFICE_PROGRAM_PATH
)"
""
ifneq
"$(
SDK_AUTO_DEPLOYMENT
)"
""
$(COPY)
$(COMPONENT_JAR)
"$(OFFICE_CLASSES_DIR)"
java
-classpath
"$(SDK_CLASSPATH)"
com.sun.star.tools.uno.RegComp
"$(URLPREFIX)$(OFFICE_FILEURL)/applicat.rdb"
register
"$(URLPREFIX)$(OFFICE_FILEURL)/classes/PropTest.jar"
com.sun.star.loader.Java2
@echo
bla
>
$@
else
@echo
----------------------------------------------------------------------------------------
@echo
If
you
want
to
install
your
component
automatically,
please
set
an
OFFICE_PROGRAM_PATH
@echo
environment
variable
to
the
program
directory
of
a
valid
office
installation
.
@echo
If
you
want
to
install
your
component
automatically,
please
set
the
environment
@echo
variable
SDK_AUTO_DEPLOYMENT
=
YES.
@echo
----------------------------------------------------------------------------------------
endif
...
...
odk/examples/java/ToDo/Makefile
Dosyayı görüntüle @
c31e83a9
...
...
@@ -76,15 +76,15 @@ $(COMPONENTJARFLAG) : $(JAVAFLAG)
@
echo
bla
>
$@
$(REGISTERFLAG)
:
$(COMPONENTJARFLAG)
ifneq
"$(
OFFICE_PROGRAM_PATH
)"
""
ifneq
"$(
SDK_AUTO_DEPLOYMENT
)"
""
$(BIN_DIR)$(PS)regmerge
"$(URLPREFIX)$(OFFICE_FILEURL)/applicat.rdb"
/UCR
$(GENURDFILES)
$(COPY)
$(COMPONENT_JAR)
"$(OFFICE_CLASSES_DIR)"
java
-classpath
"$(SDK_CLASSPATH)"
com.sun.star.tools.uno.RegComp
"$(URLPREFIX)$(OFFICE_FILEURL)/applicat.rdb"
register
"$(URLPREFIX)$(OFFICE_FILEURL)/classes/ToDo.jar"
com.sun.star.loader.Java2
@echo
bla
>
$@
else
@echo
--------------------------------------------------------------------------------
@echo
If
you
want
to
install
your
component
automatically,
please
set
an
@echo
OFFICE_PROGRAM_PATH
environment
variable
to
a
valid
office
installation.
@echo
If
you
want
to
install
your
component
automatically,
please
set
the
environment
@echo
variable
SDK_AUTO_DEPLOYMENT
=
YES.
@echo
--------------------------------------------------------------------------------
endif
...
...
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