summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-20 21:47:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-22 09:39:15 +0100
commitb2d7ede98716806cc4b3ea8547247175d5f04d18 (patch)
tree15288f6d8da317a5f70753aea0f799c55d0758dd /desktop
parent64d9d21d495fd5efa2ec624a181f204f8e914878 (diff)
ditch product registration implementation
Diffstat (limited to 'desktop')
-rw-r--r--desktop/prj/build.lst1
-rw-r--r--desktop/registry/data/org/openoffice/Office/Jobs.xcu74
-rwxr-xr-xdesktop/registry/data/org/openoffice/Office/makefile.mk77
3 files changed, 0 insertions, 152 deletions
diff --git a/desktop/prj/build.lst b/desktop/prj/build.lst
index a2c6f0ac6f88..a867234dc089 100644
--- a/desktop/prj/build.lst
+++ b/desktop/prj/build.lst
@@ -40,7 +40,6 @@ dt desktop\source\deployment\registry\executable nmake - all dt_dp_registry_exe
dt desktop\scripts nmake - u dt_scripts dt_inc NULL
dt desktop\util nmake - all dt_util dt_app dt_pagein.u dt_spl dt_uwrapper.u dt_usplash.u dt_wrapper.w dt_officeloader.w dt_officeloader_unx.u dt_migr dt_win32_quickstart_so.w dt_zipintro NULL
dt desktop\zipintro nmake - all dt_zipintro NULL
-dt desktop\registry\data\org\openoffice\Office nmake - all sn_regconfig NULL
dt desktop\qa\deployment_misc nmake - all sn_qa_deployment_misc dt_dp_misc dt_inc NULL
dt desktop\test\deployment\active nmake - all dt_test_deployment_active NULL
dt desktop\test\deployment\boxt nmake - all dt_test_deployment_boxt NULL
diff --git a/desktop/registry/data/org/openoffice/Office/Jobs.xcu b/desktop/registry/data/org/openoffice/Office/Jobs.xcu
deleted file mode 100644
index 0572d96a2a63..000000000000
--- a/desktop/registry/data/org/openoffice/Office/Jobs.xcu
+++ /dev/null
@@ -1,74 +0,0 @@
-<?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.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************ -->
-<oor:component-data oor:name="Jobs" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <node oor:name="Jobs">
- <node oor:name="ProductRegistration" oor:op="replace">
- <prop oor:name="Service">
- <value>com.sun.star.comp.framework.DoRegistrationJob</value>
- </prop>
- <node oor:name="Arguments">
- <prop oor:name="ProductName" oor:op="replace" oor:type="xs:string">
- <value>${SERVICETAG_PRODUCTNAME}</value>
- </prop>
- <prop oor:name="ProductVersion" oor:op="replace" oor:type="xs:string">
- <value>${SERVICETAG_PRODUCTVERSION}</value>
- </prop>
- <prop oor:name="ProductURN" oor:op="replace" oor:type="xs:string">
- <value>${SERVICETAG_URN}</value>
- </prop>
- <prop oor:name="ProductSource" oor:op="replace" oor:type="xs:string">
- <value>${SERVICETAG_SOURCE}</value>
- </prop>
- <prop oor:name="ProductParent" oor:op="replace" oor:type="xs:string">
- <value>${SERVICETAG_PARENTNAME}</value>
- </prop>
- <prop oor:name="Vendor" oor:op="replace" oor:type="xs:string">
- <value>Sun Microsystems, Inc.</value>
- </prop>
- <prop oor:name="RegistrationData" oor:op="replace" oor:type="xs:string">
- <value>$(user)/registration.xml</value>
- </prop>
- <prop oor:name="RegistrationURL" oor:op="replace" oor:type="xs:string">
- <value>${REGISTRATION_HOST}/register/${registry_urn}?product=${REGISTRATION_PRODUCT}&amp;locale=${locale}&amp;cid=${REGISTRATION_CID}</value>
- </prop>
- </node>
- </node>
- </node>
- <node oor:name="Events">
- <node oor:name="onRegisterNow" oor:op="fuse">
- <node oor:name="JobList">
- <node oor:name="ProductRegistration" oor:op="replace"/>
- </node>
- </node>
- <node oor:name="onRegisterLater" oor:op="fuse">
- <node oor:name="JobList">
- <node oor:name="ProductRegistration" oor:op="replace"/>
- </node>
- </node>
- </node>
-</oor:component-data>
diff --git a/desktop/registry/data/org/openoffice/Office/makefile.mk b/desktop/registry/data/org/openoffice/Office/makefile.mk
deleted file mode 100755
index 2ad8441ea3d3..000000000000
--- a/desktop/registry/data/org/openoffice/Office/makefile.mk
+++ /dev/null
@@ -1,77 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..$/..$/..
-PRJNAME=setup_native
-TARGET=data_registration
-PACKAGE=org.openoffice.Office
-
-ABSXCSROOT=$(SOLARXMLDIR)
-XCSROOT=..
-DTDDIR=$(ABSXCSROOT)
-XSLDIR=$(ABSXCSROOT)$/processing
-PROCESSOUT=$(MISC)$/$(TARGET)
-PROCESSORDIR=$(SOLARBINDIR)
-
-.INCLUDE : settings.mk
-.IF "$(L10N_framework)"==""
-
-# --- Files -------------------------------------------------------
-
-.IF "$(BUILD_SPECIAL)"!=""
-
-XCUFILES= \
- Jobs.xcu
-
-MODULEFILES=
-
-LOCALIZEDFILES=
-
-PACKAGEDIR=$(subst,.,$/ $(PACKAGE))
-SPOOLDIR=$(MISC)$/registry$/spool
-
-MYXCUFILES= \
- $(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-registration.xcu
-
-.ELSE # "$(BUILD_SPECIAL)"!=""
-
-dummy:
- @echo "Nothing to build"
-
-.ENDIF # "$(BUILD_SPECIAL)"!=""
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
-.ENDIF # L10N_framework
-ALLTAR : $(MYXCUFILES)
-
-$(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-registration.xcu : $(PROCESSOUT)$/registry$/data$/$/$(PACKAGEDIR)$/Jobs.xcu
- @-$(MKDIRHIER) $(@:d)
- @$(COPY) $< $@
-