| # Copyright (c) 2012 Eike Stepper (Loehne, 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. |