diff options
Diffstat (limited to 'migrationanalysis/src/resources')
-rw-r--r-- | migrationanalysis/src/resources/analysis.dtd | 69 | ||||
-rw-r--r-- | migrationanalysis/src/resources/makefile.mk | 50 | ||||
-rw-r--r-- | migrationanalysis/src/resources/results_paw.xlt | bin | 140800 -> 0 bytes |
3 files changed, 0 insertions, 119 deletions
diff --git a/migrationanalysis/src/resources/analysis.dtd b/migrationanalysis/src/resources/analysis.dtd deleted file mode 100644 index 5e5ca40bd6fd..000000000000 --- a/migrationanalysis/src/resources/analysis.dtd +++ /dev/null @@ -1,69 +0,0 @@ -<!-- - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * 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 . - --> -<!ELEMENT results ( document+ ) >
-<!ATTLIST results generated-by NMTOKEN #REQUIRED >
-<!ATTLIST results version CDATA #REQUIRED >
-<!ATTLIST results timestamp CDATA #REQUIRED >
-<!ATTLIST results type NMTOKEN #REQUIRED >
-
-<!ELEMENT document ( references?, issues? ) >
-<!ATTLIST document location CDATA #REQUIRED >
-<!ATTLIST document application CDATA #REQUIRED >
-<!ATTLIST document issues-count CDATA #IMPLIED >
-<!ATTLIST document pages CDATA #REQUIRED >
-<!ATTLIST document created CDATA #REQUIRED >
-<!ATTLIST document modified CDATA #REQUIRED >
-<!ATTLIST document accessed CDATA #REQUIRED >
-<!ATTLIST document printed CDATA #REQUIRED >
-<!ATTLIST document last-save-by CDATA #REQUIRED >
-<!ATTLIST document revision CDATA #REQUIRED >
-<!ATTLIST document based-on-template CDATA #REQUIRED >
-
-<!ELEMENT references ( reference+ ) >
-
-<!ELEMENT reference EMPTY >
-<!ATTLIST reference name CDATA #REQUIRED >
-<!ATTLIST reference description CDATA #REQUIRED >
-<!ATTLIST reference location CDATA #REQUIRED >
-<!ATTLIST reference type CDATA #REQUIRED >
-<!ATTLIST reference GUID CDATA #IMPLIED >
-<!ATTLIST reference is-broken CDATA #REQUIRED >
-<!ATTLIST reference builtin CDATA #REQUIRED >
-
-
-<!ELEMENT issues ( issue+ ) >
-
-<!ELEMENT issue ( location, details+ ) >
-<!ATTLIST issue category CDATA #REQUIRED >
-<!ATTLIST issue type CDATA #REQUIRED >
-<!ATTLIST issue prepared CDATA #REQUIRED >
-
-<!ELEMENT location ( property* ) >
-<!ATTLIST location type CDATA #REQUIRED >
-
-<!ELEMENT details ( (property+), (property | note)* ) >
-
-<!ELEMENT property EMPTY >
-<!ATTLIST property name CDATA #REQUIRED >
-<!ATTLIST property value CDATA #REQUIRED >
-
-<!ELEMENT note EMPTY >
-<!ATTLIST note index CDATA #REQUIRED >
-<!ATTLIST note value CDATA #REQUIRED >
-
-
diff --git a/migrationanalysis/src/resources/makefile.mk b/migrationanalysis/src/resources/makefile.mk deleted file mode 100644 index dd8788bf13bc..000000000000 --- a/migrationanalysis/src/resources/makefile.mk +++ /dev/null @@ -1,50 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# 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 . -# - -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) $@ - diff --git a/migrationanalysis/src/resources/results_paw.xlt b/migrationanalysis/src/resources/results_paw.xlt Binary files differdeleted file mode 100644 index 7ba5d5143d95..000000000000 --- a/migrationanalysis/src/resources/results_paw.xlt +++ /dev/null |