Skip to content

Commit

Permalink
Fix compiling vectorfile plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cutec-chris committed Aug 19, 2016
1 parent 49d612f commit b1c361f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
7 changes: 0 additions & 7 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# components - compiling components needed
# plugins - compiling plugins
# tools - compiling commandline plugins
# web - compiling webserver
# imap - compiling imapserver
# xmpp - compiling xmpp messaging interface
# mail - send/reveive mail components
Expand Down Expand Up @@ -98,11 +97,6 @@ build_server()
exit 1
fi
sleep 2
. ./promet/source/webservers/build_webserver.sh $2
if [ "$?" -ne "0" ]; then
exit 1
fi
sleep 2
. ./promet/source/webservers/build_xmpp.sh $2
if [ "$?" -ne "0" ]; then
exit 1
Expand Down Expand Up @@ -215,7 +209,6 @@ case $1 in
meeting) . ./promet/source/meeting/build.sh $2;;
archive) . ./promet/source/tools/build_archivestore.sh $2;;
statistics) . ./promet/source/statistics/build.sh $2;;
web) . ./promet/source/webservers/build_webserver.sh $2;;
imap) . ./promet/source/webservers/build_imap.sh $2;;
xmpp) . ./promet/source/webservers/build_xmpp.sh $2;;
mail) . ./promet/source/sync/build_mail.sh $2;;
Expand Down
3 changes: 2 additions & 1 deletion promet/languages/usyncoptions.en.po
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ msgstr "Failed to load mandants"
msgid ""
"Sollen zum Synchronisieren die Standardtabellen als Vorgabe eingefügt werden ?\n"
"(Sie müssen alle zu synchronisierenden Tabellen angeben und könenn dann pro tabelle einsetllen in welche Richtungen und unter welchen Umständen synchronisiert werden soll)\n"
msgstr "Should the standard tables be added to the synchronisation profile ?\n"
msgstr "Should the standard tables be added to the synchronisation profile ?"

#: usyncoptions.strsetpropertysfailed
msgid "Der Datenbankverbindungsstring beinhaltet Fehler"
Expand All @@ -44,3 +44,4 @@ msgstr "Databasesettings contains errors."
#: usyncoptions.strsynciddontmatch
msgid "Die SyncID der entfernten Datenbank stimmt nicht mit der eingestellten überein, soll die SyncID übernommen werden ?"
msgstr "The SyncID of the remote Database dont match the local, should them be synchronized ?"

1 change: 1 addition & 0 deletions promet/languages/uuseroptions.en.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ msgid ""
msgstr ""
"Should the user really be deleted ?\n"
"Normally you should only set an leave-date.\n"

2 changes: 1 addition & 1 deletion promet/source/plugins/vectorfile
Submodule vectorfile updated 2 files
+5 −1 vectorfile.lpr
+51 −4 vectorfile.lps

0 comments on commit b1c361f

Please sign in to comment.