[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/bin

2017-03-07 Thread Raphael Bircher
 solenv/bin/cws  |   26 
 solenv/bin/cws.pl   | 2112 ---
 solenv/bin/cwsattach|   27 
 solenv/bin/cwsattach.pl |  216 
 solenv/bin/cwscreate|   26 
 solenv/bin/cwstestresult|   27 
 solenv/bin/cwstestresult.pl |  188 ---
 solenv/bin/cwstouched   |   26 
 solenv/bin/cwstouched.pl|  147 --
 solenv/bin/cwstouched.py|  106 -
 solenv/bin/modules/Cws.pm   | 2149 
 solenv/bin/modules/CwsConfig.pm |  537 -
 solenv/bin/modules/Eis.pm   |  216 
 13 files changed, 5803 deletions(-)

New commits:
commit 31a7e12058303b4e05bd9049e8fce766f7941862
Author: Raphael Bircher <rbirc...@apache.org>
Date:   Tue Mar 7 22:29:07 2017 +

Remove some old stuff from SUN Time EIS/CWS

diff --git a/solenv/bin/cws b/solenv/bin/cws
deleted file mode 100755
index 975c992..000
--- a/solenv/bin/cws
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-# *
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-# *
-if [ x${SOLARENV}x = xx ]; then
-echo No environment found, please use 'configure'
-exit 1
-fi
-exec perl -w $SOLARENV/bin/cws.pl "$@"
diff --git a/solenv/bin/cws.pl b/solenv/bin/cws.pl
deleted file mode 100644
index 59e530b..000
--- a/solenv/bin/cws.pl
+++ /dev/null
@@ -1,2112 +0,0 @@
-#!/usr/bin/perl -w
-#**
-#
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#
-#**
-
-
-
-#*
-#
-# cws.pl   - wrap common childworkspace operations
-#
-use strict;
-use Getopt::Long;
-use File::Basename;
-use File::Path;
-use File::Copy;
-use Cwd;
-use Benchmark;
-
- module lookup
-my @lib_dirs;
-BEGIN {
-if ( !defined($ENV{SOLARENV}) ) {
-die "No environment found (environment variable SOLARENV is 
undefined)";
-}
-push(@lib_dirs, "$ENV{SOLARENV}/bin/modules");
-}
-use lib (@lib_dirs);
-
-use Cws;
-
- script id #
-
-( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
-
- globals 
-
-# TODO: replace dummy vales with actual source_config migration milestone
-my $ooo320_source_config_milestone = 'm999';
-
-# valid command with possible abbreviations
-my @valid_commands = (
-'help', 'h', '?',
-'create',
-'fetch',  'f',
-'query', 'q',
-'task', 't',
-'eisclone',
-'setcurrent'
- );
-
-# list the valid options to each command
-my %valid_options_hash = (
-'help'   => ['help'],
-'create' => ['help', 'milestone', 'migration', 
'hg'],
-'fetch'  => ['help', 'milestone', 
'childworkspace','platforms','noautocommon',
-'quiet', 'onlysolver', 
'additionalrepositories'],
-'query'  => ['help', 
'milestone','masterworkspace','childworkspace'],
- 

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - instsetoo_native/util solenv/bin

2014-03-17 Thread Raphael Bircher
 instsetoo_native/util/makefile.mk|7 ---
 instsetoo_native/util/openoffice.lst |   59 ---
 instsetoo_native/util/pack.lst   |1 
 solenv/bin/modules/installer/download.pm |7 ---
 4 files changed, 74 deletions(-)

New commits:
commit 42430a090a66ca04ed507a4ab28b98a4dc7c7747
Author: Raphael Bircher rbirc...@apache.org
Date:   Mon Mar 17 18:28:10 2014 +

Removal of wJRE look at issue #124432

diff --git a/instsetoo_native/util/makefile.mk 
b/instsetoo_native/util/makefile.mk
index 2577150..7c8c756 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -78,7 +78,6 @@ help .PHONY :
 @echo aoo_srcrelease packs the source release package
 @echo updatepack
 @echo openofficedev  devloper snapshot
-@echo openofficewithjre
 @echo ooolanguagepack
 @echo ooobetalanguagepack
 @echo ooodevlanguagepack
@@ -185,7 +184,6 @@ openoffice:
 openoffice: $(foreach,i,$(alllangiso) openoffice_$i)
 openofficedev: $(foreach,i,$(alllangiso) openofficedev_$i)
 openofficebeta: $(foreach,i,$(alllangiso) openofficebeta_$i)
-openofficewithjre: $(foreach,i,$(alllangiso) openofficewithjre_$i)
 ooolanguagepack : $(foreach,i,$(alllangiso) ooolanguagepack_$i)
 ooobetalanguagepack : $(foreach,i,$(alllangiso) ooobetalanguagepack_$i)
 ooodevlanguagepack: $(foreach,i,$(alllangiso) ooodevlanguagepack_$i)
@@ -223,7 +221,6 @@ $(foreach,i,$(alllangiso) openoffice_$i) : adddeps
 openoffice_$(defaultlangiso).archive : adddeps
 $(foreach,i,$(alllangiso) openofficedev_$i) : adddeps
 $(foreach,i,$(alllangiso) openofficebeta_$i) : adddeps $(BETA_LOGO_SPLASH)
-$(foreach,i,$(alllangiso) openofficewithjre_$i) : adddeps
 $(foreach,i,$(alllangiso) ooolanguagepack_$i) : adddeps
 $(foreach,i,$(alllangiso) ooobetalanguagepack_$i) : adddeps
 $(foreach,i,$(alllangiso) ooodevlanguagepack_$i) : adddeps
@@ -236,7 +233,6 @@ $(foreach,i,$(alllangiso) sdkoodev_$i) : adddeps
 # where $language ranges over all languages in $(alllangiso) 
 # and $package ranges over all package formats in $(PKGFORMAT)
 $(foreach,i,$(alllangiso) openoffice_$i) : $$@{$(PKGFORMAT:^.)}
-$(foreach,i,$(alllangiso) openofficewithjre_$i) : $$@{$(PKGFORMAT:^.)}
 $(foreach,i,$(alllangiso) openofficedev_$i) : $$@{$(PKGFORMAT:^.)}
 $(foreach,i,$(alllangiso) openofficebeta_$i) : $$@{$(PKGFORMAT:^.)}
 $(foreach,i,$(alllangiso) ooolanguagepack_$i) : $$@{$(PKGFORMAT:^.)}
@@ -281,9 +277,6 @@ $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) 
openoffice_$L.$P)) .PHO
 $(PRJ)$/util$/update.xml   \
  $(MISC)/$(@:b)_$(RTL_OS)_$(RTL_ARCH)$(@:e).update.xml
 
-#openofficewithjre_%{$(PKGFORMAT:^.)} :
-$(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) 
openofficewithjre_$L.$P)) .PHONY :
-$(MAKE_INSTALLER_COMMAND) -p Apache_OpenOffice_wJRE -msitemplate 
$(MSIOFFICETEMPLATEDIR)
 
 #openofficedev_%{$(PKGFORMAT:^.)} :
 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) openofficedev_$L.$P)) 
.PHONY :
diff --git a/instsetoo_native/util/openoffice.lst 
b/instsetoo_native/util/openoffice.lst
old mode 100755
new mode 100644
index e2e8401..4ed8f31
--- a/instsetoo_native/util/openoffice.lst
+++ b/instsetoo_native/util/openoffice.lst
@@ -111,65 +111,6 @@ Apache_OpenOffice
 }
 }
 
-Apache_OpenOffice_wJRE
-{
-Settings
-{
-variables
-{
-FULLPRODUCTNAME Apache OpenOffice
-PRODUCTNAME OpenOffice
-PRODUCTVERSION 4.1.0
-PRODUCTEXTENSION 
-LONG_PRODUCTEXTENSION 
-SHORT_PRODUCTEXTENSION 
-POSTVERSIONEXTENSION
-POSTVERSIONEXTENSIONUNIX
-BRANDPACKAGEVERSION 4
-USERDIRPRODUCTVERSION 4
-ABOUTBOXPRODUCTVERSION 4.1.0
-BASEPRODUCTVERSION 4.1
-UPDATEURL https://ooo-updates.apache.org/aoonext/check.Update
-ADD_INCLUDE_FILES 
cliureversion.mk,clioootypesversion.mk,javaversion2.dat,userland.txt,version.lst
-REMOVE_UPGRADE_CODE_FILE upgradecode_remove_ooo.txt
-ADDSYSTEMINTEGRATION 1
-EVAL
-PACKAGEVERSION 4.1.0
-PACKAGEREVISION {milestone}
-LICENSENAME ALv2
-WITHJREPRODUCT 1
-GLOBALFILEGID gid_File_Lib_Vcl
-GLOBALPATCHFILEGID gid_File_Txt_Patchfiles
-SPELLCHECKERFILE spellchecker_selection.txt
-OPENSOURCE 1
-SETSTATICPATH 1
-AOODOWNLOADNAME 1
-AOODOWNLOADNAMEPREFIX Apache_OpenOffice_wJRE
-XPDINSTALLER 1
-BETAUPGRADECODE
-STUBUPGRADECODE {0E7B27B8-D658-4BF9-98D6-EC361582EB4A}
-CHANGETARGETDIR 1
-USE_FILEVERSION 1
-LIBRARYVERSION 10.0.0
-PATCHCODEFILE ooo_patchcodes.txt
-JAVAPRODUCT 1
-DOWNLOADBANNER ooobanner.bmp
-DOWNLOADBITMAP ooobitmap.bmp