~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/oc/project-manager-package.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-20 22:38:35 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20120220223835-ny223imz62qkk9ns
Tags: 2:3.3.90-0ubuntu1
* New upstream release.
* debian/rules: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="project-manager-package" xml:lang="oc">
3
 
 
4
 
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
5
 
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
6
 
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
7
 
    <link type="seealso" xref="project-manager-library"/>
8
 
    <desc>
9
 
      Add or remove packaged libraries from a target.
10
 
    </desc>
11
 
    <credit type="author">
12
 
      <name>Sébastien Granjoux</name>
13
 
      <email>seb.sfo@free.fr</email>
14
 
    </credit>
15
 
    <credit type="editor">
16
 
      <name>Philip Chimento</name>
17
 
      <email>philip.chimento@gmail.com</email>
18
 
    </credit>
19
 
  </info>
20
 
 
21
 
  <title>Add or remove packaged libraries</title>
22
 
 
23
 
  <p>
24
 
    When you have created a module containing one or more libraries, you can
25
 
    add it to a target.
26
 
  </p>
27
 
 
28
 
  <section>
29
 
    <title>Add a packaged library to a target</title>
30
 
 
31
 
    <p>
32
 
      Libraries cannot be added directly to a target. You need to put them
33
 
      into a module first and add this module to the target.
34
 
    </p>
35
 
 
36
 
    <steps>
37
 
      <item>
38
 
        <p>
39
 
          Select the program where you want to add the new library in
40
 
          the <gui>project view</gui>, click on the right mouse button to
41
 
          make the <gui>project context menu</gui> appear and select
42
 
          <gui>Add Library</gui>.
43
 
        </p>
44
 
        <p> 
45
 
          Or from the <gui>main menu</gui>, select <guiseq><gui>Project</gui>
46
 
          <gui>Add Library...</gui></guiseq>
47
 
        </p>
48
 
      </item>
49
 
      <item>
50
 
        <p>
51
 
          You need to select the target where you want to add the module
52
 
          in the <gui>target view</gui> above, and select the module that
53
 
          you want to add in the <gui>module view</gui> below. If you
54
 
          select a library inside a module, the parent module will be added.
55
 
        </p>
56
 
        <p>
57
 
          When you are done, click on the <gui>Add</gui> button to add the module.
58
 
        </p>
59
 
      </item>
60
 
    </steps>
61
 
 
62
 
  </section>
63
 
 
64
 
  <section>
65
 
    <title>Remove a packaged library from a target</title>
66
 
 
67
 
    <steps>
68
 
      <item>
69
 
        <p>
70
 
          Select the library you want to remove in the
71
 
          <gui>project view</gui>, click on the right mouse button to
72
 
          make the <gui>project context menu</gui> appear, and select
73
 
          <gui>Remove</gui>.
74
 
        </p>
75
 
      </item>
76
 
      <item>
77
 
        <p>
78
 
          Confirm the removal. This library will be removed from the target.
79
 
        </p>
80
 
      </item>
81
 
    </steps>
82
 
 
83
 
  </section>
84
 
 
85
 
</page>