1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html
|
---|
3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xml:lang="en" lang="en">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
---|
7 | <meta name="copyright" content="(C) Copyright 2005"/>
|
---|
8 | <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
|
---|
9 | <meta name="DC.Type" content="task"/>
|
---|
10 | <meta name="DC.Title" content="Removing plug-ins"/>
|
---|
11 | <meta name="abstract" content="Plug-ins can be installed by removing the plug-in and running integration process."/>
|
---|
12 | <meta name="description" content="Plug-ins can be installed by removing the plug-in and running integration process."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/extending-the-ot.html"/>
|
---|
14 | <meta name="DC.Format" content="XHTML"/>
|
---|
15 | <meta name="DC.Identifier" content="plugins-removing"/>
|
---|
16 | <meta name="DC.Language" content="en"/>
|
---|
17 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
18 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
19 | <title>Removing plug-ins</title>
|
---|
20 | </head>
|
---|
21 | <body id="plugins-removing">
|
---|
22 |
|
---|
23 |
|
---|
24 | <h1 class="title topictitle1">Removing plug-ins</h1>
|
---|
25 |
|
---|
26 |
|
---|
27 | <div class="body taskbody"><p class="shortdesc">Plug-ins can be installed by removing the plug-in and running integration
|
---|
28 | process.</p>
|
---|
29 |
|
---|
30 | <div class="tasklabel"><h2 class="sectiontitle tasklabel">Procedure</h2></div><ol class="ol steps"><li class="li step stepexpand">
|
---|
31 | <span class="ph cmd">Remove plug-in installation directory.</span>
|
---|
32 | </li>
|
---|
33 | <li class="li step stepexpand">
|
---|
34 | <span class="ph cmd">Run integration process.</span>
|
---|
35 | <div class="itemgroup info">
|
---|
36 | <pre class="pre codeblock">ant -f integrator.xml</pre>
|
---|
37 |
|
---|
38 | </div>
|
---|
39 | </li>
|
---|
40 | </ol>
|
---|
41 |
|
---|
42 | </div>
|
---|
43 |
|
---|
44 | <div class="related-links">
|
---|
45 | <div class="familylinks">
|
---|
46 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../dev_ref/extending-the-ot.html" title="There are several methods that can be used to extend the toolkit; not all of them are recommended or supported. The best way to create most extensions is with a plug-in; extended documentation for creating plug-ins is provided in the next section.">Extending the DITA Open Toolkit</a></div>
|
---|
47 | </div>
|
---|
48 | </div>
|
---|
49 |
|
---|
50 | </body>
|
---|
51 | </html>
|
---|