JBoss Tools SVN: r18443 - trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-11-06 06:24:52 -0500 (Fri, 06 Nov 2009)
New Revision: 18443
Added:
trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools_simple.css
Log:
https://jira.jboss.org/jira/browse/JBDS-348 - creating the stylesheet for the movies index;
Added: trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools_simple.css
===================================================================
--- trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools_simple.css (rev 0)
+++ trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools_simple.css 2009-11-06 11:24:52 UTC (rev 18443)
@@ -0,0 +1,6 @@
+@import url("jbossorg.css");
+
+
+/* -----Override jbossorg.css----- */
+
+
15 years, 1 month
JBoss Tools SVN: r18442 - in trunk/bpel/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator: xpath and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dennyxu
Date: 2009-11-06 04:31:09 -0500 (Fri, 06 Nov 2009)
New Revision: 18442
Modified:
trunk/bpel/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/rules/CatchValidator.java
trunk/bpel/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/xpath/XPathVisitor.java
Log:
JBIDE-5034:Assign Properties editor allows copy operation that validator complains about
Modified: trunk/bpel/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/rules/CatchValidator.java
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/rules/CatchValidator.java 2009-11-06 09:04:36 UTC (rev 18441)
+++ trunk/bpel/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/rules/CatchValidator.java 2009-11-06 09:31:09 UTC (rev 18442)
@@ -191,7 +191,7 @@
setValue("fault.variable", fFaultVariableName);
- setValue("fault.variable.type",fFaultVariableType);
+ setValue("type",fFaultVariableType);
}
Modified: trunk/bpel/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/xpath/XPathVisitor.java
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/xpath/XPathVisitor.java 2009-11-06 09:04:36 UTC (rev 18441)
+++ trunk/bpel/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/xpath/XPathVisitor.java 2009-11-06 09:31:09 UTC (rev 18442)
@@ -394,7 +394,7 @@
*/
public void visit ( Object obj ) {
- if (obj instanceof PathExpr) {;
+ if (obj instanceof PathExpr) {
visit((PathExpr) obj);
} else if (obj instanceof LocationPath) {
visit((LocationPath) obj);
15 years, 1 month
JBoss Tools SVN: r18441 - trunk/birt/docs/en/modules.
by jbosstools-commits@lists.jboss.org
Author: msorokin
Date: 2009-11-06 04:04:36 -0500 (Fri, 06 Nov 2009)
New Revision: 18441
Added:
trunk/birt/docs/en/modules/framework.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-4779
Framework API chapter
Added: trunk/birt/docs/en/modules/framework.xml
===================================================================
--- trunk/birt/docs/en/modules/framework.xml (rev 0)
+++ trunk/birt/docs/en/modules/framework.xml 2009-11-06 09:04:36 UTC (rev 18441)
@@ -0,0 +1,260 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="framework">
+ <?dbhtml filename="framework.html"?>
+
+ <chapterinfo>
+ <keywordset>
+
+ <keyword>Eclipse</keyword>
+ <keyword>JBoss</keyword>
+ <keyword>JBoss Tools</keyword>
+ <keyword>BIRT Integration</keyword>
+ </keywordset>
+ </chapterinfo>
+
+ <title>JBoss BIRT Integraion Framework API Reference</title>
+
+
+<section>
+
+ <title>
+ <emphasis role="bold"> <property><b:birt></property></emphasis> Component
+ </title>
+
+
+
+<para>
+ The <emphasis role="bold"> <property><b:birt></property></emphasis> component servers to integrate a BIRT report into Seam/JSF container.
+ The <emphasis role="bold"> <property><b:birt></property></emphasis> tag recognizes most of the parameters described on the BIRT
+ <ulink url="http://www.eclipse.org/birt/phoenix/deploy/viewerUsage2.2.php#parameters">Report Viewer Parameters</ulink> page, though it has attributes of its own.
+
+</para>
+
+
+ <table>
+ <title><emphasis role="bold"> <property><b:birt></property></emphasis> Component Reference</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute</entry>
+ <entry>Correspondance to BIRT Report Viewer parameters</entry>
+ <entry>Description/</entry>
+
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>designType</entry>
+ <entry> - </entry>
+ <entry>Corresponds to the BIRT servlet mappings. Possible values are run, frameset, preview and embed.
+ If the attribute is set to embed the component is used for
+ embeddable html. This type ignores all the attributes except designName
+ and masterpage.
+ </entry>
+ </row>
+ <row>
+ <entry>embeddable</entry>
+ <entry> - </entry>
+ <entry>A BIRT report occupies the whole page by default. It contains the <html>,
+ <head>, <body> etc., tags. Embedded report can be a part of another page.
+ It doesn't contain the above mentioned tags. Only HTML report can be embedded.</entry>
+ </row>
+ <row>
+ <entry>designName</entry>
+ <entry>__report</entry>
+ <entry>Sets the name of the report design to process. This can be an absolute path or relative to the working folder. Valid values are run, frameset and preview</entry>
+ </row>
+
+ <row>
+ <entry>format</entry>
+ <entry>__format</entry>
+ <entry>Specifies the desired output format, such as pdf, html, doc, ppt, or xls.</entry>
+ </row>
+
+ <row>
+ <entry>title</entry>
+ <entry>__title</entry>
+ <entry>Sets the report title.</entry>
+ </row>
+
+ <row>
+ <entry>showtitle</entry>
+ <entry>__showtitle</entry>
+ <entry>Determines if the report title is shown in the frameset viewer. Defaults to true.</entry>
+ </row>
+
+ <row>
+ <entry>toolbar</entry>
+ <entry>__toolbar</entry>
+ <entry>
+
+ Determines if the report toolbar is shown in the frameset viewer.Defaults to true. Valid values are true and false.</entry>
+ </row>
+
+
+
+ <row>
+ <entry>navigationbar</entry>
+ <entry>__navigationbar</entry>
+ <entry>
+
+ Determines if the navigation bar is shown in the frameset viewer. Defaults to true. Valid values are true and false.</entry>
+ </row>
+
+
+ <row>
+ <entry>document</entry>
+ <entry>__document</entry>
+ <entry>
+ Sets the name for the rptdocument. The document is created when the report engine separates run and render tasks, and
+ is used to support features like table of contents and pagination.
+ This setting can be an absolute path or relative to the working folder. If no document parameter is used, a unique document is created in the document folder.
+ </entry>
+ </row>
+
+ <row>
+ <entry>locale</entry>
+ <entry>__locale</entry>
+ <entry>
+ Specifies the locale for the specific operation. Note that this will override the default locale.
+ </entry>
+ </row>
+ <row>
+ <entry>svg</entry>
+ <entry>__svg</entry>
+ <entry>
+ Specifies whether SVG is supported.
+ </entry>
+ </row>
+
+
+
+ <row>
+ <entry>page</entry>
+ <entry>__page</entry>
+ <entry>
+ Specifies specific page to render.
+ </entry>
+ </row>
+
+
+ <row>
+ <entry>pagerange</entry>
+ <entry>__pagerange</entry>
+ <entry>
+ Specifies page range to render. Eg 1-4,7.
+ </entry>
+ </row>
+
+
+ <row>
+ <entry>masterpage</entry>
+ <entry>__masterpage</entry>
+ <entry>
+
+ Indicates that the report master page should be used or not. Validvalues are true and false.
+ </entry>
+ </row>
+
+
+ <row>
+ <entry>overwrite</entry>
+ <entry>__overwrite</entry>
+ <entry>
+
+ This setting if set to true will force an overwrite of the existing report document.
+ </entry>
+ </row>
+
+ <row>
+ <entry>bookmark</entry>
+ <entry>__bookmark</entry>
+ <entry>
+
+ Specifies a specific bookmark within the report to load. The viewer will automatically load the appropriate page.
+ </entry>
+ </row>
+
+
+
+ <row>
+ <entry>rtl</entry>
+ <entry>__rtl</entry>
+ <entry>
+ Specifies whether to display the report in right to left format. This setting defaults to false.
+ </entry>
+ </row>
+
+
+
+ <row>
+ <entry>fittopage</entry>
+ <entry>__fittopage</entry>
+ <entry>
+ Specifies whether PDF generation should fit content to a page. Valid values are true and false.
+ </entry>
+ </row>
+
+
+ <row>
+ <entry>resourceFolder</entry>
+ <entry>__resourceFolder</entry>
+ <entry>
+ Specifies the resource folder to use. This setting will override the default setting in the web.xml. The resource folder is used to locate libraries, images, and resource files.
+ </entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+</section>
+
+ <section>
+ <title><emphasis role="bold"> <property><b:param></property></emphasis> Component</title>
+ <para>
+ The <emphasis role="bold"> <property><b:param></property></emphasis> tag describes report parameter.
+ </para>
+
+ <table>
+ <title><emphasis role="bold"> <property><b:param></property></emphasis> Component</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Attribute</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>name</entry>
+ <entry>The parameter name. Required.</entry>
+ </row>
+ <row>
+ <entry>value</entry>
+ <entry>The parameter value. Required.</entry>
+ </row>
+
+ <row>
+ <entry>isnull</entry>
+ <entry>Specifies that a report parameter has a null value</entry>
+ </row>
+ <row>
+ <entry>islocale</entry>
+ <entry>Specifies whether the parameter is localized</entry>
+ </row>
+
+ </tbody>
+
+ </tgroup>
+ </table>
+ </section>
+
+
+
+
+
+
+
+</chapter>
15 years, 1 month
JBoss Tools SVN: r18440 - trunk/bpel/releng/maps.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-06 00:38:31 -0500 (Fri, 06 Nov 2009)
New Revision: 18440
Modified:
trunk/bpel/releng/maps/project.map
Log:
typo
Modified: trunk/bpel/releng/maps/project.map
===================================================================
--- trunk/bpel/releng/maps/project.map 2009-11-06 05:28:34 UTC (rev 18439)
+++ trunk/bpel/releng/maps/project.map 2009-11-06 05:38:31 UTC (rev 18440)
@@ -13,7 +13,8 @@
plugin@org.eclipse.bpel.wsil.model=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.eclipse.bpel.wsil.model
plugin@org.eclipse.bpel.xpath10=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.eclipse.bpel.xpath10
plugin@org.jboss.tools.bpel.as.integration=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.jboss.tools.bpel.as.integration
-plugin@org.eclipse.tools.bpel.cheatsheet=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.eclipse.tools.bpel.cheatsheet
+plugin@org.jboss.tools.bpel.cheatsheet=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet
feature@org.jboss.tools.bpel.tests.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/features/org.jboss.tools.bpel.tests.feature
plugin@org.eclipse.tools.bpel.ui.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/tests/org.eclipse.tools.bpel.ui.test
+org.jboss.tools.bpel.cheatsheet
\ No newline at end of file
15 years, 1 month
JBoss Tools SVN: r18439 - trunk/jbpm/releng/org.jboss.tools.jbpm4.releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-06 00:28:34 -0500 (Fri, 06 Nov 2009)
New Revision: 18439
Modified:
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/
Log:
svn:ignore
Property changes on: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng
___________________________________________________________________
Name: svn:ignore
+ buildlog.latest.txt
15 years, 1 month
JBoss Tools SVN: r18438 - in trunk/jbpm/features/org.jboss.tools.jbpm.common.feature: sourceTemplatePlugin and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-06 00:27:59 -0500 (Fri, 06 Nov 2009)
New Revision: 18438
Modified:
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.properties
Log:
tweak labels
Modified: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties 2009-11-06 05:27:34 UTC (rev 18437)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties 2009-11-06 05:27:59 UTC (rev 18438)
@@ -6,7 +6,7 @@
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=jBPM Common Source
+description=Common tools for jBPM 3 and jBPM 4 Sources
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
Modified: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.properties 2009-11-06 05:27:34 UTC (rev 18437)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.properties 2009-11-06 05:27:59 UTC (rev 18438)
@@ -1,4 +1,4 @@
-blurb=jBPM Common Source\n\
+blurb=jBPM Common Sources\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
15 years, 1 month
JBoss Tools SVN: r18437 - trunk/jbpm/features/org.jboss.tools.jbpm.common.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-06 00:27:34 -0500 (Fri, 06 Nov 2009)
New Revision: 18437
Modified:
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties
Log:
tweak
Modified: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties 2009-11-06 05:27:06 UTC (rev 18436)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties 2009-11-06 05:27:34 UTC (rev 18437)
@@ -1,2 +1 @@
-bin.includes = feature.xml,\
- feature.properties
+bin.includes = feature.*
15 years, 1 month
JBoss Tools SVN: r18436 - trunk/jmx/releng/maps.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-06 00:27:06 -0500 (Fri, 06 Nov 2009)
New Revision: 18436
Removed:
trunk/jmx/releng/maps/test.map
Log:
renamed
Deleted: trunk/jmx/releng/maps/test.map
===================================================================
--- trunk/jmx/releng/maps/test.map 2009-11-06 05:26:52 UTC (rev 18435)
+++ trunk/jmx/releng/maps/test.map 2009-11-06 05:27:06 UTC (rev 18436)
@@ -1,2 +0,0 @@
-plugin@org.eclipse.test=v20080313,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
-fragment@org.eclipse.ant.optional.junit=v20070202,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
15 years, 1 month
JBoss Tools SVN: r18435 - trunk/jmx/releng/maps.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-06 00:26:52 -0500 (Fri, 06 Nov 2009)
New Revision: 18435
Added:
trunk/jmx/releng/maps/test.common.map
trunk/jmx/releng/maps/test.eclipse.map
Log:
add missing test deps
Added: trunk/jmx/releng/maps/test.common.map
===================================================================
--- trunk/jmx/releng/maps/test.common.map (rev 0)
+++ trunk/jmx/releng/maps/test.common.map 2009-11-06 05:26:52 UTC (rev 18435)
@@ -0,0 +1,4 @@
+!*** required to run tests
+plugin@org.jboss.tools.common=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/common/plugins/org.jboss.tools.common
+plugin@org.jboss.tools.common.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/common/tests/org.jboss.tools.common.test
+plugin@org.jboss.tools.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/tests/tests/org.jboss.tools.test
Property changes on: trunk/jmx/releng/maps/test.common.map
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Copied: trunk/jmx/releng/maps/test.eclipse.map (from rev 18428, trunk/jmx/releng/maps/test.map)
===================================================================
--- trunk/jmx/releng/maps/test.eclipse.map (rev 0)
+++ trunk/jmx/releng/maps/test.eclipse.map 2009-11-06 05:26:52 UTC (rev 18435)
@@ -0,0 +1,2 @@
+plugin@org.eclipse.test=v20080313,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
+fragment@org.eclipse.ant.optional.junit=v20070202,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
Property changes on: trunk/jmx/releng/maps/test.eclipse.map
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 1 month
JBoss Tools SVN: r18434 - trunk/bpel/releng/maps.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-06 00:23:46 -0500 (Fri, 06 Nov 2009)
New Revision: 18434
Modified:
trunk/bpel/releng/maps/project.map
Log:
add cheatsheet plugin
Modified: trunk/bpel/releng/maps/project.map
===================================================================
--- trunk/bpel/releng/maps/project.map 2009-11-06 01:56:46 UTC (rev 18433)
+++ trunk/bpel/releng/maps/project.map 2009-11-06 05:23:46 UTC (rev 18434)
@@ -1,7 +1,6 @@
!*** Generated with org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml#dir2svnmap task
feature@org.jboss.tools.bpel.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/features/org.jboss.tools.bpel.feature
feature@org.jboss.tools.bpel.sdk.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/features/org.jboss.tools.bpel.sdk.feature
-feature@org.jboss.tools.bpel.tests.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/features/org.jboss.tools.bpel.tests.feature
plugin@org.eclipse.bpel.apache.ode.deploy.model=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model
plugin@org.eclipse.bpel.apache.ode.deploy.ui=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui
plugin@org.eclipse.bpel.apache.ode.runtime=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.eclipse.bpel.apache.ode.runtime
@@ -14,4 +13,7 @@
plugin@org.eclipse.bpel.wsil.model=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.eclipse.bpel.wsil.model
plugin@org.eclipse.bpel.xpath10=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.eclipse.bpel.xpath10
plugin@org.jboss.tools.bpel.as.integration=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.jboss.tools.bpel.as.integration
+plugin@org.eclipse.tools.bpel.cheatsheet=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/plugins/org.eclipse.tools.bpel.cheatsheet
+
+feature@org.jboss.tools.bpel.tests.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/features/org.jboss.tools.bpel.tests.feature
plugin@org.eclipse.tools.bpel.ui.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/tests/org.eclipse.tools.bpel.ui.test
15 years, 1 month