close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 19, 2010, 1:31:51 PM (14 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v32
|
v33
|
|
49 | 49 | Un paquete es un caso de NameBlock especial que se carga con la orden |
50 | 50 | {{{ |
| 51 | #!cpp |
51 | 52 | #Require NombreDePaquete; |
52 | 53 | }}} |
… |
… |
|
101 | 102 | La propia orden |
102 | 103 | {{{ |
103 | | #!cpp |
| 104 | #!cpp |
104 | 105 | #Require ThePackage |
105 | 106 | }}} |
… |
… |
|
115 | 116 | versión concreta |
116 | 117 | {{{ |
117 | | #!cpp |
| 118 | #!cpp |
118 | 119 | #Require ThePackage.2.4 |
119 | 120 | }}} |