JBoss Tools SVN: r25771 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-10-13 02:42:09 -0400 (Wed, 13 Oct 2010)
New Revision: 25771
Modified:
trunk/build/target-platform/build.xml
Log:
wrong path from which to unpack deltapack.file
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2010-10-13 05:27:51 UTC (rev 25770)
+++ trunk/build/target-platform/build.xml 2010-10-13 06:42:09 UTC (rev 25771)
@@ -115,7 +115,7 @@
<get src="${eclipse.URL}/${deltapack.file}" dest="${WORKINGDIR}/${deltapack.file}" />
</then>
</if>
- <unzip src="${deltapack.file}" dest="${WORKINGDIR}" overwrite="true"/>
+ <unzip src="${WORKINGDIR}/${deltapack.file}" dest="${WORKINGDIR}" overwrite="true"/>
<!-- make eclipse executable -->
<chmod perm="+x" file="${WORKINGDIR}/eclipse/eclipse" />
14 years, 3 months
JBoss Tools SVN: r25770 - trunk/build/parent.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-10-13 01:27:51 -0400 (Wed, 13 Oct 2010)
New Revision: 25770
Modified:
trunk/build/parent/pom.xml
Log:
bump Tycho version to 0.10.0 after successful local build
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-10-13 03:40:51 UTC (rev 25769)
+++ trunk/build/parent/pom.xml 2010-10-13 05:27:51 UTC (rev 25770)
@@ -12,7 +12,7 @@
<properties>
<!--tychoVersion>0.10.0-SNAPSHOT</tychoVersion -->
- <tychoVersion>0.9.0</tychoVersion>
+ <tychoVersion>0.10.0</tychoVersion>
<scmBranch>trunk</scmBranch>
<BUILD_ALIAS>Beta2</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
14 years, 3 months
JBoss Tools SVN: r25769 - trunk/deltacloud/features/org.jboss.tools.deltacloud.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-10-12 23:40:51 -0400 (Tue, 12 Oct 2010)
New Revision: 25769
Modified:
trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml
Log:
set correct plugin id in features/org.jboss.tools.deltacloud.feature/feature.xml for org.jboss.tools.deltacloud.docs
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml 2010-10-13 03:39:33 UTC (rev 25768)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml 2010-10-13 03:40:51 UTC (rev 25769)
@@ -37,7 +37,7 @@
unpack="false"/>
<plugin
- id="org.jboss.tools.deltacloud_docs"
+ id="org.jboss.tools.deltacloud.docs"
download-size="0"
install-size="0"
version="0.0.0"
14 years, 3 months
JBoss Tools SVN: r25768 - trunk/deltacloud/plugins/org.jboss.tools.deltacloud.docs/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-10-12 23:39:33 -0400 (Tue, 12 Oct 2010)
New Revision: 25768
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.docs/META-INF/MANIFEST.MF
Log:
fix Bundle-Name of org.jboss.tools.deltacloud.docs plugin
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.docs/META-INF/MANIFEST.MF
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.docs/META-INF/MANIFEST.MF 2010-10-13 03:28:31 UTC (rev 25767)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.docs/META-INF/MANIFEST.MF 2010-10-13 03:39:33 UTC (rev 25768)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Deltacloud_docs
+Bundle-Name: DeltaCloud Docs
Bundle-SymbolicName: org.jboss.tools.deltacloud.docs; singleton:=true
Bundle-Version: 0.0.1.qualifier
Bundle-Vendor: Red Hat Inc.
14 years, 3 months
JBoss Tools SVN: r25767 - in trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2010-10-12 23:28:31 -0400 (Tue, 12 Oct 2010)
New Revision: 25767
Added:
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Tasks.xml
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/connecting_to_a_deltacloud_server-task.xml
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-cloud_connection_wizard.png
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-cloud_connection_wizard_2.png
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-open_perspective.png
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-perspective-cloud-viewer.png
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/using_the_deltacloud_perspective-task.xml
Log:
updated with new sections
Added: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Tasks.xml
===================================================================
--- trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Tasks.xml (rev 0)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Tasks.xml 2010-10-13 03:28:31 UTC (rev 25767)
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Cloud_Tools_Reference_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-Cloud_Tools_Reference_Guide-Tasks">
+ <title>Tasks</title>
+ <xi:include href="connecting_to_a_deltacloud_server-task.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="using_the_deltacloud_perspective-task.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</chapter>
+
Added: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/connecting_to_a_deltacloud_server-task.xml
===================================================================
--- trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/connecting_to_a_deltacloud_server-task.xml (rev 0)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/connecting_to_a_deltacloud_server-task.xml 2010-10-13 03:28:31 UTC (rev 25767)
@@ -0,0 +1,59 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Cloud_Tools_Reference_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<section id="sect-Cloud_Tools_Reference_Guide-Tasks-connecting_to_a_deltacloud_server">
+ <title>Connecting to a Deltacloud server</title>
+ <para>
+ Ensure the <guilabel>Deltacloud</guilabel> perspective is open in your workspace. To open the perspective navigate to <menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Open Perspective</guimenuitem><guimenuitem>Other</guimenuitem></menuchoice> and then select <guilabel>Deltacloud</guilabel> from the perspective options and click <guibutton>OK</guibutton>.
+ </para>
+ <figure id="selecting_the_deltacloud_perspective">
+ <title>Selecting the Deltacloud perspective</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Deltacloud-open_perspective.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>
+ To setup a connection to a Deltacloud server go to <menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Other</guimenuitem></menuchoice>. From the <guilabel>New</guilabel> dialog select <menuchoice><guimenuitem>Deltacloud</guimenuitem><guimenuitem>Cloud Connection</guimenuitem></menuchoice> and press <guibutton>Next</guibutton>.
+ </para>
+ <para>
+ <figure id="opening_the_cloud_connection_wizard">
+ <title>Opening the cloud connection wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Deltacloud-cloud_connection_wizard.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </para>
+ <para>
+ The <guilabel>Cloud Connection</guilabel> dialog requires a cloud name, URl, username and password to create a connection. Once you specify a URL of a cloud server the <guilabel>Type</guilabel> field will automatically inform you of the cloud type. If you are connecting to a EC2 cloud type, use your <emphasis>Access ID</emphasis> for the <guilabel>Username</guilabel> field and your <emphasis>Access Secret Key</emphasis> for the <guilabel>Password</guilabel> field.
+ </para>
+ <para>
+ Once all fields are filled in correctly, click the <guibutton>Finish</guibutton> button.
+ </para>
+ <note>
+ <para>
+ When running a local Deltacloud server, use <ulink url="http://localhost:3002">http://localhost:3002</ulink> for the server URL.
+ </para>
+ </note>
+ <para>
+ <figure id="creating_the_connection">
+ <title>Creating the connection</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Deltacloud-cloud_connection_wizard_2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </para>
+ <para>
+ Your new cloud connection will appear in the <guilabel>Cloud Viewer</guilabel> as the name you specified in the connection wizard. For information on using your new cloud server connection see <xref linkend="sect-Cloud_Tools_Reference_Guide-Tasks-using_the_deltacloud_perspective"/>
+ </para>
+</section>
+
+
+
Added: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-cloud_connection_wizard.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-cloud_connection_wizard.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-cloud_connection_wizard_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-cloud_connection_wizard_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-open_perspective.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-open_perspective.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-perspective-cloud-viewer.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/images/Deltacloud-perspective-cloud-viewer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: 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 (rev 0)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/using_the_deltacloud_perspective-task.xml 2010-10-13 03:28:31 UTC (rev 25767)
@@ -0,0 +1,37 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Cloud_Tools_Reference_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<section id="sect-Cloud_Tools_Reference_Guide-Tasks-using_the_deltacloud_perspective">
+ <title>Using the Deltacloud perspective</title>
+ <para>
+ The Deltacloud perspective consists of three different views: <guilabel>Cloud Viewer</guilabel>, <guilabel>Instances</guilabel> and <guilabel>Images</guilabel>.
+ </para>
+ <formalpara>
+ <title>The Cloud Viewer</title>
+ <para>
+ <guilabel>Cloud Viewer</guilabel> shows you the servers you are connected to, the instances running on each server and the images available on each server. Clicking on an object causes details to be shown in the <guilabel>Properties</guilabel> view.
+ </para>
+ </formalpara>
+ <figure id="deltacloud_perspective-the_cloud_viewer">
+ <title>Deltacloud perspective: The Cloud Viewer</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Deltacloud-perspective-cloud-viewer.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>
+ You can have multiple Deltacloud servers connected at any one time. If you have not yet setup a connection to a Deltacloud server see <xref linkend="sect-Cloud_Tools_Reference_Guide-Tasks-connecting_to_a_deltacloud_server"/>.
+ </para>
+ <formalpara>
+ <title>The Instances view</title>
+ <para>
+
+ </para>
+ </formalpara>
+</section>
+
+
+
14 years, 3 months
JBoss Tools SVN: r25766 - in trunk: as/site and 31 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-10-12 23:19:50 -0400 (Tue, 12 Oct 2010)
New Revision: 25766
Modified:
trunk/archives/site/pom.xml
trunk/as/site/pom.xml
trunk/birt/site/pom.xml
trunk/bpel/site/pom.xml
trunk/cdi/site/pom.xml
trunk/common/site/pom.xml
trunk/deltacloud/site/pom.xml
trunk/drools/site/pom.xml
trunk/esb/site/pom.xml
trunk/examples/site/pom.xml
trunk/flow/site/pom.xml
trunk/freemarker/site/pom.xml
trunk/gwt/site/pom.xml
trunk/hibernatetools/site/pom.xml
trunk/jbpm/site/pom.xml
trunk/jmx/site/pom.xml
trunk/jsf/site/pom.xml
trunk/jst/site/pom.xml
trunk/maven/site/pom.xml
trunk/modeshape/site/pom.xml
trunk/portlet/site/pom.xml
trunk/profiler/site/pom.xml
trunk/runtime/site/pom.xml
trunk/seam/site/pom.xml
trunk/smooks/site/pom.xml
trunk/struts/site/pom.xml
trunk/tests/site/pom.xml
trunk/thirdparty/site/pom.xml
trunk/tptp/site/pom.xml
trunk/usage/site/pom.xml
trunk/vpe/site/pom.xml
trunk/ws/site/pom.xml
trunk/xulrunner/site/pom.xml
Log:
make artifactId unique for each update site pom.xml, so we can build w/ Tycho 0.10.0
Modified: trunk/archives/site/pom.xml
===================================================================
--- trunk/archives/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/archives/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,8 +7,8 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives</groupId>
- <artifactId>site</artifactId>
+ <artifactId>archives.site</artifactId>
+ <name>archives.site</name>
<version>0.0.1-SNAPSHOT</version>
- <name>archives.site</name>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/as/site/pom.xml
===================================================================
--- trunk/as/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/as/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as</groupId>
- <artifactId>site</artifactId>
+ <artifactId>as.site</artifactId>
<name>as.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/birt/site/pom.xml
===================================================================
--- trunk/birt/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/birt/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.birt</groupId>
- <artifactId>site</artifactId>
+ <artifactId>birt.site</artifactId>
<name>birt.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/bpel/site/pom.xml
===================================================================
--- trunk/bpel/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/bpel/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.bpel</groupId>
- <artifactId>site</artifactId>
+ <artifactId>bpel.site</artifactId>
<name>bpel.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/cdi/site/pom.xml
===================================================================
--- trunk/cdi/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/cdi/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi</groupId>
- <artifactId>site</artifactId>
+ <artifactId>cdi.site</artifactId>
<name>cdi.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/common/site/pom.xml
===================================================================
--- trunk/common/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/common/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -8,7 +8,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.common</groupId>
- <artifactId>site</artifactId>
+ <artifactId>common.site</artifactId>
<name>common.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/deltacloud/site/pom.xml
===================================================================
--- trunk/deltacloud/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/deltacloud/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.deltacloud</groupId>
- <artifactId>site</artifactId>
+ <artifactId>deltacloud.site</artifactId>
<name>deltacloud.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/drools/site/pom.xml
===================================================================
--- trunk/drools/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/drools/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.drools</groupId>
- <artifactId>site</artifactId>
+ <artifactId>drools.site</artifactId>
<name>drools.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/esb/site/pom.xml
===================================================================
--- trunk/esb/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/esb/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.esb</groupId>
- <artifactId>site</artifactId>
+ <artifactId>esb.site</artifactId>
<name>esb.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/examples/site/pom.xml
===================================================================
--- trunk/examples/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/examples/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</groupId>
- <artifactId>site</artifactId>
+ <artifactId>examples.site</artifactId>
<name>examples.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/flow/site/pom.xml
===================================================================
--- trunk/flow/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/flow/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.flow</groupId>
- <artifactId>site</artifactId>
+ <artifactId>flow.site</artifactId>
<name>flow.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/freemarker/site/pom.xml
===================================================================
--- trunk/freemarker/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/freemarker/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,8 +7,8 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.freemarker</groupId>
- <artifactId>site</artifactId>
+ <artifactId>freemarker.site</artifactId>
+ <name>freemarker.site</name>
<version>0.0.1-SNAPSHOT</version>
- <name>freemarker.site</name>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/gwt/site/pom.xml
===================================================================
--- trunk/gwt/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/gwt/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -6,7 +6,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt</groupId>
- <artifactId>site</artifactId>
+ <artifactId>gwt.site</artifactId>
<name>gwt.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/hibernatetools/site/pom.xml
===================================================================
--- trunk/hibernatetools/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/hibernatetools/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.hibernatetools</groupId>
- <artifactId>site</artifactId>
+ <artifactId>hibernatetools.site</artifactId>
<name>hibernatetools.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/jbpm/site/pom.xml
===================================================================
--- trunk/jbpm/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/jbpm/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jbpm</groupId>
- <artifactId>site</artifactId>
+ <artifactId>jbpm.site</artifactId>
<name>jbpm.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/jmx/site/pom.xml
===================================================================
--- trunk/jmx/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/jmx/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx</groupId>
- <artifactId>site</artifactId>
+ <artifactId>jmx.site</artifactId>
<name>jmx.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/jsf/site/pom.xml
===================================================================
--- trunk/jsf/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/jsf/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf</groupId>
- <artifactId>site</artifactId>
+ <artifactId>jsf.site</artifactId>
<name>jsf.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/jst/site/pom.xml
===================================================================
--- trunk/jst/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/jst/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -8,6 +8,7 @@
</parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>jst.site</artifactId>
+ <name>jst.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/maven/site/pom.xml
===================================================================
--- trunk/maven/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/maven/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.maven</groupId>
- <artifactId>site</artifactId>
+ <artifactId>maven.site</artifactId>
<name>maven.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/modeshape/site/pom.xml
===================================================================
--- trunk/modeshape/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/modeshape/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.modeshape</groupId>
- <artifactId>site</artifactId>
+ <artifactId>modeshape.site</artifactId>
<name>modeshape.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/portlet/site/pom.xml
===================================================================
--- trunk/portlet/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/portlet/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.portlet</groupId>
- <artifactId>site</artifactId>
+ <artifactId>portlet.site</artifactId>
<name>portlet.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/profiler/site/pom.xml
===================================================================
--- trunk/profiler/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/profiler/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.profiler</groupId>
- <artifactId>site</artifactId>
+ <artifactId>profiler.site</artifactId>
<name>profiler.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/runtime/site/pom.xml
===================================================================
--- trunk/runtime/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/runtime/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime</groupId>
- <artifactId>site</artifactId>
+ <artifactId>runtime.site</artifactId>
<name>runtime.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/seam/site/pom.xml
===================================================================
--- trunk/seam/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/seam/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -6,7 +6,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam</groupId>
- <artifactId>site</artifactId>
+ <artifactId>seam.site</artifactId>
<name>seam.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/smooks/site/pom.xml
===================================================================
--- trunk/smooks/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/smooks/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.smooks</groupId>
- <artifactId>site</artifactId>
+ <artifactId>smooks.site</artifactId>
<name>smooks.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/struts/site/pom.xml
===================================================================
--- trunk/struts/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/struts/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.struts</groupId>
- <artifactId>site</artifactId>
+ <artifactId>struts.site</artifactId>
<name>struts.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/tests/site/pom.xml
===================================================================
--- trunk/tests/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/tests/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests</groupId>
- <artifactId>site</artifactId>
+ <artifactId>tests.site</artifactId>
<name>tests.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/thirdparty/site/pom.xml
===================================================================
--- trunk/thirdparty/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/thirdparty/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.thirdparty</groupId>
- <artifactId>site</artifactId>
+ <artifactId>thirdparty.site</artifactId>
<name>thirdparty.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/tptp/site/pom.xml
===================================================================
--- trunk/tptp/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/tptp/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tptp</groupId>
- <artifactId>site</artifactId>
+ <artifactId>tptp.site</artifactId>
<name>tptp.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/usage/site/pom.xml
===================================================================
--- trunk/usage/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/usage/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -6,7 +6,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.usage</groupId>
- <artifactId>site</artifactId>
+ <artifactId>usage.site</artifactId>
<name>usage.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/vpe/site/pom.xml
===================================================================
--- trunk/vpe/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/vpe/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,8 +7,8 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.vpe</groupId>
- <artifactId>site</artifactId>
+ <artifactId>vpe.site</artifactId>
+ <name>vpe.site</name>
<version>0.0.1-SNAPSHOT</version>
- <name>vpe.site</name>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/ws/site/pom.xml
===================================================================
--- trunk/ws/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/ws/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws</groupId>
- <artifactId>site</artifactId>
+ <artifactId>ws.site</artifactId>
<name>ws.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/xulrunner/site/pom.xml
===================================================================
--- trunk/xulrunner/site/pom.xml 2010-10-12 23:01:37 UTC (rev 25765)
+++ trunk/xulrunner/site/pom.xml 2010-10-13 03:19:50 UTC (rev 25766)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.xulrunner</groupId>
- <artifactId>site</artifactId>
+ <artifactId>xulrunner.site</artifactId>
<name>xulrunner.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
14 years, 3 months
JBoss Tools SVN: r25765 - /.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2010-10-12 19:01:37 -0400 (Tue, 12 Oct 2010)
New Revision: 25765
Added:
jbide5036/
Log:
Initial import.
14 years, 3 months
JBoss Tools SVN: r25764 - trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core.
by jbosstools-commits@lists.jboss.org
Author: jjohnstn
Date: 2010-10-12 18:34:01 -0400 (Tue, 12 Oct 2010)
New Revision: 25764
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/build.properties
Log:
2010-10-12 Jeff Johnston <jjohnstn(a)redhat.com>
* build.properties: Remove lib/deltacloudclient jar specification as it
no longer exists in the lib directory.
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog 2010-10-12 22:31:50 UTC (rev 25763)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog 2010-10-12 22:34:01 UTC (rev 25764)
@@ -1,3 +1,8 @@
+2010-10-12 Jeff Johnston <jjohnstn(a)redhat.com>
+
+ * build.properties: Remove lib/deltacloudclient jar specification as it
+ no longer exists in the lib directory.
+
2010-10-08 Jeff Johnston <jjohnstn(a)redhat.com>
* src/org/jboss/tools/deltacloud/core/AllInstanceFilter.java: New file.
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/build.properties
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/build.properties 2010-10-12 22:31:50 UTC (rev 25763)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/build.properties 2010-10-12 22:34:01 UTC (rev 25764)
@@ -4,7 +4,6 @@
bin.includes = META-INF/,\
.,\
.classpath,\
- lib/deltacloudclient-1.0.jar,\
lib/apache-mime4j-0.6.jar,\
lib/commons-codec-1.3.jar,\
lib/commons-logging-1.1.1.jar,\
14 years, 3 months
JBoss Tools SVN: r25763 - trunk/deltacloud/features/org.jboss.tools.deltacloud.feature.
by jbosstools-commits@lists.jboss.org
Author: jjohnstn
Date: 2010-10-12 18:31:50 -0400 (Tue, 12 Oct 2010)
New Revision: 25763
Modified:
trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/ChangeLog
trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml
Log:
2010-10-12 Jeff Johnston <jjohnstn(a)redhat.com>
* feature.xml: Fix warning regarding docs plugin id not being found by
changing to use id specified in docs plugin.
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/ChangeLog
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/ChangeLog 2010-10-12 22:30:22 UTC (rev 25762)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/ChangeLog 2010-10-12 22:31:50 UTC (rev 25763)
@@ -1,3 +1,8 @@
+2010-10-12 Jeff Johnston <jjohnstn(a)redhat.com>
+
+ * feature.xml: Fix warning regarding docs plugin id not being found by
+ changing to use id specified in docs plugin.
+
2010-09-30 Jeff Johnston <jjohnstn(a)redhat.com>
* feature.xml: Bump up to 0.0.2 and add docs plug-in.
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml 2010-10-12 22:30:22 UTC (rev 25762)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml 2010-10-12 22:31:50 UTC (rev 25763)
@@ -37,7 +37,7 @@
unpack="false"/>
<plugin
- id="org.jboss.tools.deltacloud.docs"
+ id="org.jboss.tools.deltacloud_docs"
download-size="0"
install-size="0"
version="0.0.0"
14 years, 3 months
JBoss Tools SVN: r25762 - trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2010-10-12 18:30:22 -0400 (Tue, 12 Oct 2010)
New Revision: 25762
Removed:
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Chapter.xml
Modified:
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Cloud_Tools_Reference_Guide.xml
Log:
removed template chapter
Deleted: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Chapter.xml
===================================================================
--- trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Chapter.xml 2010-10-12 19:44:34 UTC (rev 25761)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Chapter.xml 2010-10-12 22:30:22 UTC (rev 25762)
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Cloud_Tools_Reference_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<chapter id="chap-Cloud_Tools_Reference_Guide-Test_Chapter">
- <title>Test Chapter</title>
- <para>
- This is a test paragraph
- </para>
- <section id="sect-Cloud_Tools_Reference_Guide-Test_Chapter-Test_Section_1">
- <title>Test Section 1</title>
- <para>
- This is a test paragraph in a section
- </para>
- </section>
-
- <section id="sect-Cloud_Tools_Reference_Guide-Test_Chapter-Test_Section_2">
- <title>Test Section 2</title>
- <para>
- This is a test paragraph in Section 2
- <orderedlist>
- <listitem>
- <para>
- listitem text
- </para>
- </listitem>
- </orderedlist>
- </para>
- </section>
-
-</chapter>
-
Modified: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Cloud_Tools_Reference_Guide.xml
===================================================================
--- trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Cloud_Tools_Reference_Guide.xml 2010-10-12 19:44:34 UTC (rev 25761)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Cloud_Tools_Reference_Guide.xml 2010-10-12 22:30:22 UTC (rev 25762)
@@ -6,7 +6,7 @@
<book>
<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Chapter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Tasks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<index />
</book>
14 years, 3 months