Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 70577735f7a01a4acb7c2b7ee5f86a0b5e40fbc3 (plain) (blame)
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
# Copyright (c) 2012 Eike Stepper (Berlin, Germany) and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#    Eike Stepper - initial API and implementation

pluginName = Net4j Signalling Platform Examples Installer
providerName = Eclipse Modeling Project

Net4jExampleCategory_name = Net4j Signalling Platform

ExampleBuddiesWizard_name = Net4j Chat Buddies Example
ExampleBuddiesWizard_desc = Create plug-in projects for a complete distributed chat and extensible collaboration system.
ExampleProject_buddies_desc = This project contains the client-side core.
ExampleProject_buddies.chat_desc = This project contains the chat core support.
ExampleProject_buddies.chat.ui_desc = This project contains the chat UI.
ExampleProject_buddies.common_desc = This project contains the common framework.
ExampleProject_buddies.server_desc = This project contains the server.
ExampleProject_buddies.ui_desc = This project contains the generic UI.

ExampleJMSWizard_name = Net4j JMS Provider Example
ExampleJMSWizard_desc = Create plug-in projects for a complete JMS Provider implemented on top of the Net4j Signalling Platform.
ExampleProject_jms_desc = This project contains the client-side JMS implementation.
ExampleProject_jms.admin_desc = This project contains a admisnistrative facility to create JMS queues and topics.
ExampleProject_jms.api_desc = This project contains the JMS specification API.
ExampleProject_jms.server_desc = This project contains the JMS server implementation.
ExampleProject_jms.server.jdbc_desc = This project contains JDBC persistence support for the JMS server.
ExampleProject_jms.tests_desc = This project contains the tests.

Back to the top