summaryrefslogtreecommitdiffstats
path: root/pki/base/ocsp
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-12-02 18:53:01 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-12-02 18:53:01 +0000
commit91bdb46eccdc419c64a74702f022fec310c3664b (patch)
treec1b867050044b2302b59f4462d20364c18e57a77 /pki/base/ocsp
parent5ef22989a67da780f246e1799fe51c026ab9c995 (diff)
downloadpki-91bdb46eccdc419c64a74702f022fec310c3664b.tar.gz
pki-91bdb46eccdc419c64a74702f022fec310c3664b.tar.xz
pki-91bdb46eccdc419c64a74702f022fec310c3664b.zip
Bugzilla Bug #643206 - New CMake based build system for Dogtag
(Legacy build system changes for compliance) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1597 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/ocsp')
-rw-r--r--pki/base/ocsp/build.xml6
-rw-r--r--pki/base/ocsp/setup/config.desktop31
2 files changed, 3 insertions, 34 deletions
diff --git a/pki/base/ocsp/build.xml b/pki/base/ocsp/build.xml
index d9b783c1d..d3303d9e4 100644
--- a/pki/base/ocsp/build.xml
+++ b/pki/base/ocsp/build.xml
@@ -53,7 +53,7 @@
outputproperty="config.desktop.version">
<arg value="-pi -e"/>
<arg value="s/Version=.*/Version=${version}/"/>
- <arg value="setup/config.desktop"/>
+ <arg value="setup/config.desktop.in"/>
</exec>
@@ -190,7 +190,7 @@
<zipfileset dir="./setup"
filemode="644"
prefix="usr/share/${product.prefix}/${product}/setup">
- <include name="config.desktop"/>
+ <include name="config.desktop.in"/>
<include name="registry_instance"/>
</zipfileset>
<zipfileset dir="./shared/etc/init.d"
@@ -224,7 +224,7 @@
<tarfileset dir="./setup"
mode="644"
prefix="${dist.name}/usr/share/${product.prefix}/${product}/setup">
- <include name="config.desktop"/>
+ <include name="config.desktop.in"/>
<include name="registry_instance"/>
</tarfileset>
<tarfileset dir="./shared/etc/init.d"
diff --git a/pki/base/ocsp/setup/config.desktop b/pki/base/ocsp/setup/config.desktop
deleted file mode 100644
index 6a1222007..000000000
--- a/pki/base/ocsp/setup/config.desktop
+++ /dev/null
@@ -1,31 +0,0 @@
-# --- BEGIN COPYRIGHT BLOCK ---
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#
-# Copyright (C) 2007 Red Hat, Inc.
-# All rights reserved.
-# --- END COPYRIGHT BLOCK ---
-#
-[Desktop Entry]
-Version=1.0.0
-Encoding=UTF-8
-Name=Online Certificate Status Protocol Manager Configuration - [PKI_INSTANCE_ID]
-GenericName=Online Certificate Status Protocol Manager Configuration
-Comment=Configure Online Certificate Status Protocol Manager
-Exec=firefox https://[PKI_MACHINE_NAME]:[PKI_SECURE_PORT]/ocsp/admin/console/config/login?pin=[PKI_RANDOM_NUMBER]
-Icon=firefox.png
-Terminal=false
-Type=Application
-MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
-X-Desktop-File-Install-Version=0.9
-Categories=Application;CertServer;