Kaydet (Commit) d270e064 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

changefileheader2: #i10000#: convert files with CR/LF characters to CR only

üst 4326ef06
at migrationanalysis : soltools shell NULL
at migrationanalysis\src\msokill nmake - w at_src NULL
at migrationanalysis\src\driver_docs nmake - w at_src_driver NULL
at migrationanalysis\src\resources nmake - w at_src_resources NULL
at migrationanalysis\src\wizard nmake - w at_src_wizard NULL
at migrationanalysis\util nmake - w at_util at_src.w at_src_driver.w at_src_resources.w at_src_wizard.w NULL
at migrationanalysis : soltools shell NULL
at migrationanalysis\src\msokill nmake - w at_src NULL
at migrationanalysis\src\driver_docs nmake - w at_src_driver NULL
at migrationanalysis\src\resources nmake - w at_src_resources NULL
at migrationanalysis\src\wizard nmake - w at_src_wizard NULL
at migrationanalysis\util nmake - w at_util at_src.w at_src_driver.w at_src_resources.w at_src_wizard.w NULL
..\%__SRC%\bin\ProAnalysisWizard\ProAnalysisWizard.exe %_DEST%\bin%_EXT%\ProAnalysisWizard.exe
..\%__SRC%\bin\ProAnalysisWizard.zip %_DEST%\bin%_EXT%\ProAnalysisWizard.zip
..\%__SRC%\bin\ProAnalysisWizard\ProAnalysisWizard.exe %_DEST%\bin%_EXT%\ProAnalysisWizard.exe
..\%__SRC%\bin\ProAnalysisWizard.zip %_DEST%\bin%_EXT%\ProAnalysisWizard.zip
#*************************************************************************
#
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -23,105 +23,105 @@
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..$/..
PRJNAME=migrationanalysis
TARGET=driverdocs
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
PAW_DOCDEST:=$(BIN)$/ProAnalysisWizard$/Resources
PAW_DATDEST:=$(BIN)$/ProAnalysisWizard$/Resources$/lang
PAW_DRIVER_DOCS:= \
$(PAW_DOCDEST)$/_OOoDocAnalysisExcelDriver.xls \
$(PAW_DOCDEST)$/_OOoDocAnalysisWordDriver.doc \
$(PAW_DOCDEST)$/_OOoDocAnalysisPPTDriver.ppt
PAW_DRIVER_DOCS_SRC:= \
.$/PAW$/_OOoDocAnalysisExcelDriver.xls \
.$/PAW$/_OOoDocAnalysisWordDriver.doc \
.$/PAW$/_OOoDocAnalysisPPTDriver.ppt
PAW_DAT_FILES= \
$(foreach,i,$(alllangiso) $(PAW_DATDEST)$/$i.dat)
DAT_DATA_FILE=allstrings.ulf
DAT_DON_FILE_PAW=$(MISC)$/$(DAT_DATA_FILE).paw
ULFFILES=$(DAT_DATA_FILE)
.IF "$(WITH_LANG)"!=""
ULFDIR:=$(COMMONMISC)$/$(TARGET)
.ELSE # "$(WITH_LANG)"!=""
ULFDIR:=.
.ENDIF # "$(WITH_LANG)"!=""
COMMON_SRC:= \
.$/sources$/AnalysisDriver.bas \
.$/sources$/CollectedFiles.cls \
.$/sources$/CommonMigrationAnalyser.bas \
.$/sources$/CommonPreparation.bas \
.$/sources$/DocumentAnalysis.cls \
.$/sources$/FileTypeAssociation.cls \
.$/sources$/IssueInfo.cls \
.$/sources$/LocalizeResults.bas \
.$/sources$/PrepareInfo.cls \
.$/sources$/StringDataManager.cls \
.$/sources$/Stripped_OOoDocAnalysisExcelDriver.xls \
.$/sources$/Stripped_OOoDocAnalysisPPTDriver.ppt \
.$/sources$/Stripped_OOoDocAnalysisWordDriver.doc \
.$/sources$/common_res.bas \
.$/sources$/results_res.bas
EXCEL_SRC:= \
.$/sources$/excel$/ApplicationSpecific.bas \
.$/sources$/excel$/MigrationAnalyser.cls \
.$/sources$/excel$/Preparation.bas \
.$/sources$/excel$/excel_res.bas
PP_SRC:= \
.$/sources$/powerpoint$/ApplicationSpecific.bas \
.$/sources$/powerpoint$/MigrationAnalyser.cls \
.$/sources$/powerpoint$/Preparation.bas \
.$/sources$/powerpoint$/powerpoint_res.bas
WORD_SRC:= \
.$/sources$/word$/ApplicationSpecific.bas \
.$/sources$/word$/MigrationAnalyser.cls \
.$/sources$/word$/Preparation.bas \
.$/sources$/word$/word_res.bas
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
ALLTAR : $(PAW_DRIVER_DOCS) $(DAT_DON_FILE_PAW)
$(PAW_DRIVER_DOCS) : .$/PAW$/$$(@:f)
-$(MKDIRHIER) $(@:d)
$(COPY) .$/PAW$/$(@:f) $@
$(PAW_DAT_FILES) : $(ULFDIR)$/$(DAT_DATA_FILE)
-$(MKDIRHIER) $(@:d)
$(TOUCH) $@
$(DAT_DON_FILE_PAW) : $(PAW_DAT_FILES)
@echo --------------------------------
@echo building $@
-$(MKDIRHIER) $(@:d)
@echo making $(PAW_DAT_FILES)
$(PERL) ulf2dat.pl -i $(ULFDIR)$/$(DAT_DATA_FILE) $(PAW_DAT_FILES) && $(TOUCH) $@
.IF "$(VB6_LOCATION)" != ""
$(PAW_DRIVER_DOCS_SRC) : $(COMMON_SRC) $(EXCEL_SRC) $(PP_SRC) $(WORD_SRC)
@echo --------------------------------
@echo create driver docs
cscript CreateDriverDocs.wsf
.ENDIF
#*************************************************************************
PRJ=..$/..
PRJNAME=migrationanalysis
TARGET=driverdocs
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
PAW_DOCDEST:=$(BIN)$/ProAnalysisWizard$/Resources
PAW_DATDEST:=$(BIN)$/ProAnalysisWizard$/Resources$/lang
PAW_DRIVER_DOCS:= \
$(PAW_DOCDEST)$/_OOoDocAnalysisExcelDriver.xls \
$(PAW_DOCDEST)$/_OOoDocAnalysisWordDriver.doc \
$(PAW_DOCDEST)$/_OOoDocAnalysisPPTDriver.ppt
PAW_DRIVER_DOCS_SRC:= \
.$/PAW$/_OOoDocAnalysisExcelDriver.xls \
.$/PAW$/_OOoDocAnalysisWordDriver.doc \
.$/PAW$/_OOoDocAnalysisPPTDriver.ppt
PAW_DAT_FILES= \
$(foreach,i,$(alllangiso) $(PAW_DATDEST)$/$i.dat)
DAT_DATA_FILE=allstrings.ulf
DAT_DON_FILE_PAW=$(MISC)$/$(DAT_DATA_FILE).paw
ULFFILES=$(DAT_DATA_FILE)
.IF "$(WITH_LANG)"!=""
ULFDIR:=$(COMMONMISC)$/$(TARGET)
.ELSE # "$(WITH_LANG)"!=""
ULFDIR:=.
.ENDIF # "$(WITH_LANG)"!=""
COMMON_SRC:= \
.$/sources$/AnalysisDriver.bas \
.$/sources$/CollectedFiles.cls \
.$/sources$/CommonMigrationAnalyser.bas \
.$/sources$/CommonPreparation.bas \
.$/sources$/DocumentAnalysis.cls \
.$/sources$/FileTypeAssociation.cls \
.$/sources$/IssueInfo.cls \
.$/sources$/LocalizeResults.bas \
.$/sources$/PrepareInfo.cls \
.$/sources$/StringDataManager.cls \
.$/sources$/Stripped_OOoDocAnalysisExcelDriver.xls \
.$/sources$/Stripped_OOoDocAnalysisPPTDriver.ppt \
.$/sources$/Stripped_OOoDocAnalysisWordDriver.doc \
.$/sources$/common_res.bas \
.$/sources$/results_res.bas
EXCEL_SRC:= \
.$/sources$/excel$/ApplicationSpecific.bas \
.$/sources$/excel$/MigrationAnalyser.cls \
.$/sources$/excel$/Preparation.bas \
.$/sources$/excel$/excel_res.bas
PP_SRC:= \
.$/sources$/powerpoint$/ApplicationSpecific.bas \
.$/sources$/powerpoint$/MigrationAnalyser.cls \
.$/sources$/powerpoint$/Preparation.bas \
.$/sources$/powerpoint$/powerpoint_res.bas
WORD_SRC:= \
.$/sources$/word$/ApplicationSpecific.bas \
.$/sources$/word$/MigrationAnalyser.cls \
.$/sources$/word$/Preparation.bas \
.$/sources$/word$/word_res.bas
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
ALLTAR : $(PAW_DRIVER_DOCS) $(DAT_DON_FILE_PAW)
$(PAW_DRIVER_DOCS) : .$/PAW$/$$(@:f)
-$(MKDIRHIER) $(@:d)
$(COPY) .$/PAW$/$(@:f) $@
$(PAW_DAT_FILES) : $(ULFDIR)$/$(DAT_DATA_FILE)
-$(MKDIRHIER) $(@:d)
$(TOUCH) $@
$(DAT_DON_FILE_PAW) : $(PAW_DAT_FILES)
@echo --------------------------------
@echo building $@
-$(MKDIRHIER) $(@:d)
@echo making $(PAW_DAT_FILES)
$(PERL) ulf2dat.pl -i $(ULFDIR)$/$(DAT_DATA_FILE) $(PAW_DAT_FILES) && $(TOUCH) $@
.IF "$(VB6_LOCATION)" != ""
$(PAW_DRIVER_DOCS_SRC) : $(COMMON_SRC) $(EXCEL_SRC) $(PP_SRC) $(WORD_SRC)
@echo --------------------------------
@echo create driver docs
cscript CreateDriverDocs.wsf
.ENDIF
:
eval 'exec perl -wS $0 ${1+"$@"}'
if 0;
#*************************************************************************
#
:
eval 'exec perl -wS $0 ${1+"$@"}'
if 0;
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -26,128 +26,128 @@ eval 'exec perl -wS $0 ${1+"$@"}'
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#***********************************************************************/
#### script id #####
( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
$id_str = ' $Revision: 1.4.108.1 $ ';
$id_str =~ /Revision:\s+(\S+)\s+\$/
? ($script_rev = $1) : ($script_rev = "-");
#########################
# #
# Globale Variablen #
# #
#########################
use Encode;
use Encode::Alias;
my ($in_name, $ID, $new_ID);
my ($help);
print STDERR "$script_name -- Version: $script_rev\n" ;
&get_options;
if ( $help ) {
&usage();
exit 0;
};
open IN, "<$in_name" or die "Could not open $in_name for reading $! $^E";
foreach $lang ( keys %files )
{
open "F_$lang",">$files{$lang}" or die "Could not open $files{$lang} for writing $! $^E";
binmode "F_$lang";
$files{$lang} = "F_$lang";
}
%transunit = ();
while ( <IN> )
{
chomp;
$line = $_;
$line =~ s/\r$//;
# [RID_RESXLS_COST_Print_Area]
if ( $line =~ /^\[(.*)\]$/ )
{
$new_ID = $1;
write_transunit();
$ID = $new_ID;
%transunit = ();
}
# de = "Druckbereich"
elsif ( $line =~ /^(\S*)\s*=\s*\"(.*)\"$/ )
{
$lang = $1;
$string = $2;
$transunit{ $lang } = $string;
}
elsif ( $line !~ /^\s*$/ )
{
die "unknown lineformat in $in_name: $line\n";
}
}
write_transunit();
sub write_transunit
{
if ( ! $ID )
{
return;
}
foreach $lang ( keys %files )
{
my $string;
if ( defined $transunit{ $lang } )
{
$string = $transunit{ $lang };
}
else
{
$string = $transunit{ "en-US" };
}
my $dat_line = "$ID=$string";
Encode::from_to( $dat_line, "utf8", "UTF-16LE");
print { $files{$lang} } "$dat_line\015\000\012\000";
}
}
sub get_options {
my ($arg,$lang);
while ($arg = shift @ARGV) {
$arg =~ /^-i$/ and $in_name = shift @ARGV and next;
$arg =~ /^-help$/ and $help = 1 and next; #show help
$arg =~ /.*[\/\\]([^\/\\]*)\.dat$/;
# $arg =~ /.*[/\]([^/\]*)\.dat$/;
$lang = $1;
print "got $lang = $arg\n";
$files{ $lang } = $arg;
}
}
sub usage {
print STDERR "\n\n";
print STDERR "Syntax: $script_name [-help|-i <ulf-filename>] <dat-filename> ... \n";
print STDERR "Example: $script_name -i strings.ulf en-US.dat de.dat\n";
print STDERR "Options:\n\n";
print STDERR " -i input ulf file\n";
print STDERR " -help print this help info\n\n";
};
#***********************************************************************/
#### script id #####
( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
$id_str = ' $Revision: 1.4.108.1 $ ';
$id_str =~ /Revision:\s+(\S+)\s+\$/
? ($script_rev = $1) : ($script_rev = "-");
#########################
# #
# Globale Variablen #
# #
#########################
use Encode;
use Encode::Alias;
my ($in_name, $ID, $new_ID);
my ($help);
print STDERR "$script_name -- Version: $script_rev\n" ;
&get_options;
if ( $help ) {
&usage();
exit 0;
};
open IN, "<$in_name" or die "Could not open $in_name for reading $! $^E";
foreach $lang ( keys %files )
{
open "F_$lang",">$files{$lang}" or die "Could not open $files{$lang} for writing $! $^E";
binmode "F_$lang";
$files{$lang} = "F_$lang";
}
%transunit = ();
while ( <IN> )
{
chomp;
$line = $_;
$line =~ s/\r$//;
# [RID_RESXLS_COST_Print_Area]
if ( $line =~ /^\[(.*)\]$/ )
{
$new_ID = $1;
write_transunit();
$ID = $new_ID;
%transunit = ();
}
# de = "Druckbereich"
elsif ( $line =~ /^(\S*)\s*=\s*\"(.*)\"$/ )
{
$lang = $1;
$string = $2;
$transunit{ $lang } = $string;
}
elsif ( $line !~ /^\s*$/ )
{
die "unknown lineformat in $in_name: $line\n";
}
}
write_transunit();
sub write_transunit
{
if ( ! $ID )
{
return;
}
foreach $lang ( keys %files )
{
my $string;
if ( defined $transunit{ $lang } )
{
$string = $transunit{ $lang };
}
else
{
$string = $transunit{ "en-US" };
}
my $dat_line = "$ID=$string";
Encode::from_to( $dat_line, "utf8", "UTF-16LE");
print { $files{$lang} } "$dat_line\015\000\012\000";
}
}
sub get_options {
my ($arg,$lang);
while ($arg = shift @ARGV) {
$arg =~ /^-i$/ and $in_name = shift @ARGV and next;
$arg =~ /^-help$/ and $help = 1 and next; #show help
$arg =~ /.*[\/\\]([^\/\\]*)\.dat$/;
# $arg =~ /.*[/\]([^/\]*)\.dat$/;
$lang = $1;
print "got $lang = $arg\n";
$files{ $lang } = $arg;
}
}
sub usage {
print STDERR "\n\n";
print STDERR "Syntax: $script_name [-help|-i <ulf-filename>] <dat-filename> ... \n";
print STDERR "Example: $script_name -i strings.ulf en-US.dat de.dat\n";
print STDERR "Options:\n\n";
print STDERR " -i input ulf file\n";
print STDERR " -help print this help info\n\n";
};
/*************************************************************************
*
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -23,13 +23,13 @@
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
// stdafx.cpp : source file that includes just the standard includes
// msokill.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
************************************************************************/
// stdafx.cpp : source file that includes just the standard includes
// msokill.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
/*************************************************************************
*
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -23,32 +23,32 @@
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
/*
*
* Description: Put MSO in a state where it can be closed using
* automation or kill it completely
*
*/
#if !defined(AFX_STDAFX_H__12149A50_72AF_409A_9B43_8ACCD98F50CE__INCLUDED_)
#define AFX_STDAFX_H__12149A50_72AF_409A_9B43_8ACCD98F50CE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <stdio.h>
#pragma warning(push, 1)
#include <windows.h>
#pragma warning(pop)
// TODO: reference additional headers your program requires here
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__12149A50_72AF_409A_9B43_8ACCD98F50CE__INCLUDED_)
************************************************************************/
/*
*
* Description: Put MSO in a state where it can be closed using
* automation or kill it completely
*
*/
#if !defined(AFX_STDAFX_H__12149A50_72AF_409A_9B43_8ACCD98F50CE__INCLUDED_)
#define AFX_STDAFX_H__12149A50_72AF_409A_9B43_8ACCD98F50CE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <stdio.h>
#pragma warning(push, 1)
#include <windows.h>
#pragma warning(pop)
// TODO: reference additional headers your program requires here
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__12149A50_72AF_409A_9B43_8ACCD98F50CE__INCLUDED_)
#*************************************************************************
#
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -23,61 +23,61 @@
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..$/..
PRJNAME = migrationanalysis
TARGET = msokill
LIBTARGET = NO
TARGETTYPE = CUI
ENABLE_EXCEPTIONS = TRUE
# --- Settings ------------------------------------------------------------
.INCLUDE : settings.mk
# --- Allgemein -----------------------------------------------------------
OBJFILES= $(OBJ)$/msokill.obj \
$(OBJ)$/StdAfx.obj
# --- Targets ------------------------------------------------------
UWINAPILIB=
LIBSALCPPRT=
APP1NOSAL= TRUE
APP1TARGET= msokill
#APP1STDLIB
STDLIB1=msi.lib\
shell32.lib\
oleaut32.lib\
gdi32.lib\
comdlg32.lib\
advapi32.lib\
comctl32.lib\
shlwapi.lib\
oledlg.lib\
ole32.lib\
uuid.lib\
oleacc.lib\
winspool.lib\
APP1OBJS= $(OBJFILES)
PAW_RES_DIR:=$(BIN)$/ProAnalysisWizard$/Resources
PAW_RES_EXE:=$(PAW_RES_DIR)$/$(APP1TARGET).exe
# --- setup --------------------------------------------------------------
.INCLUDE : target.mk
ALLTAR : $(PAW_RES_EXE)
$(PAW_RES_EXE) : $(BIN)$/$$(@:f)
-$(MKDIRHIER) $(@:d)
$(COPY) $(BIN)$/$(@:f) $@
#*************************************************************************
PRJ=..$/..
PRJNAME = migrationanalysis
TARGET = msokill
LIBTARGET = NO
TARGETTYPE = CUI
ENABLE_EXCEPTIONS = TRUE
# --- Settings ------------------------------------------------------------
.INCLUDE : settings.mk
# --- Allgemein -----------------------------------------------------------
OBJFILES= $(OBJ)$/msokill.obj \
$(OBJ)$/StdAfx.obj
# --- Targets ------------------------------------------------------
UWINAPILIB=
LIBSALCPPRT=
APP1NOSAL= TRUE
APP1TARGET= msokill
#APP1STDLIB
STDLIB1=msi.lib\
shell32.lib\
oleaut32.lib\
gdi32.lib\
comdlg32.lib\
advapi32.lib\
comctl32.lib\
shlwapi.lib\
oledlg.lib\
ole32.lib\
uuid.lib\
oleacc.lib\
winspool.lib\
APP1OBJS= $(OBJFILES)
PAW_RES_DIR:=$(BIN)$/ProAnalysisWizard$/Resources
PAW_RES_EXE:=$(PAW_RES_DIR)$/$(APP1TARGET).exe
# --- setup --------------------------------------------------------------
.INCLUDE : target.mk
ALLTAR : $(PAW_RES_EXE)
$(PAW_RES_EXE) : $(BIN)$/$$(@:f)
-$(MKDIRHIER) $(@:d)
$(COPY) $(BIN)$/$(@:f) $@
#*************************************************************************
#
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -23,37 +23,37 @@
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..$/..
PRJNAME=migrationanalysis
TARGET=resources
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
PAW_DEST:=$(BIN)$/ProAnalysisWizard$/Resources
PAW_RESULT:= $(PAW_DEST)$/results.xlt
PAW_RESULTSRC:= results_paw.xlt
ANALYSIS_DTD:=analysis.dtd
PAW_ANALYSIS_DTD:=$(PAW_DEST)$/analysis.dtd
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
ALLTAR : $(PAW_RESULT) $(PAW_ANALYSIS_DTD)
$(PAW_RESULT) : $(PAW_RESULTSRC)
-$(MKDIRHIER) $(@:d)
$(COPY) $(PAW_RESULTSRC) $@
$(PAW_ANALYSIS_DTD) : $(ANALYSIS_DTD)
-$(MKDIRHIER) $(@:d)
$(COPY) $(ANALYSIS_DTD) $@
#*************************************************************************
PRJ=..$/..
PRJNAME=migrationanalysis
TARGET=resources
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
PAW_DEST:=$(BIN)$/ProAnalysisWizard$/Resources
PAW_RESULT:= $(PAW_DEST)$/results.xlt
PAW_RESULTSRC:= results_paw.xlt
ANALYSIS_DTD:=analysis.dtd
PAW_ANALYSIS_DTD:=$(PAW_DEST)$/analysis.dtd
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
ALLTAR : $(PAW_RESULT) $(PAW_ANALYSIS_DTD)
$(PAW_RESULT) : $(PAW_RESULTSRC)
-$(MKDIRHIER) $(@:d)
$(COPY) $(PAW_RESULTSRC) $@
$(PAW_ANALYSIS_DTD) : $(ANALYSIS_DTD)
-$(MKDIRHIER) $(@:d)
$(COPY) $(ANALYSIS_DTD) $@
#*************************************************************************
#
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -23,94 +23,94 @@
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..$/..
PRJNAME=migrationanalysis
TARGET=wizard
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
PAW_APPSDEST:=$(BIN)$/ProAnalysisWizard
ALTERNATE_SRC:=..$/exe
PAW_DATDEST:=$(PAW_APPSDEST)$/Resources
PROJECTDEST:=$(BIN)$/ProAnalysisWizard
RCFILES:=$(RES)$/$(TARGET).rc
RESFILE:=$(RES)$/$(TARGET).res
ULFFILES:=$(TARGET).ulf
.IF "$(WITH_LANG)"!=""
ULFDIR:=$(COMMONMISC)$/$(TARGET)
.ELSE # "$(WITH_LANG)"!=""
ULFDIR:=.
.ENDIF # "$(WITH_LANG)"!=""
MANIFEST:=$(RES)$/DocAnalysisWizard.exe.manifest
LAUNCHER_APP:= $(BIN)$/LaunchDrivers.exe
BASIC_APPS:= \
$(LAUNCHER_APP) \
$(PAW_APPSDEST)$/ProAnalysisWizard.exe
BASIC_VBP:= \
$(BIN)$/LaunchDrivers.vbp \
$(PAW_APPSDEST)$/ProAnalysisWizard.vbp
PAW_RES_DLLS:=$(PAW_DATDEST)$/Resources.dll
PAW_LAUNCHER:=$(PAW_DATDEST)$/LaunchDrivers.exe
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
ALLTAR : $(BASIC_APPS) $(PAW_RES_DLLS) $(PAW_LAUNCHER)
$(MANIFEST) : $$(@:f)
-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
.IF "$(VB6_LOCATION)" != ""
$(BASIC_VBP) : $$(@:b).vbp
-$(MKDIRHIER) $(@:d)
$(COPY) $(@:f) $@
$(BASIC_APPS) : $(BASIC_VBP)
-$(MKDIRHIER) $(@:d)
cd $(@:d) && "$(VB6_LOCATION)$/vb6.exe" /m $(@:b).vbp
$(PAW_LAUNCHER) : $(LAUNCHER_APP)
-$(MKDIRHIER) $(@:d)
$(COPY) $(LAUNCHER_APP) $@
.ELSE # "$(VB6_LOCATION)" != ""
$(BASIC_APPS) : $(ALTERNATE_SRC)$/$$(@:f)
@echo "------------------------------------"
@echo "No VB6 found: using prebuild wizards"
@echo "------------------------------------"
-$(MKDIRHIER) $(@:d)
$(COPY) $(ALTERNATE_SRC)$/$(@:f) $@
$(PAW_LAUNCHER) : $(ALTERNATE_SRC)$/$$(@:f)
-$(MKDIRHIER) $(@:d)
$(COPY) $(ALTERNATE_SRC)$/$(@:f) $@
.ENDIF # "$(VB6_LOCATION)" != ""
# Generate the native Windows resource file
# using lngconvex.exe
$(RCFILES) : $(MANIFEST) $(ULFDIR)$/$(TARGET).ulf makefile.mk rcfooter.txt rcheader.txt rctmpl.txt
$(LNGCONVEX) -ulf $(ULFDIR)$/$(TARGET).ulf -rc $(RES)$/$(TARGET).rc -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt
$(PAW_RES_DLLS) : $(RCFILES)
-$(MKDIRHIER) $(@:d)
link /NOENTRY /DLL /MACHINE:X86 /OUT:$@ $(RESFILE)
#*************************************************************************
PRJ=..$/..
PRJNAME=migrationanalysis
TARGET=wizard
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
PAW_APPSDEST:=$(BIN)$/ProAnalysisWizard
ALTERNATE_SRC:=..$/exe
PAW_DATDEST:=$(PAW_APPSDEST)$/Resources
PROJECTDEST:=$(BIN)$/ProAnalysisWizard
RCFILES:=$(RES)$/$(TARGET).rc
RESFILE:=$(RES)$/$(TARGET).res
ULFFILES:=$(TARGET).ulf
.IF "$(WITH_LANG)"!=""
ULFDIR:=$(COMMONMISC)$/$(TARGET)
.ELSE # "$(WITH_LANG)"!=""
ULFDIR:=.
.ENDIF # "$(WITH_LANG)"!=""
MANIFEST:=$(RES)$/DocAnalysisWizard.exe.manifest
LAUNCHER_APP:= $(BIN)$/LaunchDrivers.exe
BASIC_APPS:= \
$(LAUNCHER_APP) \
$(PAW_APPSDEST)$/ProAnalysisWizard.exe
BASIC_VBP:= \
$(BIN)$/LaunchDrivers.vbp \
$(PAW_APPSDEST)$/ProAnalysisWizard.vbp
PAW_RES_DLLS:=$(PAW_DATDEST)$/Resources.dll
PAW_LAUNCHER:=$(PAW_DATDEST)$/LaunchDrivers.exe
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
ALLTAR : $(BASIC_APPS) $(PAW_RES_DLLS) $(PAW_LAUNCHER)
$(MANIFEST) : $$(@:f)
-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
.IF "$(VB6_LOCATION)" != ""
$(BASIC_VBP) : $$(@:b).vbp
-$(MKDIRHIER) $(@:d)
$(COPY) $(@:f) $@
$(BASIC_APPS) : $(BASIC_VBP)
-$(MKDIRHIER) $(@:d)
cd $(@:d) && "$(VB6_LOCATION)$/vb6.exe" /m $(@:b).vbp
$(PAW_LAUNCHER) : $(LAUNCHER_APP)
-$(MKDIRHIER) $(@:d)
$(COPY) $(LAUNCHER_APP) $@
.ELSE # "$(VB6_LOCATION)" != ""
$(BASIC_APPS) : $(ALTERNATE_SRC)$/$$(@:f)
@echo "------------------------------------"
@echo "No VB6 found: using prebuild wizards"
@echo "------------------------------------"
-$(MKDIRHIER) $(@:d)
$(COPY) $(ALTERNATE_SRC)$/$(@:f) $@
$(PAW_LAUNCHER) : $(ALTERNATE_SRC)$/$$(@:f)
-$(MKDIRHIER) $(@:d)
$(COPY) $(ALTERNATE_SRC)$/$(@:f) $@
.ENDIF # "$(VB6_LOCATION)" != ""
# Generate the native Windows resource file
# using lngconvex.exe
$(RCFILES) : $(MANIFEST) $(ULFDIR)$/$(TARGET).ulf makefile.mk rcfooter.txt rcheader.txt rctmpl.txt
$(LNGCONVEX) -ulf $(ULFDIR)$/$(TARGET).ulf -rc $(RES)$/$(TARGET).rc -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt
$(PAW_RES_DLLS) : $(RCFILES)
-$(MKDIRHIER) $(@:d)
link /NOENTRY /DLL /MACHINE:X86 /OUT:$@ $(RESFILE)
#*************************************************************************
#
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -23,31 +23,31 @@
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..
PRJNAME=migrationanalysis
TARGET=paw
no_common_build_zip=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
ZIPFLAGS =
ZIP1DIR = $(BIN)$/ProAnalysisWizard
ZIP1TARGET = MigrationAnalysis
ZIP1LIST = ProAnalysisWizard.exe Resources$/* Resources$/lang$/*
ZIP2DIR = $(BIN)$/ProAnalysisWizard
ZIP2TARGET = ProAnalysisWizard
ZIP2LIST = Resources$/* Resources$/lang$/*
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
#*************************************************************************
PRJ=..
PRJNAME=migrationanalysis
TARGET=paw
no_common_build_zip=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
ZIPFLAGS =
ZIP1DIR = $(BIN)$/ProAnalysisWizard
ZIP1TARGET = MigrationAnalysis
ZIP1LIST = ProAnalysisWizard.exe Resources$/* Resources$/lang$/*
ZIP2DIR = $(BIN)$/ProAnalysisWizard
ZIP2TARGET = ProAnalysisWizard
ZIP2LIST = Resources$/* Resources$/lang$/*
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
......@@ -27,8 +27,8 @@
##
# Any configuration will happen here.
org.pentaho.reporting.libraries.formula.datesystem.StartYear=1930
org.pentaho.reporting.libraries.formula.datesystem.ExcelHack=false
org.pentaho.reporting.libraries.formula.datesystem.StartYear=1930
org.pentaho.reporting.libraries.formula.datesystem.ExcelHack=false
#
# A list of all known functions.
......
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************************
*
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -24,13 +24,13 @@
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************ -->
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Paths" oor:package="org.openoffice.Office">
<node oor:name="Paths">
<node oor:name="Template" oor:op="fuse">
<node oor:name="InternalPaths">
<node oor:name="%origin%/templates" oor:op="fuse"/>
</node>
</node>
</node>
</oor:component-data>
************************************************************************ -->
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Paths" oor:package="org.openoffice.Office">
<node oor:name="Paths">
<node oor:name="Template" oor:op="fuse">
<node oor:name="InternalPaths">
<node oor:name="%origin%/templates" oor:op="fuse"/>
</node>
</node>
</node>
</oor:component-data>
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************************
*
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -24,33 +24,33 @@
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************ -->
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Filter">
<node oor:name="Filters">
<node oor:name="MediaWiki" oor:op="fuse">
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>MediaWiki</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.text.TextDocument</value></prop>
<prop oor:name="UIComponent"/>
<prop oor:name="UserData"><value oor:separator=",">com.sun.star.documentconversion.XSLTFilter,,,com.sun.star.comp.Writer.XMLOasisExporter,,%origin%/filter/odt2mediawiki.xsl</value></prop>
<prop oor:name="FilterService"><value>com.sun.star.comp.Writer.XmlFilterAdaptor</value></prop>
<prop oor:name="UIName">
<value xml:lang="x-default">MediaWiki</value>
</prop>
<prop oor:name="Flags"><value>EXPORT ALIEN 3RDPARTYFILTER</value></prop>
</node>
<node oor:name="MediaWiki_Web" oor:op="fuse">
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>MediaWiki</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.text.WebDocument</value></prop>
<prop oor:name="UIComponent"/>
<prop oor:name="UserData"><value oor:separator=",">com.sun.star.documentconversion.XSLTFilter,,,com.sun.star.comp.Writer.XMLOasisExporter,,%origin%/filter/odt2mediawiki.xsl</value></prop>
<prop oor:name="FilterService"><value>com.sun.star.comp.Writer.XmlFilterAdaptor</value></prop>
<prop oor:name="UIName">
<value xml:lang="x-default">MediaWiki</value>
</prop>
<prop oor:name="Flags"><value>EXPORT ALIEN 3RDPARTYFILTER</value></prop>
</node>
</node>
</oor:component-data>
************************************************************************ -->
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Filter">
<node oor:name="Filters">
<node oor:name="MediaWiki" oor:op="fuse">
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>MediaWiki</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.text.TextDocument</value></prop>
<prop oor:name="UIComponent"/>
<prop oor:name="UserData"><value oor:separator=",">com.sun.star.documentconversion.XSLTFilter,,,com.sun.star.comp.Writer.XMLOasisExporter,,%origin%/filter/odt2mediawiki.xsl</value></prop>
<prop oor:name="FilterService"><value>com.sun.star.comp.Writer.XmlFilterAdaptor</value></prop>
<prop oor:name="UIName">
<value xml:lang="x-default">MediaWiki</value>
</prop>
<prop oor:name="Flags"><value>EXPORT ALIEN 3RDPARTYFILTER</value></prop>
</node>
<node oor:name="MediaWiki_Web" oor:op="fuse">
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>MediaWiki</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.text.WebDocument</value></prop>
<prop oor:name="UIComponent"/>
<prop oor:name="UserData"><value oor:separator=",">com.sun.star.documentconversion.XSLTFilter,,,com.sun.star.comp.Writer.XMLOasisExporter,,%origin%/filter/odt2mediawiki.xsl</value></prop>
<prop oor:name="FilterService"><value>com.sun.star.comp.Writer.XmlFilterAdaptor</value></prop>
<prop oor:name="UIName">
<value xml:lang="x-default">MediaWiki</value>
</prop>
<prop oor:name="Flags"><value>EXPORT ALIEN 3RDPARTYFILTER</value></prop>
</node>
</node>
</oor:component-data>
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************************
*
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
......@@ -24,21 +24,21 @@
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************ -->
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Types">
<node oor:name="Types">
<node oor:name="MediaWiki" oor:op="fuse">
<prop oor:name="DetectService"><value>com.sun.star.comp.filters.XMLFilterDetect</value></prop>
<prop oor:name="URLPattern"/>
<prop oor:name="Extensions"><value>txt</value></prop>
<prop oor:name="MediaType"/>
<prop oor:name="Preferred"><value>false</value></prop>
<prop oor:name="PreferredFilter"/>
<prop oor:name="UIName">
<value xml:lang="x-default">MediaWiki</value>
</prop>
<prop oor:name="ClipboardFormat"/>
</node>
</node>
</oor:component-data>
************************************************************************ -->
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Types">
<node oor:name="Types">
<node oor:name="MediaWiki" oor:op="fuse">
<prop oor:name="DetectService"><value>com.sun.star.comp.filters.XMLFilterDetect</value></prop>
<prop oor:name="URLPattern"/>
<prop oor:name="Extensions"><value>txt</value></prop>
<prop oor:name="MediaType"/>
<prop oor:name="Preferred"><value>false</value></prop>
<prop oor:name="PreferredFilter"/>
<prop oor:name="UIName">
<value xml:lang="x-default">MediaWiki</value>
</prop>
<prop oor:name="ClipboardFormat"/>
</node>
</node>
</oor:component-data>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment