1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552
|
Source: eclipse-platform
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk (>= 2:1.17),
eclipse-debian-helper (>= 1.10~),
libatinject-jsr330-api-java,
libeclipse-core-commands-java,
libeclipse-core-filebuffers-java,
libeclipse-e4-ui-services-java,
libeclipse-jface-java,
libeclipse-jface-text-java (>= 3.20),
libeclipse-osgi-java,
libeclipse-osgi-services-java (>= 3.7.0),
libeclipse-text-java (>= 3.9),
libeclipse-ui-editors-java,
libeclipse-ui-forms-java,
libeclipse-ui-ide-java,
libeclipse-ui-java (>= 3.111),
libeclipse-ui-navigator-java,
libeclipse-ui-views-java,
libeclipse-ui-workbench-java (>= 3.115),
libeclipse-ui-workbench-texteditor-java,
libequinox-app-java,
libequinox-common-java (>= 3.13),
libequinox-preferences-java,
libequinox-registry-java,
libequinox-security-java,
libgeronimo-annotation-1.3-spec-java,
libicu4j-java,
libjsch-java,
libswt-gtk-4-java (>= 4.8)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/eclipse-platform.git
Vcs-Browser: https://salsa.debian.org/java-team/eclipse-platform
Homepage: http://www.eclipse.org/eclipse/platform-core/
Rules-Requires-Root: no
Package: libeclipse-compare-java
Architecture: all
Depends:
libeclipse-core-commands-java,
libeclipse-core-filebuffers-java,
libeclipse-jface-java,
libeclipse-jface-text-java,
libeclipse-text-java,
libeclipse-ui-editors-java,
libeclipse-ui-forms-java,
libeclipse-ui-ide-java,
libeclipse-ui-navigator-java,
libeclipse-ui-views-java,
libeclipse-ui-workbench-java,
libeclipse-ui-workbench-texteditor-java,
libequinox-common-java (>= 3.12),
libequinox-preferences-java,
libequinox-registry-java,
libicu4j-java,
libswt-gtk-4-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse Compare Support
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.compare bundle.
Package: libeclipse-compare-core-java
Architecture: all
Depends:
libequinox-common-java,
libicu4j-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse Core Compare Support
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.compare.core bundle.
Package: libeclipse-core-jobs-java
Architecture: all
Depends:
libequinox-common-java,
${bundle-Depends},
${misc:Depends}
Description: Eclipse Core Jobs
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.core.jobs bundle.
Package: libeclipse-core-contenttype-java
Architecture: all
Depends:
libequinox-common-java (>= 3.13),
${bundle-Depends},
${misc:Depends}
Description: Eclipse Content Mechanism
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.core.contenttype bundle.
Package: libeclipse-core-externaltools-java
Architecture: all
Depends:
libequinox-common-java,
libequinox-registry-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse External Tools Headless Support
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.core.externaltools bundle.
Package: libeclipse-core-filesystem-java
Architecture: all
Depends: ${bundle:Depends}, ${misc:Depends}
Description: Eclipse Core File Systems
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.core.filesystem bundle which provides
an abstract, generic file system API, including an implementation of this
API for the local file system. This is the API through which the resources
plugin accesses an underlying file system.
Package: libeclipse-core-net-java
Architecture: all
Depends:
libeclipse-osgi-java,
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
libequinox-security-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse Internet Connection Management
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.core.net bundle.
Package: libeclipse-core-resources-java
Architecture: all
Depends: ${bundle:Depends}, ${misc:Depends}
Description: Eclipse Core Resource Management
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.core.resources bundle.
Package: libeclipse-core-runtime-java
Architecture: all
Depends: ${bundle-Depends}, ${misc:Depends}
Description: Eclipse Core Runtime
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.core.runtime bundle.
Package: libeclipse-core-expressions-java
Architecture: all
Depends:
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
${bundle-Depends},
${misc:Depends}
Description: Eclipse Expression Language
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.core.expressions bundle.
#Package: libeclipse-core-tools-java
#Architecture: all
#Depends: ${misc:Depends}, ${bundle-Depends}, libequinox-common-java, libequinox-preferences-java, libequinox-registry-java
#Description: Eclipse Core Tools
# Eclipse Platform defines the set of frameworks and common services that
# collectively make up infrastructure required to support the use of Eclipse
# as a component model, as a Rich Client Platform (RCP) and as a comprehensive
# tool integration platform. The core component provides basic platform
# infrastructure that does not involve any UI.
# .
# This package contains the org.eclipse.core.tools bundle.
Package: libeclipse-core-variables-java
Architecture: all
Depends:
libeclipse-osgi-java,
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse Core Variables
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.core.variables bundle.
Package: libeclipse-debug-core-java
Architecture: all
Depends:
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
libicu4j-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse Debug Core
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.debug.core bundle.
Package: libeclipse-debug-ui-java
Architecture: all
Depends:
libeclipse-core-commands-java,
libeclipse-e4-ui-services-java,
libeclipse-jface-java,
libeclipse-jface-text-java (>= 3.20),
libeclipse-text-java,
libeclipse-ui-editors-java,
libeclipse-ui-forms-java,
libeclipse-ui-ide-java,
libeclipse-ui-java (>= 3.111),
libeclipse-ui-workbench-java (>= 3.115),
libeclipse-ui-workbench-texteditor-java,
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
libicu4j-java,
libswt-gtk-4-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse Debug UI
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.debug.ui bundle.
Package: libeclipse-e4-core-contexts-java
Architecture: all
Depends:
libatinject-jsr330-api-java,
libeclipse-osgi-services-java,
${bundle-Depends},
${misc:Depends}
Description: Eclipse Contexts
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.e4.core.contexts bundle.
Package: libeclipse-e4-core-di-java
Architecture: all
Depends:
libatinject-jsr330-api-java,
libgeronimo-annotation-1.3-spec-java,
${bundle-Depends},
${misc:Depends}
Description: Eclipse Dependency Injection
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.e4.core.di bundle.
Package: libeclipse-e4-core-di-annotations-java
Architecture: all
Depends:
libatinject-jsr330-api-java,
${bundle-Depends},
${misc:Depends}
Description: Eclipse Dependency Injection Annotations
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.e4.core.di.annotations bundle.
Package: libeclipse-e4-core-di-extensions-java
Architecture: all
Depends:
libatinject-jsr330-api-java,
${bundle-Depends},
${misc:Depends}
Description: Eclipse Dependency Injection Extensions
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.e4.core.di.extensions bundle.
Package: libeclipse-e4-core-di-extensions-supplier-java
Architecture: all
Depends:
libeclipse-osgi-services-java (>= 3.7.0),
libequinox-preferences-java,
libgeronimo-annotation-1.3-spec-java,
${bundle-Depends},
${misc:Depends}
Description: Eclipse Dependency Injection Extensions Supplier
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.e4.core.di.extensions.supplier bundle.
Package: libeclipse-e4-core-services-java
Architecture: all
Depends:
libatinject-jsr330-api-java,
libeclipse-osgi-services-java (>= 3.7.0),
libequinox-common-java,
libequinox-preferences-java,
libgeronimo-annotation-1.3-spec-java,
${bundle-Depends},
${misc:Depends}
Description: Eclipse Application Services
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.e4.core.services bundle.
Package: libeclipse-help-java
Architecture: all
Depends:
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
libicu4j-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse Help System Core
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.help bundle.
Package: libeclipse-jsch-core-java
Architecture: all
Depends:
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
libjsch-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse JSch Core
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.jsch.core bundle.
Package: libeclipse-jsch-ui-java
Architecture: all
Depends:
libeclipse-core-commands-java,
libeclipse-jface-java,
libeclipse-ui-workbench-java,
libequinox-common-java,
libequinox-registry-java,
libjsch-java,
libswt-gtk-4-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse JSch UI
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.jsch.ui bundle.
Package: libeclipse-team-core-java
Architecture: all
Depends:
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse Team Support Core
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.team.core bundle.
Package: libeclipse-team-genericeditor-diff-extension-java
Architecture: all
Depends:
libeclipse-core-filebuffers-java,
libeclipse-jface-text-java,
libeclipse-text-java,
libswt-gtk-4-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse Diff Extension for Generic Editor
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.team.genericeditor.diff.extension bundle.
Package: libeclipse-team-ui-java
Architecture: all
Depends:
libeclipse-core-commands-java,
libeclipse-jface-java,
libeclipse-jface-text-java,
libeclipse-text-java,
libeclipse-ui-editors-java,
libeclipse-ui-forms-java,
libeclipse-ui-ide-java,
libeclipse-ui-navigator-java,
libeclipse-ui-workbench-java,
libeclipse-ui-workbench-texteditor-java,
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
libicu4j-java,
libswt-gtk-4-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse Team Support UI
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.team.ui bundle.
Package: libeclipse-ui-console-java
Architecture: all
Depends:
libeclipse-core-commands-java,
libeclipse-jface-java,
libeclipse-jface-text-java,
libeclipse-text-java (>= 3.9),
libeclipse-ui-workbench-java,
libeclipse-ui-workbench-texteditor-java,
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
libicu4j-java,
libswt-gtk-4-java (>= 4.8),
${bundle:Depends},
${misc:Depends}
Description: Eclipse Console
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.ui.console bundle.
Package: libeclipse-ui-externaltools-java
Architecture: all
Depends:
libeclipse-core-commands-java,
libeclipse-jface-java,
libeclipse-ui-ide-java,
libeclipse-ui-workbench-java,
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
libswt-gtk-4-java,
${bundle:Depends},
${misc:Depends}
Description: Eclipse External Tools
Eclipse Platform defines the set of frameworks and common services that
collectively make up infrastructure required to support the use of Eclipse
as a component model, as a Rich Client Platform (RCP) and as a comprehensive
tool integration platform. The core component provides basic platform
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.ui.externaltools bundle.
|