JBoss Tools SVN: r28956 - trunk/jbpm/docs/converter_ref/en-US.
by jbosstools-commits@lists.jboss.org
Author: jpeterka
Date: 2011-02-03 04:41:44 -0500 (Thu, 03 Feb 2011)
New Revision: 28956
Modified:
trunk/jbpm/docs/converter_ref/en-US/bpmn2jpdl.xml
Log:
[BPMNdoc] unified BPMN and JPDL format
Modified: trunk/jbpm/docs/converter_ref/en-US/bpmn2jpdl.xml
===================================================================
--- trunk/jbpm/docs/converter_ref/en-US/bpmn2jpdl.xml 2011-02-03 06:29:24 UTC (rev 28955)
+++ trunk/jbpm/docs/converter_ref/en-US/bpmn2jpdl.xml 2011-02-03 09:41:44 UTC (rev 28956)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="bpmn2jpdl" >
- <title>Translate a Bpmn file to a JPDL file</title>
- <para>This chapter provides you with the necessary steps to translate a Bpmn file to a JPDL file.</para>
+ <title>Translate a BPMN file to a JPDL file</title>
+ <para>This chapter provides you with the necessary steps to translate a BPMN file to a JPDL file.</para>
<section id="createproject">
<title>Creating a project</title>
- <para>Before creating a Bpmn file, you should have a Project created.</para>
+ <para>Before creating a BPMN file, you should have a Project created.</para>
<para>
Create a project by selecting
<menuchoice>
@@ -49,18 +49,18 @@
</mediaobject>
</figure>
<para>Open the <guilabel>test.bpmn_diagram</guilabel> file by double-clicking it.</para>
- <para>Draw the Bpmn diagram using the STP BPMN editor. For more information on how to use the STP BPMN editor, please visit the <ulink url="http://www.eclipse.org/bpmn/">BPMN project page</ulink>.</para>
+ <para>Draw the BPMN diagram using the STP BPMN editor. For more information on how to use the STP BPMN editor, please visit the <ulink url="http://www.eclipse.org/bpmn/">BPMN project page</ulink>.</para>
</section>
<section id="bpmntojpdl">
- <title>Exporting a Bpmn File to Jpdl files</title>
- <para>A Bpmn file may include more than one pool. Every pool can be mapped to a corresponding Jpdl file.</para>
+ <title>Exporting a BPMN File to JPDL files</title>
+ <para>A BPMN file may include more than one pool. Every pool can be mapped to a corresponding JPDL file.</para>
<itemizedlist>
<listitem>
<para>Select the <guilabel>test.bpmn</guilabel> file and right-click on it. Open the export wizard by selecting
<menuchoice>
<guimenuitem>Export...</guimenuitem>
<guimenuitem>BPMN</guimenuitem>
- <guimenuitem>BPMN to jPDL...</guimenuitem>
+ <guimenuitem>BPMN to JPDL...</guimenuitem>
</menuchoice>
from the context menu.
</para>
13 years, 11 months
JBoss Tools SVN: r28955 - trunk/smooks/plugins/org.jboss.tools.smooks.core/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-02-03 01:29:24 -0500 (Thu, 03 Feb 2011)
New Revision: 28955
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF
Log:
apply JBIDE-8318_MANIFEST.MF.patch
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF 2011-02-03 06:29:07 UTC (rev 28954)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF 2011-02-03 06:29:24 UTC (rev 28955)
@@ -48,3 +48,4 @@
org.jboss.tools.smooks.model.smooks.provider,
org.jboss.tools.smooks.model.smooks.util
Bundle-Localization: plugin
+Bundle-Vendor: %Bundle-Vendor.0
13 years, 11 months
JBoss Tools SVN: r28954 - trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-02-03 01:29:07 -0500 (Thu, 03 Feb 2011)
New Revision: 28954
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF
Log:
apply JBIDE-8317_MANIFEST.MF.patch
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF 2011-02-03 06:23:10 UTC (rev 28953)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF 2011-02-03 06:29:07 UTC (rev 28954)
@@ -16,3 +16,4 @@
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %providerName
+Bundle-Localization: plugin
13 years, 11 months
JBoss Tools SVN: r28953 - branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-02-03 01:23:10 -0500 (Thu, 03 Feb 2011)
New Revision: 28953
Modified:
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF
Log:
apply JBIDE-8317_MANIFEST.MF.patch
Modified: branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF 2011-02-03 06:22:55 UTC (rev 28952)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF 2011-02-03 06:23:10 UTC (rev 28953)
@@ -16,3 +16,4 @@
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %providerName
+Bundle-Localization: plugin
13 years, 11 months
JBoss Tools SVN: r28952 - branches/jbosstools-3.2.x/smooks/plugins/org.jboss.tools.smooks.core/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-02-03 01:22:55 -0500 (Thu, 03 Feb 2011)
New Revision: 28952
Modified:
branches/jbosstools-3.2.x/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF
Log:
apply JBIDE-8318_MANIFEST.MF.patch
Modified: branches/jbosstools-3.2.x/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF 2011-02-03 05:02:11 UTC (rev 28951)
+++ branches/jbosstools-3.2.x/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF 2011-02-03 06:22:55 UTC (rev 28952)
@@ -48,3 +48,4 @@
org.jboss.tools.smooks.model.smooks.provider,
org.jboss.tools.smooks.model.smooks.util
Bundle-Localization: plugin
+Bundle-Vendor: %Bundle-Vendor.0
13 years, 11 months
JBoss Tools SVN: r28951 - in trunk/esb/docs/esb_ref_guide/en-US: images/esb_support and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-03 00:02:11 -0500 (Thu, 03 Feb 2011)
New Revision: 28951
Modified:
trunk/esb/docs/esb_ref_guide/en-US/Book_Info.xml
trunk/esb/docs/esb_ref_guide/en-US/images/esb_support/04_create_esb.png
trunk/esb/docs/esb_ref_guide/en-US/tasks.xml
Log:
General Documentation Updates
Modified: trunk/esb/docs/esb_ref_guide/en-US/Book_Info.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en-US/Book_Info.xml 2011-02-03 04:42:05 UTC (rev 28950)
+++ trunk/esb/docs/esb_ref_guide/en-US/Book_Info.xml 2011-02-03 05:02:11 UTC (rev 28951)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>7</pubsnumber>
+ <pubsnumber>8</pubsnumber>
<abstract>
<para>The ESB Tools Reference Guide explains how to use the ESB Tools to create ESB files quickly and with precision.</para>
</abstract>
Modified: trunk/esb/docs/esb_ref_guide/en-US/images/esb_support/04_create_esb.png
===================================================================
(Binary files differ)
Modified: trunk/esb/docs/esb_ref_guide/en-US/tasks.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en-US/tasks.xml 2011-02-03 04:42:05 UTC (rev 28950)
+++ trunk/esb/docs/esb_ref_guide/en-US/tasks.xml 2011-02-03 05:02:11 UTC (rev 28951)
@@ -366,7 +366,7 @@
<para>We will show you how to use the Creation wizard for creating a new ESB file.</para>
- <para>At first you should open any project. Select
+ <para>At first you should open a project that has the ESB facet enabled. Select
<menuchoice>
<guimenuitem>File</guimenuitem>
<guimenuitem>New</guimenuitem>
13 years, 11 months
JBoss Tools SVN: r28950 - in trunk/bpmn/plugins/org.jboss.tools.jbpm: src/main/java/org/jboss/tools/jbpm/wizard/project and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: KrisVerlaenen
Date: 2011-02-02 23:42:05 -0500 (Wed, 02 Feb 2011)
New Revision: 28950
Added:
trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/resources/org/jboss/tools/jbpm/wizard/project/sample.bpmn.template
Modified:
trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/antlr-runtime.jar
trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/drools-api.jar
trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/drools-compiler.jar
trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/drools-core.jar
trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/jbpm-bam.jar
trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/jbpm-bpmn2.jar
trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/jbpm-flow-builder.jar
trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/jbpm-flow.jar
trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/mvel2.jar
trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/java/org/jboss/tools/jbpm/wizard/project/NewJBPMProjectWizard.java
trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/resources/org/jboss/tools/jbpm/wizard/project/ProcessLauncherSample.java.template
Log:
Update to jBPM 5.0.0
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/antlr-runtime.jar
===================================================================
(Binary files differ)
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/drools-api.jar
===================================================================
(Binary files differ)
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/drools-compiler.jar
===================================================================
(Binary files differ)
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/drools-core.jar
===================================================================
(Binary files differ)
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/jbpm-bam.jar
===================================================================
(Binary files differ)
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/jbpm-bpmn2.jar
===================================================================
(Binary files differ)
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/jbpm-flow-builder.jar
===================================================================
(Binary files differ)
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/jbpm-flow.jar
===================================================================
(Binary files differ)
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/lib/mvel2.jar
===================================================================
(Binary files differ)
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/java/org/jboss/tools/jbpm/wizard/project/NewJBPMProjectWizard.java
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/java/org/jboss/tools/jbpm/wizard/project/NewJBPMProjectWizard.java 2011-02-03 03:25:40 UTC (rev 28949)
+++ trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/java/org/jboss/tools/jbpm/wizard/project/NewJBPMProjectWizard.java 2011-02-03 04:42:05 UTC (rev 28950)
@@ -300,23 +300,23 @@
* Create the sample process file.
*/
private void createProcess(IJavaProject project, IProgressMonitor monitor) throws CoreException {
- String fileName = "org/jboss/tools/jbpm/wizard/project/sample.bpmn2.template";
+ String fileName = "org/jboss/tools/jbpm/wizard/project/sample.bpmn.template";
IFolder folder = project.getProject().getFolder("src/main/resources");
- IFile file = folder.getFile("sample.bpmn2");
+ IFile file = folder.getFile("sample.bpmn");
InputStream inputstream = getClass().getClassLoader().getResourceAsStream(fileName);
if (!file.exists()) {
file.create(inputstream, true, monitor);
} else {
file.setContents(inputstream, true, false, monitor);
}
- fileName = "org/jboss/tools/jbpm/wizard/project/sample.prd.template";
- file = folder.getFile("sample.prd");
- inputstream = getClass().getClassLoader().getResourceAsStream(fileName);
- if (!file.exists()) {
- file.create(inputstream, true, monitor);
- } else {
- file.setContents(inputstream, true, false, monitor);
- }
+// fileName = "org/jboss/tools/jbpm/wizard/project/sample.prd.template";
+// file = folder.getFile("sample.prd");
+// inputstream = getClass().getClassLoader().getResourceAsStream(fileName);
+// if (!file.exists()) {
+// file.create(inputstream, true, monitor);
+// } else {
+// file.setContents(inputstream, true, false, monitor);
+// }
}
/**
Modified: trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/resources/org/jboss/tools/jbpm/wizard/project/ProcessLauncherSample.java.template
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/resources/org/jboss/tools/jbpm/wizard/project/ProcessLauncherSample.java.template 2011-02-03 03:25:40 UTC (rev 28949)
+++ trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/resources/org/jboss/tools/jbpm/wizard/project/ProcessLauncherSample.java.template 2011-02-03 04:42:05 UTC (rev 28950)
@@ -1,26 +1,13 @@
package com.sample;
-import java.util.Properties;
-
import org.drools.KnowledgeBase;
-import org.drools.KnowledgeBaseFactory;
import org.drools.builder.KnowledgeBuilder;
import org.drools.builder.KnowledgeBuilderFactory;
import org.drools.builder.ResourceType;
-import org.drools.compiler.BPMN2ProcessFactory;
-import org.drools.compiler.ProcessBuilderFactory;
-import org.drools.impl.EnvironmentFactory;
import org.drools.io.ResourceFactory;
import org.drools.logger.KnowledgeRuntimeLogger;
import org.drools.logger.KnowledgeRuntimeLoggerFactory;
-import org.drools.marshalling.impl.ProcessMarshallerFactory;
-import org.drools.runtime.KnowledgeSessionConfiguration;
import org.drools.runtime.StatefulKnowledgeSession;
-import org.drools.runtime.process.ProcessRuntimeFactory;
-import org.jbpm.bpmn2.BPMN2ProcessProviderImpl;
-import org.jbpm.marshalling.impl.ProcessMarshallerFactoryServiceImpl;
-import org.jbpm.process.builder.ProcessBuilderFactoryServiceImpl;
-import org.jbpm.process.instance.ProcessRuntimeFactoryServiceImpl;
/**
* This is a sample file to launch a process.
@@ -31,7 +18,7 @@
try {
// load up the knowledge base
KnowledgeBase kbase = readKnowledgeBase();
- StatefulKnowledgeSession ksession = createSession(kbase);
+ StatefulKnowledgeSession ksession = kbase.newStatefulKnowledgeSession();
KnowledgeRuntimeLogger logger = KnowledgeRuntimeLoggerFactory.newFileLogger(ksession, "test");
// start a new process instance
ksession.startProcess("com.sample.bpmn.hello");
@@ -42,20 +29,9 @@
}
private static KnowledgeBase readKnowledgeBase() throws Exception {
- ProcessBuilderFactory.setProcessBuilderFactoryService(new ProcessBuilderFactoryServiceImpl());
- ProcessMarshallerFactory.setProcessMarshallerFactoryService(new ProcessMarshallerFactoryServiceImpl());
- ProcessRuntimeFactory.setProcessRuntimeFactoryService(new ProcessRuntimeFactoryServiceImpl());
- BPMN2ProcessFactory.setBPMN2ProcessProvider(new BPMN2ProcessProviderImpl());
KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newKnowledgeBuilder();
- kbuilder.add(ResourceFactory.newClassPathResource("sample.bpmn2"), ResourceType.BPMN2);
+ kbuilder.add(ResourceFactory.newClassPathResource("sample.bpmn"), ResourceType.BPMN2);
return kbuilder.newKnowledgeBase();
}
- private static StatefulKnowledgeSession createSession(KnowledgeBase kbase) {
- Properties properties = new Properties();
- properties.put("drools.processInstanceManagerFactory", "org.jbpm.process.instance.impl.DefaultProcessInstanceManagerFactory");
- properties.put("drools.processSignalManagerFactory", "org.jbpm.process.instance.event.DefaultSignalManagerFactory");
- KnowledgeSessionConfiguration config = KnowledgeBaseFactory.newKnowledgeSessionConfiguration(properties);
- return kbase.newStatefulKnowledgeSession(config, EnvironmentFactory.newEnvironment());
- }
}
\ No newline at end of file
Added: trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/resources/org/jboss/tools/jbpm/wizard/project/sample.bpmn.template
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/resources/org/jboss/tools/jbpm/wizard/project/sample.bpmn.template (rev 0)
+++ trunk/bpmn/plugins/org.jboss.tools.jbpm/src/main/resources/org/jboss/tools/jbpm/wizard/project/sample.bpmn.template 2011-02-03 04:42:05 UTC (rev 28950)
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<definitions id="Definition"
+ targetNamespace="http://www.jboss.org/drools"
+ typeLanguage="http://www.java.com/javaTypes"
+ expressionLanguage="http://www.mvel.org/2.0"
+ xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"
+ xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
+ xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
+ xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
+ xmlns:tns="http://www.jboss.org/drools">
+
+ <process processType="Private" isExecutable="true" id="com.sample.bpmn.hello" name="Hello World" >
+
+ <!-- nodes -->
+ <scriptTask id="_2" name="Hello" >
+ <script>System.out.println("Hello World");</script>
+ </scriptTask>
+ <startEvent id="_1" name="StartProcess" />
+ <endEvent id="_3" name="EndProcess" >
+ <terminateEventDefinition/>
+ </endEvent>
+
+ <!-- connections -->
+ <sequenceFlow id="_1-_2" sourceRef="_1" targetRef="_2" />
+ <sequenceFlow id="_2-_3" sourceRef="_2" targetRef="_3" />
+
+ </process>
+
+ <bpmndi:BPMNDiagram>
+ <bpmndi:BPMNPlane bpmnElement="com.sample.bpmn.hello" >
+ <bpmndi:BPMNShape bpmnElement="_2" >
+ <dc:Bounds x="96" y="16" width="80" height="48" />
+ </bpmndi:BPMNShape>
+ <bpmndi:BPMNShape bpmnElement="_1" >
+ <dc:Bounds x="16" y="16" width="48" height="48" />
+ </bpmndi:BPMNShape>
+ <bpmndi:BPMNShape bpmnElement="_3" >
+ <dc:Bounds x="206" y="17" width="48" height="48" />
+ </bpmndi:BPMNShape>
+ <bpmndi:BPMNEdge bpmnElement="_1-_2" >
+ <di:waypoint x="40" y="40" />
+ <di:waypoint x="136" y="40" />
+ </bpmndi:BPMNEdge>
+ <bpmndi:BPMNEdge bpmnElement="_2-_3" >
+ <di:waypoint x="136" y="40" />
+ <di:waypoint x="230" y="41" />
+ </bpmndi:BPMNEdge>
+ </bpmndi:BPMNPlane>
+ </bpmndi:BPMNDiagram>
+
+</definitions>
\ No newline at end of file
13 years, 11 months
JBoss Tools SVN: r28949 - trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 22:25:40 -0500 (Wed, 02 Feb 2011)
New Revision: 28949
Modified:
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/add_and_manage_server_keys-task.xml
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/using_the_deltacloud_perspective-task.xml
Log:
General Documentation Updates
Modified: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml
===================================================================
--- trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml 2011-02-03 01:22:51 UTC (rev 28948)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml 2011-02-03 03:25:40 UTC (rev 28949)
@@ -9,7 +9,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>1</edition>
- <pubsnumber>10</pubsnumber>
+ <pubsnumber>11</pubsnumber>
<abstract>
<para>
The Cloud Tools Reference Guide provides documentation of the tools used to interact with your cloud computing instances, including the Deltacloud API.
Modified: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/add_and_manage_server_keys-task.xml
===================================================================
--- trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/add_and_manage_server_keys-task.xml 2011-02-03 01:22:51 UTC (rev 28948)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/add_and_manage_server_keys-task.xml 2011-02-03 03:25:40 UTC (rev 28949)
@@ -9,7 +9,16 @@
To access Deltacloud servers, key file authentication is used. Each key represents the person accessing the server and informs the server of their authorization level (a person may have several keys).
</para>
<para>
- Each unique user requires an individual key file and each file must be specified in the SSH2 private keys list prior to performing the ssh connection. To access the SSH2 private keys list navigate to <menuchoice>
+ Each unique user requires an prive key. These keys can be generated by Deltacloud Tools when launching an instance (see <xref linkend="sect-Cloud_Tools_Reference_Guide-Tasks-using_the_deltacloud_perspective"/>), using a number of external tools, or provided by a service such as Amazon EC2. Each private key must then be specified in the SSH2 private keys list prior to performing the ssh connection.
+ </para>
+
+ <note>
+ <title>Tip</title>
+ <para>New keys generated by Deltacloud Tools when launching an instance are automatically added to the SSH2 private keys list.</para>
+ </note>
+
+ <para>
+ To access the SSH2 private keys list navigate to <menuchoice>
<guimenuitem>Window</guimenuitem>
<guimenuitem>Preferences</guimenuitem>
<guimenuitem>General</guimenuitem>
@@ -25,11 +34,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>
- Keys are also imported when launching a new instance. Refer to <xref linkend="sect-Cloud_Tools_Reference_Guide-Tasks-using_the_deltacloud_perspective"/> for more information.
- </para>
-
</section>
Modified: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/using_the_deltacloud_perspective-task.xml
===================================================================
--- trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/using_the_deltacloud_perspective-task.xml 2011-02-03 01:22:51 UTC (rev 28948)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/using_the_deltacloud_perspective-task.xml 2011-02-03 03:25:40 UTC (rev 28949)
@@ -12,11 +12,11 @@
<title>The Cloud Viewer</title>
<para>
- The <guilabel>Cloud Viewer</guilabel> view lists the servers you are connected to, the instances running on each server and the images available on each server. Right-clicking (or control-clicking on Mac OS) on a cloud connection presents you with options to delete a cloud using the <guimenuitem>Delete Cloud</guimenuitem> option or reload the the cloud view with the <guimenuitem>Refresh View</guimenuitem> option.
+ The <guilabel>Cloud Viewer</guilabel> view lists the servers you are connected to, the instances running on each server and the images available on each server. Right-clicking (or control-clicking on Mac OS) on a cloud connection presents you with options to delete a cloud using the <guimenuitem>Delete Cloud</guimenuitem> option or reload the the cloud view with the <guimenuitem>Refresh View</guimenuitem> option.
</para>
<para>
- You can also right-click (or control-click on Mac OS) anywhere in the <guilabel>Cloud Viewer</guilabel> view and select the <guilabel>Launch Instance</guilabel> option to launch a new instance. See <xref linkend="theimagesview"/> for more information on lanching an instance.
+ You can also right-click (or control-click on Mac OS) anywhere in the <guilabel>Cloud Viewer</guilabel> view and select the <guilabel>Launch Instance</guilabel> option to launch a new instance. See <xref linkend="theimagesview"/> for more information on lanching an instance.
</para>
<para>
@@ -58,8 +58,8 @@
User authentication keys are managed for Deltacloud tooling by the <guilabel>Manage Keys</guilabel> dialog. When clicking on the <guibutton>Manage</guibutton> you will be presented with this dialog. Select one from the list or add a new one by clicking the <guibutton>New</guibutton> button. Newly created keys will also be added to the SSH2 key list if they are not already present.
</para>
<para>
- Click <guibutton>Finish</guibutton> to create the new instance.
- </para>
+ Click the <guibutton>Next</guibutton> button to move to the next step.
+ </para>
<figure id="deltacloud_perspective-launching_an_instance">
<title>Deltacloud perspective: Launching an instance</title>
<mediaobject>
@@ -68,6 +68,28 @@
</imageobject>
</mediaobject>
</figure>
+
+ <para>
+ The next wizard page allows you to explicitily create an Eclipse Remote System Explorer (RSE), which is used to browse the remote filesystem and connect to the instance via an SSH terminal.
+ </para>
+
+ <para>
+ You can also create a Web Tools Platform (WTP) server adapter, which will allow you to deploy any WTP compliant web project to the remote instance.
+ </para>
+
+ <para>
+ Click the <guibutton>Finish</guibutton> button to launch the new instance and any RSE Connections or WTP Adapters that you have defined.
+ </para>
+
+ <figure id="deltacloud_perspective-launching_an_instance2">
+ <title>Deltacloud perspective: Defining an RSE Connection and a WTP Adapter</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Deltacloud-perspective-launch_instance2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
</section>
<section id="theinstancesview">
<title>The Instances view</title>
13 years, 11 months
JBoss Tools SVN: r28948 - trunk/archives/plugins/org.jboss.ide.eclipse.archives.core.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-02-02 20:22:51 -0500 (Wed, 02 Feb 2011)
New Revision: 28948
Added:
trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/.gitignore
Log:
add .gitignore
Added: trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/.gitignore
===================================================================
--- trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/.gitignore (rev 0)
+++ trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/.gitignore 2011-02-03 01:22:51 UTC (rev 28948)
@@ -0,0 +1 @@
+archivescore*.jar
13 years, 11 months
JBoss Tools SVN: r28947 - trunk/runtime/plugins/org.jboss.tools.runtime.ui.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-02-02 20:20:14 -0500 (Wed, 02 Feb 2011)
New Revision: 28947
Added:
trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.html
trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.ini
trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings
trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties
trunk/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png
Modified:
trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties
trunk/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties
Log:
JBIDE-8311 fix legal info, add missing files
Added: trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.html
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.html (rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.html 2011-02-03 01:20:14 UTC (rev 28947)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>JBoss Runtime Detection</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>JBoss Runtime Detection UI</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a href="http://www.jboss.org/tools">JBoss Tools project page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License - Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Added: trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.ini
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.ini (rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.ini 2011-02-03 01:20:14 UTC (rev 28947)
@@ -0,0 +1,27 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+# test
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=jboss_about.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+
+
Added: trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings (rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings 2011-02-03 01:20:14 UTC (rev 28947)
@@ -0,0 +1,5 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
Added: trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties (rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties 2011-02-03 01:20:14 UTC (rev 28947)
@@ -0,0 +1,2 @@
+blurb=JBoss Runtime Detection UI\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties 2011-02-03 01:14:49 UTC (rev 28946)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties 2011-02-03 01:20:14 UTC (rev 28947)
@@ -2,6 +2,11 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
+ plugin.properties,\
plugin.xml,\
- plugin.properties,\
- icons/
+ icons/,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ jboss_about.png
Added: trunk/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png (rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png 2011-02-03 01:20:14 UTC (rev 28947)
@@ -0,0 +1,6 @@
+�PNG
+
+
+�~���^�o���o�I�`U�O;��%'Tsu���v����O�G6ۭ+&������M�_�Y۪��i��@y}>Un�w:�Y��J�AG�^�*>�;���c�8)����"�v�=Ϝ�1���p:���!���{�D����j��|�7H��?\K�ו�i�ʪ�9f��������
\ No newline at end of file
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties 2011-02-03 01:14:49 UTC (rev 28946)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties 2011-02-03 01:20:14 UTC (rev 28947)
@@ -1,4 +1,4 @@
-#Properties file for org.jboss.tools.runtime
+#Properties
BundleVendor = JBoss by Red Hat
-BundleName = JBoss Runtime UI
+BundleName = JBoss Runtime Detection UI
JBoss_Runtimes = JBoss Tools Runtime Detection
13 years, 11 months