JBoss Tools SVN: r29619 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-08 17:28:03 -0500 (Tue, 08 Mar 2011)
New Revision: 29619
Modified:
trunk/build/target-platform/build.xml
Log:
make help for running jbds.target easier to copy/paste
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2011-03-08 22:01:36 UTC (rev 29618)
+++ trunk/build/target-platform/build.xml 2011-03-08 22:28:03 UTC (rev 29619)
@@ -72,7 +72,7 @@
To run for JBDS target file instead of JBT target files, pass in alternate target file and resulting repo path:
- $ ant -DtargetFile=jbds.target -DrepoDir=/tmp/JBDS_REPO/
+ $ ant -DtargetFile=jbds.target -DrepoDir=${WORKINGDIR}/JBDS_REPO/
</echo>
</target>
13 years, 10 months
JBoss Tools SVN: r29618 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-08 17:01:36 -0500 (Tue, 08 Mar 2011)
New Revision: 29618
Modified:
trunk/build/target-platform/multiple.target
trunk/build/target-platform/multiple.target.p2mirror.xml
trunk/build/target-platform/unified.target
trunk/build/target-platform/unified.target.p2mirror.xml
Log:
add org.eclipse.datatools.enablement.ingres.feature to TP for Teiid 7.1 dep
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2011-03-08 21:59:21 UTC (rev 29617)
+++ trunk/build/target-platform/multiple.target 2011-03-08 22:01:36 UTC (rev 29618)
@@ -103,6 +103,7 @@
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.8.2.v201010181125-4219oB57E6G9F7KDB"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.8.2.v201010181125-7N7y7JFDrhqbGIFUNhcFodMMD2J0"/>
<unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.8.2.v201010181125-3328s735357795A78"/>
+ <unit id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version="1.8.2.v201010181125-540AkF78Y7VCOCQDB"/>
<unit id="org.eclipse.draw2d.feature.group" version="3.6.2.v20110128-0100-4517w3122123901211"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.2.v20110128-0100-777B381A4Bz06565376E32322"/>
Modified: trunk/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/multiple.target.p2mirror.xml 2011-03-08 21:59:21 UTC (rev 29617)
+++ trunk/build/target-platform/multiple.target.p2mirror.xml 2011-03-08 22:01:36 UTC (rev 29618)
@@ -112,6 +112,7 @@
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2011-03-08 21:59:21 UTC (rev 29617)
+++ trunk/build/target-platform/unified.target 2011-03-08 22:01:36 UTC (rev 29618)
@@ -103,6 +103,7 @@
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.8.2.v201010181125-4219oB57E6G9F7KDB"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.8.2.v201010181125-7N7y7JFDrhqbGIFUNhcFodMMD2J0"/>
<unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.8.2.v201010181125-3328s735357795A78"/>
+ <unit id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version="1.8.2.v201010181125-540AkF78Y7VCOCQDB"/>
<unit id="org.eclipse.draw2d.feature.group" version="3.6.2.v20110128-0100-4517w3122123901211"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.2.v20110128-0100-777B381A4Bz06565376E32322"/>
Modified: trunk/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/unified.target.p2mirror.xml 2011-03-08 21:59:21 UTC (rev 29617)
+++ trunk/build/target-platform/unified.target.p2mirror.xml 2011-03-08 22:01:36 UTC (rev 29618)
@@ -112,6 +112,7 @@
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
13 years, 10 months
JBoss Tools SVN: r29617 - branches/3.3.indigo/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-08 16:59:21 -0500 (Tue, 08 Mar 2011)
New Revision: 29617
Modified:
branches/3.3.indigo/build/target-platform/multiple.target
branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml
branches/3.3.indigo/build/target-platform/unified.target
branches/3.3.indigo/build/target-platform/unified.target.p2mirror.xml
Log:
add org.eclipse.datatools.enablement.ingres.feature to TP for Teiid 7.1 dep
Modified: branches/3.3.indigo/build/target-platform/multiple.target
===================================================================
--- branches/3.3.indigo/build/target-platform/multiple.target 2011-03-08 21:45:11 UTC (rev 29616)
+++ branches/3.3.indigo/build/target-platform/multiple.target 2011-03-08 21:59:21 UTC (rev 29617)
@@ -104,6 +104,7 @@
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.9.0.v201101201115-57B3AkF7AI8FDDAOCP"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.9.0.v201010181130-7N845FDsn0TdrPUJuQMtjCYJTJ0T"/>
<unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.9.0.v201010181130-3328s735357795A8D"/>
+ <unit id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version="1.9.0.v201010181130-540AkF78Y7VCOCQDB"/>
<unit id="org.eclipse.draw2d.feature.group" version="3.7.0.v20101213-1100-46-7w3122123903161"/>
<unit id="org.eclipse.gef.feature.group" version="3.7.0.v20101213-1100-777D-81B2Bz0656B376H34272"/>
Modified: branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml 2011-03-08 21:45:11 UTC (rev 29616)
+++ branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml 2011-03-08 21:59:21 UTC (rev 29617)
@@ -112,6 +112,7 @@
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
Modified: branches/3.3.indigo/build/target-platform/unified.target
===================================================================
--- branches/3.3.indigo/build/target-platform/unified.target 2011-03-08 21:45:11 UTC (rev 29616)
+++ branches/3.3.indigo/build/target-platform/unified.target 2011-03-08 21:59:21 UTC (rev 29617)
@@ -104,6 +104,7 @@
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.9.0.v201101201115-57B3AkF7AI8FDDAOCP"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.9.0.v201010181130-7N845FDsn0TdrPUJuQMtjCYJTJ0T"/>
<unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.9.0.v201010181130-3328s735357795A8D"/>
+ <unit id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version="1.9.0.v201010181130-540AkF78Y7VCOCQDB"/>
<unit id="org.eclipse.draw2d.feature.group" version="3.7.0.v20101213-1100-46-7w3122123903161"/>
<unit id="org.eclipse.gef.feature.group" version="3.7.0.v20101213-1100-777D-81B2Bz0656B376H34272"/>
Modified: branches/3.3.indigo/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- branches/3.3.indigo/build/target-platform/unified.target.p2mirror.xml 2011-03-08 21:45:11 UTC (rev 29616)
+++ branches/3.3.indigo/build/target-platform/unified.target.p2mirror.xml 2011-03-08 21:59:21 UTC (rev 29617)
@@ -131,6 +131,7 @@
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
13 years, 10 months
JBoss Tools SVN: r29616 - branches/jbosstools-3.2.x/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-08 16:45:11 -0500 (Tue, 08 Mar 2011)
New Revision: 29616
Modified:
branches/jbosstools-3.2.x/build/target-platform/multiple.target
branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml
branches/jbosstools-3.2.x/build/target-platform/unified.target
branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml
Log:
add org.eclipse.datatools.enablement.ingres.feature to TP for Teiid 7.1 dep
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-08 20:51:40 UTC (rev 29615)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-08 21:45:11 UTC (rev 29616)
@@ -29,7 +29,7 @@
<!-- want the latest, 1.6.2.v201005080631, not 1.5.1.v201005080630 -->
<!-- <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
<unit id="javax.wsdl" version="1.5.1.v201005080630"/> -->
- <unit id="javax.wsdl" version="1.5.1.v201005080630"/>
+ <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..."/>
@@ -132,6 +132,7 @@
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.8.2.v201010181125-4219oB57E6G9F7KDB"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.8.2.v201010181125-7N7y7JFDrhqbGIFUNhcFodMMD2J0"/>
<unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.8.2.v201010181125-3328s735357795A78"/>
+ <unit id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version="1.8.2.v201010181125-540AkF78Y7VCOCQDB"/>
<unit id="org.eclipse.draw2d.feature.group" version="3.6.2.v20110128-0100-4517w3122123901211"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.2.v20110128-0100-777B381A4Bz06565376E32322"/>
@@ -227,4 +228,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
+</target>
\ No newline at end of file
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml 2011-03-08 20:51:40 UTC (rev 29615)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml 2011-03-08 21:45:11 UTC (rev 29616)
@@ -127,6 +127,7 @@
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target 2011-03-08 20:51:40 UTC (rev 29615)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target 2011-03-08 21:45:11 UTC (rev 29616)
@@ -29,7 +29,7 @@
<!-- want the latest, 1.6.2.v201005080631, not 1.5.1.v201005080630 -->
<!-- <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
<unit id="javax.wsdl" version="1.5.1.v201005080630"/> -->
- <unit id="javax.wsdl" version="1.5.1.v201005080630"/>
+ <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
@@ -132,6 +132,7 @@
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.8.2.v201010181125-4219oB57E6G9F7KDB"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.8.2.v201010181125-7N7y7JFDrhqbGIFUNhcFodMMD2J0"/>
<unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.8.2.v201010181125-3328s735357795A78"/>
+ <unit id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version="1.8.2.v201010181125-540AkF78Y7VCOCQDB"/>
<unit id="org.eclipse.draw2d.feature.group" version="3.6.2.v20110128-0100-4517w3122123901211"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.2.v20110128-0100-777B381A4Bz06565376E32322"/>
@@ -227,4 +228,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
+</target>
\ No newline at end of file
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml 2011-03-08 20:51:40 UTC (rev 29615)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml 2011-03-08 21:45:11 UTC (rev 29616)
@@ -127,6 +127,7 @@
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
13 years, 10 months
JBoss Tools SVN: r29615 - trunk/bpel/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-08 15:51:40 -0500 (Tue, 08 Mar 2011)
New Revision: 29615
Modified:
trunk/bpel/docs/reference/en-US/Book_Info.xml
trunk/bpel/docs/reference/en-US/jbdsinstall.xml
Log:
General Documentation Updates
Modified: trunk/bpel/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/Book_Info.xml 2011-03-08 20:44:17 UTC (rev 29614)
+++ trunk/bpel/docs/reference/en-US/Book_Info.xml 2011-03-08 20:51:40 UTC (rev 29615)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>11</pubsnumber>
+ <pubsnumber>12</pubsnumber>
<abstract>
<para>The JBoss BPEL User Guide explains how to use the BPEL Tools to create BPEL files quickly and with precision.</para>
</abstract>
Modified: trunk/bpel/docs/reference/en-US/jbdsinstall.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/jbdsinstall.xml 2011-03-08 20:44:17 UTC (rev 29614)
+++ trunk/bpel/docs/reference/en-US/jbdsinstall.xml 2011-03-08 20:51:40 UTC (rev 29615)
@@ -6,10 +6,10 @@
<title>Installation Instructions</title>
<section>
- <title>Installing &PLUGINNAME; in JBoss Developer Studio</title>
+ <title>Installing BPEL Tools in JBoss Developer Studio</title>
<para>
- The &PLUGINNAME; plugin is not officially supported in JBoss Developer Studio 4.0, but is available as a separate download from the technical preview Eclipse update site.
+ The BPEL Tools plugin is not officially supported in JBoss Developer Studio 4.0, but is available as a separate download from the technical preview Eclipse update site.
</para>
<para>
13 years, 10 months
JBoss Tools SVN: r29614 - trunk/bpel/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-08 15:44:17 -0500 (Tue, 08 Mar 2011)
New Revision: 29614
Modified:
trunk/bpel/docs/reference/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/bpel/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/Book_Info.xml 2011-03-08 20:42:48 UTC (rev 29613)
+++ trunk/bpel/docs/reference/en-US/Book_Info.xml 2011-03-08 20:44:17 UTC (rev 29614)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>9</pubsnumber>
+ <pubsnumber>11</pubsnumber>
<abstract>
<para>The JBoss BPEL User Guide explains how to use the BPEL Tools to create BPEL files quickly and with precision.</para>
</abstract>
13 years, 10 months
JBoss Tools SVN: r29613 - in trunk/bpel/docs/reference: en-US and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-08 15:42:48 -0500 (Tue, 08 Mar 2011)
New Revision: 29613
Modified:
trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.ent
trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.xml
trunk/bpel/docs/reference/en-US/jbossinstall.xml
trunk/bpel/docs/reference/en-US/master.xml
trunk/bpel/docs/reference/publican.cfg
Log:
General Documentation Updates
Modified: trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.ent
===================================================================
--- trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.ent 2011-03-08 20:24:03 UTC (rev 29612)
+++ trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.ent 2011-03-08 20:42:48 UTC (rev 29613)
@@ -2,4 +2,3 @@
<!ENTITY BOOKID "JBoss_BPEL_User_Guide">
<!ENTITY YEAR "2011">
<!ENTITY HOLDER "Red Hat">
-<!ENTITY PLUGINNAME "BPEL Tools">
Modified: trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.xml 2011-03-08 20:24:03 UTC (rev 29612)
+++ trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.xml 2011-03-08 20:42:48 UTC (rev 29613)
@@ -1,17 +1,16 @@
<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
+<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []>
<book>
-<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-<xi:include href="overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-<xi:include href="jbossinstall.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="jbosstools"></xi:include>
-<xi:include href="jbdsinstall.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="jbds"></xi:include>
-<xi:include href="additionalreqs.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-<xi:include href="tasks.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-<!--<xi:include href="detail.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
- <!--<xi:include href=deploy.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
-<xi:include href="reference.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-<xi:include href="summary.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+ <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+ <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+ <xi:include href="overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+ <xi:include href="jbdsinstall.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="jbds"></xi:include>
+ <xi:include href="jbossinstall.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="jbosstools"></xi:include>
+ <xi:include href="additionalreqs.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+ <xi:include href="tasks.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+ <!--<xi:include href="detail.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
+ <!--<xi:include href=deploy.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
+ <xi:include href="reference.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+ <xi:include href="summary.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+ <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
</book>
Modified: trunk/bpel/docs/reference/en-US/jbossinstall.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/jbossinstall.xml 2011-03-08 20:24:03 UTC (rev 29612)
+++ trunk/bpel/docs/reference/en-US/jbossinstall.xml 2011-03-08 20:42:48 UTC (rev 29613)
@@ -7,7 +7,7 @@
<title>Installing JBoss Tools Plugins</title>
<para>
- The &PLUGINNAME; plugin can be installed in Eclipse from the JBoss.org update site. JBoss Tools 3.2 requires Eclipse 3.6, which can be downloaded from the <ulink url="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...">Eclipse web site</ulink>.
+ The plugin can be installed in Eclipse from the JBoss.org update site. JBoss Tools 3.2 requires Eclipse 3.6, which can be downloaded from the <ulink url="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...">Eclipse web site</ulink>.
</para>
<para>
To install the JBoss Tools plugins start Eclipse and select <menuchoice><guimenuitem>Help</guimenuitem><guimenuitem>Install New Software...</guimenuitem></menuchoice>
@@ -49,7 +49,7 @@
</figure>
<para>
- The <guilabel>JBoss.org Tools</guilabel> site will be selected in the <guilabel>Work with</guilabel> drop down list, and after a moment the list of plugins that are included in the JBoss Tools package will be listed. From this list you can individually select the &PLUGINNAME; plugin, or select the <guilabel>All JBoss Tools 3.2.0</guilabel> option to install all the plugins.
+ The <guilabel>JBoss.org Tools</guilabel> site will be selected in the <guilabel>Work with</guilabel> drop down list, and after a moment the list of plugins that are included in the JBoss Tools package will be listed. From this list you can individually select the plugin, or select the <guilabel>All JBoss Tools 3.2.0</guilabel> option to install all the plugins.
</para>
<figure id="figure-available-software">
@@ -135,7 +135,7 @@
</mediaobject>
</figure>
- <para>The &PLUGINNAME; plugin is now installed and ready to use.</para>
+ <para>The plugin is now installed and ready to use.</para>
</section>
</chapter>
Modified: trunk/bpel/docs/reference/en-US/master.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/master.xml 2011-03-08 20:24:03 UTC (rev 29612)
+++ trunk/bpel/docs/reference/en-US/master.xml 2011-03-08 20:42:48 UTC (rev 29613)
@@ -1,15 +1,13 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
-"http://www.docbook.org/xml/4.3/docbookx.dtd"
-
-[<!ENTITY overview SYSTEM "overview.xml">
-<!--<!ENTITY install SYSTEM "install.xml">-->
-<!--<!ENTITY detail SYSTEM "detail.xml">-->
-<!--<!ENTITY deploy SYSTEM "deploy.xml">-->
-<!ENTITY reference SYSTEM "reference.xml">
-<!ENTITY summary SYSTEM "summary.xml">
-<!ENTITY tasks SYSTEM "tasks.xml">
-<!ENTITY jbossinstall SYSTEM "jbossinstall.xml">
+<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY overview SYSTEM "overview.xml">
+ <!--<!ENTITY install SYSTEM "install.xml">-->
+ <!--<!ENTITY detail SYSTEM "detail.xml">-->
+ <!--<!ENTITY deploy SYSTEM "deploy.xml">-->
+ <!ENTITY reference SYSTEM "reference.xml">
+ <!ENTITY summary SYSTEM "summary.xml">
+ <!ENTITY tasks SYSTEM "tasks.xml">
+ <!ENTITY jbossinstall SYSTEM "jbossinstall.xml">
]>
<book>
<bookinfo>
Modified: trunk/bpel/docs/reference/publican.cfg
===================================================================
--- trunk/bpel/docs/reference/publican.cfg 2011-03-08 20:24:03 UTC (rev 29612)
+++ trunk/bpel/docs/reference/publican.cfg 2011-03-08 20:42:48 UTC (rev 29613)
@@ -5,15 +5,5 @@
type: Book
brand: JBoss
-# the Jboss.org Tools installation instructions are compiled against the
-# "jbosstools" condition, and JBDS installation instructions are compiled
-# against the "jbds" condition.
-
-# However, this only affects the Publican builds
-# (the master.xml file defines what Maven builds), so the only reason
-# to specify the "jbosstools" condition is to compile the community docs
-# in Publican
-
-#condition: jbosstools
condition: jbds
-
+#condition: jbosstools
13 years, 10 months
JBoss Tools SVN: r29612 - in trunk/bpel/docs/reference: en-US and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-08 15:24:03 -0500 (Tue, 08 Mar 2011)
New Revision: 29612
Added:
trunk/bpel/docs/reference/en-US/master.xml
Modified:
trunk/bpel/docs/reference/en-US/jbossinstall.xml
trunk/bpel/docs/reference/publican.cfg
Log:
Fixed maven build
Modified: trunk/bpel/docs/reference/en-US/jbossinstall.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/jbossinstall.xml 2011-03-08 20:05:42 UTC (rev 29611)
+++ trunk/bpel/docs/reference/en-US/jbossinstall.xml 2011-03-08 20:24:03 UTC (rev 29612)
@@ -1,6 +1,4 @@
<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
<chapter>
<title>Installation Instructions</title>
Added: trunk/bpel/docs/reference/en-US/master.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/master.xml (rev 0)
+++ trunk/bpel/docs/reference/en-US/master.xml 2011-03-08 20:24:03 UTC (rev 29612)
@@ -0,0 +1,57 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
+"http://www.docbook.org/xml/4.3/docbookx.dtd"
+
+[<!ENTITY overview SYSTEM "overview.xml">
+<!--<!ENTITY install SYSTEM "install.xml">-->
+<!--<!ENTITY detail SYSTEM "detail.xml">-->
+<!--<!ENTITY deploy SYSTEM "deploy.xml">-->
+<!ENTITY reference SYSTEM "reference.xml">
+<!ENTITY summary SYSTEM "summary.xml">
+<!ENTITY tasks SYSTEM "tasks.xml">
+<!ENTITY jbossinstall SYSTEM "jbossinstall.xml">
+]>
+<book>
+ <bookinfo>
+ <title>JBoss BPEL User Guide</title>
+ <corpauthor>
+ <inlinemediaobject>
+ <imageobject role="fo">
+ <imagedata fileref="images/jbosstools_logo.png" format="PNG"/>
+ </imageobject>
+ <imageobject role="html">
+ <imagedata/>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
+ <author>
+ <firstname>Denny</firstname>
+ <surname>Xu</surname>
+ <email>dxu(a)redhat.com</email>
+ </author>
+ <author>
+ <firstname>Grid</firstname>
+ <surname>Qian</surname>
+ <email>fqian(a)redhat.com</email>
+ </author>
+ <author>
+ <firstname>Bob</firstname>
+ <surname>Brodt</surname>
+ <email>bbrodt(a)redhat.com</email>
+ </author>
+ <copyright>
+ <year>2009</year>
+ <year>2010</year>
+ <holder>JBoss by Red Hat</holder>
+ </copyright>
+ <releaseinfo> Version: 1.0.0.trunk </releaseinfo>
+ <abstract>
+ <title/>
+ <para>
+ <ulink url="http://download.jboss.org/jbosstools/nightly-docs/en/bpel_ref_guide/pdf/B...">PDF version</ulink>
+ </para>
+ </abstract>
+ </bookinfo>
+ <toc/>
+ &overview;&jbossinstall;&tasks;&reference;&summary;
+<!--&overview;&install;&tasks;&detail;&deploy;&reference;&summary;--></book>
Modified: trunk/bpel/docs/reference/publican.cfg
===================================================================
--- trunk/bpel/docs/reference/publican.cfg 2011-03-08 20:05:42 UTC (rev 29611)
+++ trunk/bpel/docs/reference/publican.cfg 2011-03-08 20:24:03 UTC (rev 29612)
@@ -4,6 +4,16 @@
xml_lang: en-US
type: Book
brand: JBoss
-condition: jbosstools
-#condition: jbds
+# the Jboss.org Tools installation instructions are compiled against the
+# "jbosstools" condition, and JBDS installation instructions are compiled
+# against the "jbds" condition.
+
+# However, this only affects the Publican builds
+# (the master.xml file defines what Maven builds), so the only reason
+# to specify the "jbosstools" condition is to compile the community docs
+# in Publican
+
+#condition: jbosstools
+condition: jbds
+
13 years, 10 months
JBoss Tools SVN: r29611 - trunk/bpel/docs/reference.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-08 15:05:42 -0500 (Tue, 08 Mar 2011)
New Revision: 29611
Modified:
trunk/bpel/docs/reference/publican.cfg
Log:
General Documentation Updates
Modified: trunk/bpel/docs/reference/publican.cfg
===================================================================
--- trunk/bpel/docs/reference/publican.cfg 2011-03-08 18:00:08 UTC (rev 29610)
+++ trunk/bpel/docs/reference/publican.cfg 2011-03-08 20:05:42 UTC (rev 29611)
@@ -5,5 +5,5 @@
type: Book
brand: JBoss
condition: jbosstools
-//condition: jbds
+#condition: jbds
13 years, 10 months
JBoss Tools SVN: r29610 - in trunk/download.jboss.org/jbosstools/updates: requirements and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-08 13:00:08 -0500 (Tue, 08 Mar 2011)
New Revision: 29610
Modified:
trunk/download.jboss.org/jbosstools/updates/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/index....
Log:
update updates/index.html so it works on both reports.qa and download.jb.org; fix m2eclipse links
Modified: trunk/download.jboss.org/jbosstools/updates/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/index.html 2011-03-08 17:59:54 UTC (rev 29609)
+++ trunk/download.jboss.org/jbosstools/updates/index.html 2011-03-08 18:00:08 UTC (rev 29610)
@@ -46,28 +46,37 @@
-->
<br/>
<ul>
-<b>Latest Stable Releases</b><br/>
-<li><a class=link href=stable/helios>JBoss Tools 3.2, Eclipse 3.6 (Helios)</a></li>
-<li><a class=link href=stable/galileo>JBoss Tools 3.1, Eclipse 3.5 (Galileo)</a></li>
-<li><a class=link href=stable/ganymede>JBoss Tools 3.0, Eclipse 3.4 (Ganymede)</a></li>
+<b>Stable JBoss Tools Releases</b><br/>
+<li><a class=link href=http://download.jboss.org/jbosstools/updates/stable/helios>JBoss Tools 3.2, Eclipse 3.6 (Helios)</a></li>
+<li><a class=link href=http://download.jboss.org/jbosstools/updates/stable/galileo>JBoss Tools 3.1, Eclipse 3.5 (Galileo)</a></li>
+<li><a class=link href=http://download.jboss.org/jbosstools/updates/stable/ganymede>JBoss Tools 3.0, Eclipse 3.4 (Ganymede)</a></li>
+<li><a class=link href=http://download.jboss.org/jbosstools/updates/JBossTools-3.0.3.GA.zip>JBossTools-3.0.3.GA.zip</a></li>
+<li><a class=link href=http://download.jboss.org/jbosstools/updates/JBossTools-2.1.2.GA>JBossTools-2.1.2.GA</a></li>
+<li><a class=link href=http://download.jboss.org/jbosstools/updates/JBossTools-2.0.1.GA>JBossTools-2.0.1.GA</a></li>
+<li><a class=link href=http://download.jboss.org/jbosstools/updates/JBossIDE-2.0.0.Beta2>JBossIDE-2.0.0.Beta2</a></li>
<br/>
-<b>Stable Releases</b><br/>
-<li><a class=link href=JBossTools-3.2.0.GA>JBossTools-3.2.0.GA</a></li>
-<li><a class=link href=JBossTools-3.1.1.GA>JBossTools-3.1.1.GA</a></li>
-<li><a class=link href=JBossTools-3.0.3.GA.zip>JBossTools-3.0.3.GA.zip</a></li>
-<li><a class=link href=JBossTools-3.0.3.GA>JBossTools-3.0.3.GA</a></li>
-<li><a class=link href=JBossTools-2.1.2.GA>JBossTools-2.1.2.GA</a></li>
-<li><a class=link href=JBossTools-2.0.1.GA>JBossTools-2.0.1.GA</a></li>
-<li><a class=link href=JBossIDE-2.0.0.Beta2>JBossIDE-2.0.0.Beta2</a></li>
-<br/>
<b>Other Updates</b><br/>
+<li><a class=link href=stable>Stable Builds</a></li>
<li><a class=link href=development>Development Milestones</a> (toward JBoss Tools 3.3, Eclipse 3.7 (Indigo)) <i>-- coming soon!</i></li>
<li><a class=link href=nightly>Nightly Builds</a></li>
<br/>
-<b>Target Platforms</b><br/>
-<li><a class=link href=target-platform>All JBoss Tools 3.2 dependencies in one update site</a> (for installing or developing with Eclipse 3.6)
-<li><a class=link href=target-platform_trunk>All JBoss Tools 3.3 dependencies in one update site</a> (for installing or developing with Eclipse 3.6)
-<li><a class=link href=target-platform_3.3.indigo>All JBoss Tools 3.3 dependencies in one update site</a> (for installing or developing with Eclipse 3.7) [experimental]
+<b>Dependencies & Requirements</b><br/>
+<li><a class=link href=indigo>All JBoss Tools 3.3 dependencies in one update site</a> (for installing or developing with Eclipse 3.7)</li>
+<li><a class=link href=helios>All JBoss Tools 3.2 dependencies in one update site</a> (for installing or developing with Eclipse 3.6)</li>
+<li><a class=link href=requirements>All JBoss Tools dependencies in collection of update site</a> (for installing or developing)</li>
+<br/>
+<b>JBT Target Platforms</b><br/>
+<li><a class=link href=http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo>All JBoss Tools 3.3 dependencies in one update site</a> (for installing or developing with Eclipse 3.7) [experimental]</li>
+<li><a class=link href=http://download.jboss.org/jbosstools/updates/target-platform_trunk>All JBoss Tools 3.3 dependencies in one update site</a> (for installing or developing with Eclipse 3.6)</li>
+<li><a class=link href=http://download.jboss.org/jbosstools/updates/target-platform>All JBoss Tools 3.2 dependencies in one update site</a> (for installing or developing with Eclipse 3.6)</li>
+<br/>
+<b>JBDS Target Platforms</b><br/>
+<li><a style="color: red" class=link href=http://reports.qa.atl.jboss.com/binaries/RHDS/updates/jbds-target-pl...>All JBoss Developer Studio 5.0 dependencies in one update site</a> (for installing or developing with Eclipse 3.7) [experimental]</li>
+<li><a style="color: red" class=link href=http://reports.qa.atl.jboss.com/binaries/RHDS/updates/jbds-target-pl...>All JBoss Developer Studio 5.0 dependencies in one update site</a> (for installing or developing with Eclipse 3.6)</li>
+<li><a style="color: red" class=link href=http://reports.qa.atl.jboss.com/binaries/RHDS/updates/jbds-target-pl...>All JBoss Developer Studio 4.0 dependencies in one update site</a> (for installing or developing with Eclipse 3.6)</li>
+<br/>
+<p class="bodyText"><i>Note: <b style="color: red">red
+ links</b> require VPN access.</i>
</ul>
<br/>
</td>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/index.html 2011-03-08 17:59:54 UTC (rev 29609)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/index.html 2011-03-08 18:00:08 UTC (rev 29610)
@@ -71,7 +71,7 @@
<li><a class=link href=emf>emf/2.6</a></li>
<li><a class=link href=gwt/201012211742>gwt/201012211742</a></li>
<li><a class=link href=orbit/R20100519200754>orbit/R20100519200754</a></li>
-<li><a class=link href=m2eclipse/0.11>m2eclipse/0.11</a></li>
+<li><a class=link href=m2eclipse/0.12>m2eclipse/0.12</a></li>
<li><a class=link href=thirdparty>thirdparty</a> (deprecated)</li>
<li><a class=link href=subclipse/1.6>subclipse/1.6</a></li>
<li><a class=link href=subversive/0.7.9_2.2.2>subversive/0.7.9_2.2.2</a></li>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/index....
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/index.... 2011-03-08 17:59:54 UTC (rev 29609)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/index.... 2011-03-08 18:00:08 UTC (rev 29610)
@@ -46,7 +46,7 @@
-->
<br/>
<ul>
-<li><a class=link href=0.11>0.11</a> </li>
+<li><a class=link href=0.12>0.12</a> </li>
</ul>
<br/>
</td>
13 years, 10 months