JBoss Tools SVN: r10539 - trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-09-29 11:29:16 -0400 (Mon, 29 Sep 2008)
New Revision: 10539
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamCoreAllTests.java
Log:
JBIDE-1497.
Refactoring for usage of ELOperandToken
Modified: trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamCoreAllTests.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamCoreAllTests.java 2008-09-29 15:27:36 UTC (rev 10538)
+++ trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamCoreAllTests.java 2008-09-29 15:29:16 UTC (rev 10539)
@@ -29,18 +29,18 @@
public static Test suite() {
TestSuite suite = new TestSuite();
suite.setName("All tests for " + PLUGIN_ID);
- suite.addTestSuite(ScannerTest.class);
- suite.addTestSuite(SerializationTest.class);
- suite.addTestSuite(SeamBigProjectTest.class);
- suite.addTestSuite(SeamEARTest.class);
- suite.addTestSuite(SeamRuntimeListConverterTest.class);
- suite.addTestSuite(SeamRuntimeManagerTest.class);
- suite.addTestSuite(SeamFacetInstallDelegateTest.class);
+// suite.addTestSuite(ScannerTest.class);
+// suite.addTestSuite(SerializationTest.class);
+// suite.addTestSuite(SeamBigProjectTest.class);
+// suite.addTestSuite(SeamEARTest.class);
+// suite.addTestSuite(SeamRuntimeListConverterTest.class);
+// suite.addTestSuite(SeamRuntimeManagerTest.class);
+// suite.addTestSuite(SeamFacetInstallDelegateTest.class);
suite.addTest(SeamValidatorsAllTests.suite());
- suite.addTest(SeamRefactoringAllTests.suite());
+// suite.addTest(SeamRefactoringAllTests.suite());
// Seam 2 tests can't run on hudson for now ;(
- suite.addTestSuite(Seam2FacetInstallDelegateTest.class);
+// suite.addTestSuite(Seam2FacetInstallDelegateTest.class);
return suite;
}
16 years, 3 months
JBoss Tools SVN: r10538 - trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/internal/core/parser.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-09-29 11:27:36 -0400 (Mon, 29 Sep 2008)
New Revision: 10538
Modified:
trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/internal/core/parser/ELParserImpl.java
Log:
JBIDE-1497.
Minor improvements
Modified: trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/internal/core/parser/ELParserImpl.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/internal/core/parser/ELParserImpl.java 2008-09-29 15:00:55 UTC (rev 10537)
+++ trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/internal/core/parser/ELParserImpl.java 2008-09-29 15:27:36 UTC (rev 10538)
@@ -180,7 +180,7 @@
setNextToken();
if(current != null) switch (current.getType()) {
case ArgStartTokenDescription.ARG_START:
- while(current.getType() == ArgStartTokenDescription.ARG_START) {
+ while(current != null && current.getType() == ArgStartTokenDescription.ARG_START) {
ELArgumentImpl arg = readArgument();
ELArgumentExpressionImpl call = new ELArgumentExpressionImpl();
call.setArgument(arg);
16 years, 3 months
JBoss Tools SVN: r10537 - in documentation/trunk/movies: common_resources/Callouts and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2008-09-29 11:00:55 -0400 (Mon, 29 Sep 2008)
New Revision: 10537
Modified:
documentation/trunk/movies/HQL_JPA-QL_queries/HQL_JPA-QL_queries.wnk
documentation/trunk/movies/common_resources/Callouts/custom_left.svg
documentation/trunk/movies/common_resources/Callouts/custom_left_bottom.svg
documentation/trunk/movies/common_resources/Callouts/custom_left_top.svg
documentation/trunk/movies/common_resources/Callouts/custom_right.svg
documentation/trunk/movies/common_resources/Callouts/custom_right_bottom.svg
documentation/trunk/movies/common_resources/Callouts/custom_right_top.svg
documentation/trunk/movies/common_resources/Callouts/custom_top_left.svg
documentation/trunk/movies/common_resources/Callouts/custom_top_right.svg
documentation/trunk/movies/create_console_config/create_console_config.wnk
documentation/trunk/movies/cust_tag_lib_to_palette/cust_tag_lib_to_palette.wnk
documentation/trunk/movies/new_seam_project/new_seam_project.wnk
documentation/trunk/movies/rich_faces_demo/rich_faces_demo.wnk
documentation/trunk/movies/seam2_plus_ejb3/seam2_plus_ejb3.wnk
Log:
https://jira.jboss.org/jira/browse/JBDS-426
hint are changed
movies size is reduced
Modified: documentation/trunk/movies/HQL_JPA-QL_queries/HQL_JPA-QL_queries.wnk
===================================================================
(Binary files differ)
Modified: documentation/trunk/movies/common_resources/Callouts/custom_left.svg
===================================================================
--- documentation/trunk/movies/common_resources/Callouts/custom_left.svg 2008-09-29 14:10:19 UTC (rev 10536)
+++ documentation/trunk/movies/common_resources/Callouts/custom_left.svg 2008-09-29 15:00:55 UTC (rev 10537)
@@ -1,77 +1,10 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="126px"
- height="114px"
- id="svg2511"
- sodipodi:version="0.32"
- inkscape:version="0.46"
- sodipodi:docname="custom_left.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <metadata
- id="metadata2523">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs2521">
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 57 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="126 : 57 : 1"
- inkscape:persp3d-origin="63 : 38 : 1"
- id="perspective2525" />
- </defs>
- <sodipodi:namedview
- inkscape:window-height="964"
- inkscape:window-width="1280"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- guidetolerance="10.0"
- gridtolerance="10.0"
- objecttolerance="10.0"
- borderopacity="1.0"
- bordercolor="#666666"
- pagecolor="#ffffff"
- id="base"
- showgrid="false"
- inkscape:zoom="8.1052632"
- inkscape:cx="63"
- inkscape:cy="60.209295"
- inkscape:window-x="-4"
- inkscape:window-y="-4"
- inkscape:current-layer="svg2511" />
- <path
- d="M13.848 68.816 C13.848,76.336 21.568,80.583 28.145,80.583 C34.336,80.583 38.05,79.842 40.758,80.170 C43.081,83.454 54.858,96.718 57.567,100.966 C57.567,93.805 57.002,84.923 57.002,81.001 C62.416,81.001 93.957,80.583 99.757,80.583 C105.560,80.583 115.130,74.077 114.754,68.197 C114.754,59.043 115.005,37.625 115.005,26.833 C115.005,18.669 111.302,12.5 103.175,12.5 C95.827,12.5 32.829,12.5 26.633,12.5 C19.079,12.832 13.830,18.625 13.830,25.169 C13.830,30.4 13.848,62.283 13.848,68.816 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.949;"
- id="path2513" />
- <path
- d="M 10,66.675 C 10,74.42 13.531442,79.404883 20.322442,79.404883 C 26.703442,79.404883 36.346,78.452 39.133,78.788 C 41.525,82.15 53.904,98.641 56.698,103.001 C 56.698,95.6 56.698,82.822 56.698,78.788 C 62.283,78.788 92.705861,78.265299 98.67,78.788 C 107.11653,79.52826 113.32674,83.705519 114.04013,69.636039 C 114.04013,60.225039 105.22177,31.236134 112,22.441 C 118.66234,13.796247 106.28375,9.1022338 97.67,10.336 C 90.160638,11.411582 28.394,10 22,10 C 14.425,9.663 10.336,16.725 10.336,23.454 C 10.336,28.833 10,59.949 10,66.675 z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.85;"
- id="path2515"
- sodipodi:nodetypes="cscccscsscsc" />
- <polyline
- points="103.408 66.334, 103.408 21.169, 22.4 21.169, 22.4 66.334, 103.408 66.334"
- style="stroke:rgb(0,0,0);fill:none;"
- id="polyline2517" />
- <g
- id="appdata_0_0_0_0_1" />
- <path
- style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#525252;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 20.11039,10.363636 L 105.24027,10.363636 C 110.50327,10.363636 114.74027,14.600636 114.74027,19.863636 L 114.74027,70.694805 C 114.74027,75.957805 110.50327,80.194805 105.24027,80.194805 L 83.9578,80.194805 L 56.753252,80.194805 C 62.589599,120.38377 49.940086,93.946608 40.775977,80.071428 L 20.11039,80.194805 C 14.84739,80.194805 10.61039,75.957805 10.61039,70.694805 L 10.61039,19.863636 C 10.61039,14.600636 14.84739,10.363636 20.11039,10.363636 z"
- id="rect2545"
- sodipodi:nodetypes="cccccccccccc" />
-</svg>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg width="122px" height="109px">
+<path d="M10.018 66.316 C10.018,73.835 17.737,78.083 24.314,78.083 C30.506,78.083 34.220,77.341 36.928,77.670 C39.250,80.954 51.027,94.218 53.735,98.466 C53.735,91.304 53.172,82.422 53.172,78.500 C58.584,78.500 90.126,78.083 95.925,78.083 C101.729,78.083 111.298,71.576 110.924,65.697 C110.924,56.543 111.174,35.125 111.174,24.333 C111.174,16.169 107.472,10 99.345,10 C91.996,10 28.998,10 22.801,10 C15.247,10.331 10,16.125 10,22.669 C10,27.9 10.018,59.783 10.018,66.316 Z"
+ style="stroke:rgb(82,82,82);fill:rgb(215,229,244);fill-opacity:0.949;" />
+<polyline points="99.577 63.833, 99.577 18.669, 18.569 18.669, 18.569 63.833, 99.577 63.833"
+ style="stroke:rgb(0,0,0);fill:none;" />
+<g id="appdata_0_0_0_0_1" />
+</svg>
Modified: documentation/trunk/movies/common_resources/Callouts/custom_left_bottom.svg
===================================================================
--- documentation/trunk/movies/common_resources/Callouts/custom_left_bottom.svg 2008-09-29 14:10:19 UTC (rev 10536)
+++ documentation/trunk/movies/common_resources/Callouts/custom_left_bottom.svg 2008-09-29 15:00:55 UTC (rev 10537)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg width="170px" height="124px">
-<path d="M48.75 111.466 C41.233,111.466 36.983,104.007 36.983,97.663 C36.983,91.697 37.312,86.841 36.983,84.232 C33.703,81.990 17.703,70.416 13.466,67.804 C20.625,67.804 33.069,67.804 36.983,67.804 C36.983,62.574 36.983,34.163 36.983,28.568 C36.983,22.966 42.858,14.163 48.75,14.532 C57.9,14.532 137.3,14.532 148.082,14.532 C156.257,14.532 159.533,20.107 159.533,27.949 C159.533,35.031 159.533,92.066 159.533,98.037 C158.283,105.466 154.283,109.708 147.433,111.466 C142.202,111.466 55.288,111.466 48.75,111.466 Z"
- style="stroke-width:2;stroke:rgb(82,82,82);fill:rgb(215,229,244);fill-opacity:0.6;" />
-<path d="M46 113.666 C38.331,113.666 34,105.692 34,98.9 C34,92.516 34.331,87.324 34,84.531 C30.663,82.137 14.330,69.766 10,66.966 C17.329,66.966 30,66.966 34,66.966 C34,61.382 34,30.983 34,25 C34,19.014 40,9.591 46,10 C55.331,10 136.332,10 147.332,10 C155.666,10 159,15.955 159,24.334 C159,31.913 159,92.916 159,99.308 C159.332,106.882 153.332,113.666 146.666,113.666 C141.332,113.666 52.666,113.666 46,113.666 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.85;" />
-<polyline points="46.331 21.163, 147.332 21.163, 147.332 100.166, 46.331 100.166, 46.331 21.163"
+<svg width="167px" height="117px">
+<path d="M45.283 106.933 C37.766,106.933 33.516,99.475 33.516,93.131 C33.516,87.164 33.845,82.308 33.516,79.699 C30.236,77.458 14.236,65.883 10,63.270 C17.158,63.270 29.602,63.270 33.516,63.270 C33.516,58.042 33.516,29.631 33.516,24.036 C33.516,18.433 39.391,9.631 45.283,10 C54.433,10 133.833,10 144.616,10 C152.791,10 156.067,15.574 156.067,23.416 C156.067,30.498 156.067,87.533 156.067,93.504 C154.816,100.933 150.816,105.175 143.966,106.933 C138.735,106.933 51.822,106.933 45.283,106.933 Z"
+ style="stroke:rgb(82,82,82);fill:rgb(215,229,244);fill-opacity:0.6;" />
+<polyline points="42.865 16.631, 143.866 16.631, 143.866 95.633, 42.865 95.633, 42.865 16.631"
style="stroke:rgb(0,0,0);fill:none;" />
<g id="appdata_0_0_0_0_1" />
</svg>
Modified: documentation/trunk/movies/common_resources/Callouts/custom_left_top.svg
===================================================================
--- documentation/trunk/movies/common_resources/Callouts/custom_left_top.svg 2008-09-29 14:10:19 UTC (rev 10536)
+++ documentation/trunk/movies/common_resources/Callouts/custom_left_top.svg 2008-09-29 15:00:55 UTC (rev 10537)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg width="170px" height="124px">
-<path d="M47.733 11.531 C40.218,11.531 35.966,19.358 35.966,26.037 C35.966,32.316 36.288,37.420 35.966,40.172 C32.687,42.529 16.675,54.692 12.437,57.441 C19.591,57.441 32.045,57.441 35.966,57.441 C35.966,62.937 35.966,92.824 35.966,98.708 C35.966,104.591 41.848,113.85 47.733,113.469 C56.889,113.469 136.327,113.469 147.115,113.469 C155.288,113.469 158.562,107.608 158.562,99.358 C158.562,91.908 158.562,31.929 158.562,25.644 C158.875,18.197 153,11.531 146.461,11.531 C141.225,11.531 54.276,11.531 47.733,11.531 Z"
- style="stroke-width:2;stroke:rgb(82,82,82);fill:rgb(215,229,244);fill-opacity:0.6;" />
-<path d="M46 10 C38.331,10 34,17.973 34,24.764 C34,31.149 34.331,36.341 34,39.134 C30.663,41.529 14.330,53.899 10,56.697 C17.329,56.697 30,56.697 34,56.697 C34,62.283 34,92.678 34,98.666 C34,104.649 40,114.062 46,113.666 C55.331,113.666 136.332,113.666 147.332,113.666 C155.666,113.666 159,107.702 159,99.332 C159,91.749 159,30.75 159,24.358 C159.332,16.783 153.332,10 146.666,10 C141.332,10 52.666,10 46,10 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.85;" />
-<polyline points="46.331 24.5, 147.332 24.5, 147.332 103.5, 46.331 103.5, 46.331 24.5"
+<svg width="167px" height="122px">
+<path d="M45.292 10 C37.781,10 33.529,17.827 33.529,24.506 C33.529,30.783 33.849,35.889 33.529,38.639 C30.25,40.997 14.238,53.161 10,55.908 C17.152,55.908 29.608,55.908 33.529,55.908 C33.529,61.406 33.529,91.291 33.529,97.175 C33.529,103.06 39.411,112.316 45.292,111.937 C54.452,111.937 133.890,111.937 144.678,111.937 C152.85,111.937 156.125,106.077 156.125,97.827 C156.125,90.377 156.125,30.395 156.125,24.113 C156.437,16.664 150.563,10 144.022,10 C138.788,10 51.839,10 45.292,10 Z"
+ style="stroke:rgb(82,82,82);fill:rgb(215,229,244);fill-opacity:0.6;" />
+<polyline points="43.892 22.966, 144.892 22.966, 144.892 101.967, 43.892 101.967, 43.892 22.966"
style="stroke:rgb(0,0,0);fill:none;" />
<g id="appdata_0_0_0_0_1" />
</svg>
Modified: documentation/trunk/movies/common_resources/Callouts/custom_right.svg
===================================================================
--- documentation/trunk/movies/common_resources/Callouts/custom_right.svg 2008-09-29 14:10:19 UTC (rev 10536)
+++ documentation/trunk/movies/common_resources/Callouts/custom_right.svg 2008-09-29 15:00:55 UTC (rev 10537)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg width="125px" height="124px">
-<path d="M114.408 68.348 C112.5,75.898 106.3,79.362 99.3,80.362 C93.021,80.362 87.045,79.975 84.3,80.3 C81.949,83.576 84,83 108,109 C81,80 68.3,83.891 68.3,79.966 C62.804,79.966 33.179,80.362 27.3,80.362 C21.407,80.362 12.086,74.233 12.466,68.348 C12.466,59.19 11.764,37.15 11.764,26.358 C11.764,18.187 15.519,12.026 23.764,12.026 C31.216,12.026 95.149,12.026 101.433,12.026 C109.098,12.358 114.433,18.158 114.433,24.699 C114.433,29.931 114.408,61.810 114.408,68.348 Z"
+<svg width="123px" height="117px">
+<path d="M112.644 66.322 C110.734,73.871 104.536,77.335 97.536,78.335 C91.257,78.335 85.281,77.948 82.536,78.274 C80.185,81.549 82.235,80.973 106.235,106.973 C79.235,77.973 66.536,81.865 66.536,77.940 C61.039,77.940 31.414,78.335 25.536,78.335 C19.642,78.335 10.322,72.207 10.701,66.322 C10.701,57.163 10,35.122 10,24.331 C10,16.161 13.754,10 22,10 C29.452,10 93.383,10 99.668,10 C107.334,10.331 112.668,16.132 112.668,22.673 C112.668,27.905 112.644,59.783 112.644,66.322 Z"
style="stroke:rgb(82,82,82);fill:rgb(215,229,244);fill-opacity:0.6;" />
-<path d="M113.668 66.675 C113.668,74.416 105.695,78.788 98.904,78.788 C92.519,78.788 87.324,78.452 84.537,78.788 C82.139,82.15 81,78 109,113 C78,81 66.966,82.824 66.966,78.788 C61.383,78.788 30.983,78.788 25,78.788 C19.014,78.788 9.591,72.725 10,66.675 C10,57.264 11.668,33.545 11.668,22.441 C11.668,14.037 17.625,10.336 26,10.336 C33.574,10.336 95.274,10 101.668,10 C109.239,9.663 113.332,16.720 113.332,23.454 C113.332,28.833 113.668,59.949 113.668,66.675 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.85;" />
-<polyline points="20.262 66.334, 20.262 21.169, 101.262 21.169, 101.262 66.334, 20.262 66.334"
+<polyline points="18.496 64.306, 18.496 19.143, 99.496 19.143, 99.496 64.306, 18.496 64.306"
style="stroke:rgb(0,0,0);fill:none;" />
<g id="appdata_0_0_0_0_1" />
</svg>
Modified: documentation/trunk/movies/common_resources/Callouts/custom_right_bottom.svg
===================================================================
--- documentation/trunk/movies/common_resources/Callouts/custom_right_bottom.svg 2008-09-29 14:10:19 UTC (rev 10536)
+++ documentation/trunk/movies/common_resources/Callouts/custom_right_bottom.svg 2008-09-29 15:00:55 UTC (rev 10537)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg width="170px" height="124px">
-<path d="M122.214 112.465 C129.725,112.465 133.975,105.007 133.975,98.661 C133.975,92.697 133.653,87.843 133.975,85.231 C137.258,82.984 153.262,71.416 157.499,68.805 C150.340,68.805 137.894,68.805 133.975,68.805 C133.975,63.578 133.975,35.163 133.975,29.568 C133.975,23.966 128.098,15.163 122.214,15.532 C113.066,15.532 33.658,15.532 22.876,15.532 C14.706,15.532 11.436,21.103 11.436,28.949 C11.436,36.031 11.436,93.065 11.436,99.037 C12.686,106.465 16.686,110.710 23.531,112.465 C28.764,112.465 115.675,112.465 122.214,112.465 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.6;" />
-<path d="M122.999 113.666 C130.664,113.666 135,105.692 135,98.899 C135,92.516 134.664,87.324 135,84.531 C138.332,82.137 154.664,69.766 159,66.966 C151.669,66.966 139,66.966 135,66.966 C135,61.382 135,30.983 135,25 C135,19.014 129,9.593 122.999,10 C113.665,10 32.663,10 21.663,10 C13.330,10 10,15.955 10,24.334 C10,31.913 10,92.916 10,99.308 C9.663,106.882 15.663,113.666 22.333,113.666 C27.663,113.666 116.327,113.666 122.999,113.666 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.85;" />
-<polyline points="21.75 21.163, 123.749 21.163, 123.749 100.166, 21.75 100.166, 21.75 21.163"
+<svg width="167px" height="117px">
+<path d="M120.777 106.933 C128.288,106.933 132.539,99.475 132.539,93.128 C132.539,87.164 132.216,82.310 132.539,79.698 C135.822,77.450 151.826,65.883 156.062,63.272 C148.904,63.272 136.458,63.272 132.539,63.272 C132.539,58.045 132.539,29.631 132.539,24.036 C132.539,18.433 126.662,9.631 120.777,10 C111.629,10 32.222,10 21.438,10 C13.269,10 10,15.570 10,23.416 C10,30.498 10,87.532 10,93.504 C11.25,100.933 15.25,105.177 22.095,106.933 C27.328,106.933 114.239,106.933 120.777,106.933 Z"
+ style="stroke:rgb(82,82,82);fill:rgb(215,229,244);fill-opacity:0.6;" />
+<polyline points="20.312 15.631, 122.312 15.631, 122.312 94.633, 20.312 94.633, 20.312 15.631"
style="stroke:rgb(0,0,0);fill:none;" />
<g id="appdata_0_0_0_0_1" />
</svg>
Modified: documentation/trunk/movies/common_resources/Callouts/custom_right_top.svg
===================================================================
--- documentation/trunk/movies/common_resources/Callouts/custom_right_top.svg 2008-09-29 14:10:19 UTC (rev 10536)
+++ documentation/trunk/movies/common_resources/Callouts/custom_right_top.svg 2008-09-29 15:00:55 UTC (rev 10537)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg width="170px" height="125px">
-<path d="M124.202 12.062 C131.716,12.062 135.966,19.896 135.966,26.568 C135.966,32.848 135.640,37.953 135.966,40.703 C139.25,43.06 155.258,55.222 159.5,57.966 C152.332,57.966 139.890,57.966 135.966,57.966 C135.966,63.470 135.966,93.351 135.966,99.239 C135.966,105.130 130.081,114.382 124.202,114 C115.045,114 35.608,114 24.816,114 C16.645,114 13.375,108.139 13.375,99.891 C13.375,92.441 13.375,32.460 13.375,26.175 C13.056,18.722 18.936,12.062 25.473,12.062 C30.708,12.062 117.661,12.062 124.202,12.062 Z"
+<svg width="167px" height="122px">
+<path d="M120.827 10 C128.341,10 132.591,17.833 132.591,24.506 C132.591,30.786 132.265,35.890 132.591,38.640 C135.875,40.997 151.883,53.160 156.125,55.904 C148.957,55.904 136.515,55.904 132.591,55.904 C132.591,61.407 132.591,91.288 132.591,97.175 C132.591,103.067 126.705,112.320 120.827,111.937 C111.670,111.937 32.233,111.937 21.441,111.937 C13.270,111.937 10,106.077 10,97.829 C10,90.378 10,30.397 10,24.113 C9.681,16.658 15.561,10 22.098,10 C27.333,10 114.286,10 120.827,10 Z"
style="stroke:rgb(82,82,82);fill:rgb(215,229,244);fill-opacity:0.6;" />
-<path d="M123 10 C130.666,10 135,17.973 135,24.764 C135,31.145 134.666,36.341 135,39.134 C138.332,41.529 154.666,53.896 159,56.698 C151.671,56.698 139,56.698 135,56.698 C135,62.283 135,92.675 135,98.666 C135,104.65 129,114.062 123,113.666 C113.666,113.666 32.663,113.666 21.663,113.666 C13.330,113.666 10,107.702 10,99.332 C10,91.745 10,30.75 10,24.358 C9.663,16.783 15.663,10 22.333,10 C27.663,10 116.332,10 123,10 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.85;" />
-<polyline points="122.666 24.495, 21.663 24.495, 21.663 103.5, 122.666 103.5, 122.666 24.495"
+<polyline points="119.290 22.432, 18.288 22.432, 18.288 101.437, 119.290 101.437, 119.290 22.432"
style="stroke:rgb(0,0,0);fill:none;" />
<g id="appdata_0_0_0_0_1" />
</svg>
Modified: documentation/trunk/movies/common_resources/Callouts/custom_top_left.svg
===================================================================
--- documentation/trunk/movies/common_resources/Callouts/custom_top_left.svg 2008-09-29 14:10:19 UTC (rev 10536)
+++ documentation/trunk/movies/common_resources/Callouts/custom_top_left.svg 2008-09-29 15:00:55 UTC (rev 10537)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg width="125px" height="116px">
-<path d="M12.932 49.429 C12.932,41.913 20.649,37.663 27.226,37.663 C33.420,37.663 37.135,38.404 39.842,38.079 C42.164,34.795 54.127,18.490 56.835,14.25 C56.835,21.413 56.086,33.324 56.086,37.25 C61.501,37.25 93.045,37.663 98.841,37.663 C104.644,37.663 114.210,44.170 113.833,50.05 C113.833,59.206 114.086,80.625 114.086,91.413 C114.086,99.580 110.389,105.75 102.260,105.75 C94.908,105.75 31.908,105.75 25.717,105.75 C18.164,105.413 12.908,99.620 12.908,93.081 C12.908,87.843 12.932,55.966 12.932,49.429 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.6;" />
-<path d="M10 46.322 C10,38.574 17.973,34.210 24.764,34.210 C31.145,34.210 36.346,34.548 39.133,34.210 C41.525,30.848 53.904,14.358 56.698,10 C56.698,17.394 56.698,30.175 56.698,34.210 C62.283,34.210 92.683,34.210 98.670,34.210 C104.649,34.210 114.067,40.268 113.670,46.322 C113.670,55.733 112,79.454 112,90.553 C112,98.957 106.037,102.661 97.670,102.661 C90.084,102.661 28.394,103 22,103 C14.425,103.334 10.336,96.269 10.336,89.543 C10.336,84.163 10,53.05 10,46.322 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.85;" />
-<polyline points="103.408 46.666, 103.408 91.832, 22.4 91.832, 22.4 46.666, 103.408 46.666"
+<svg width="122px" height="112px">
+<path d="M10.023 45.177 C10.023,37.663 17.740,33.413 24.316,33.413 C30.512,33.413 34.226,34.154 36.933,33.829 C39.254,30.545 51.218,14.239 53.926,10 C53.926,17.163 53.177,29.074 53.177,33 C58.591,33 90.137,33.413 95.933,33.413 C101.734,33.413 111.300,39.920 110.924,45.8 C110.924,54.956 111.177,76.375 111.177,87.163 C111.177,95.329 107.480,101.5 99.351,101.5 C92,101.5 29,101.5 22.808,101.5 C15.254,101.163 10,95.370 10,88.831 C10,83.592 10.023,51.716 10.023,45.177 Z"
+ style="stroke:rgb(82,82,82);fill:rgb(215,229,244);fill-opacity:0.6;" />
+<polyline points="100.5 42.416, 100.5 87.581, 19.491 87.581, 19.491 42.416, 100.5 42.416"
style="stroke:rgb(0,0,0);fill:none;" />
<g id="appdata_0_0_0_0_1" />
</svg>
Modified: documentation/trunk/movies/common_resources/Callouts/custom_top_right.svg
===================================================================
--- documentation/trunk/movies/common_resources/Callouts/custom_top_right.svg 2008-09-29 14:10:19 UTC (rev 10536)
+++ documentation/trunk/movies/common_resources/Callouts/custom_top_right.svg 2008-09-29 15:00:55 UTC (rev 10537)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg width="125px" height="121px">
-<path d="M114.733 53.807 C114.733,46.288 106.904,42.041 100.228,42.041 C93.949,42.041 90.177,42.781 87.428,42.456 C85.077,39.175 97.875,25.75 102.875,12.25 C94.074,19.25 76.8,31.525 68.828,42.041 C63.333,42.041 33.444,42.041 27.562,42.041 C21.670,42.041 12.413,47.923 12.8,53.807 C12.8,62.964 12.09,85.005 12.09,95.791 C12.09,103.965 15.848,110.125 24.095,110.125 C31.548,110.125 95.478,110.125 101.762,110.125 C109.428,109.791 114.762,103.999 114.762,97.457 C114.762,92.220 114.733,60.345 114.733,53.807 Z"
+<svg width="123px" height="118px">
+<path d="M112.642 51.557 C112.642,44.037 104.814,39.791 98.138,39.791 C91.858,39.791 88.087,40.531 85.338,40.206 C82.986,36.925 95.785,23.5 100.785,10 C91.983,17 74.709,29.275 66.737,39.791 C61.241,39.791 31.354,39.791 25.472,39.791 C19.579,39.791 10.322,45.673 10.709,51.557 C10.709,60.713 10,82.754 10,93.541 C10,101.714 13.758,107.875 22.004,107.875 C29.458,107.875 93.387,107.875 99.672,107.875 C107.338,107.541 112.672,101.749 112.672,95.207 C112.672,89.969 112.642,58.095 112.642,51.557 Z"
style="stroke:rgb(82,82,82);fill:rgb(215,229,244);fill-opacity:0.6;" />
-<path d="M113.668 51.444 C113.668,43.708 105.695,39.335 98.904,39.335 C92.519,39.335 91.661,39.086 88.875,38.75 C85.101,36.574 106.173,14.358 103.375,10 C98.875,16.25 72.125,34.710 72.125,38.75 C66.541,38.75 30.983,39.335 25,39.335 C19.014,39.335 9.591,45.393 10,51.444 C10,60.858 11.669,84.576 11.669,95.678 C11.669,104.082 17.625,107.786 26,107.786 C33.583,107.786 95.274,108.125 101.668,108.125 C109.239,108.458 113.332,101.394 113.332,94.668 C113.332,89.288 113.668,58.175 113.668,51.444 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.85;" />
-<polyline points="20.262 51.791, 20.262 96.957, 101.262 96.957, 101.262 51.791, 20.262 51.791"
+<polyline points="18.171 49.541, 18.171 94.706, 99.172 94.706, 99.172 49.541, 18.171 49.541"
style="stroke:rgb(0,0,0);fill:none;" />
<g id="appdata_0_0_0_0_1" />
</svg>
Modified: documentation/trunk/movies/create_console_config/create_console_config.wnk
===================================================================
(Binary files differ)
Modified: documentation/trunk/movies/cust_tag_lib_to_palette/cust_tag_lib_to_palette.wnk
===================================================================
(Binary files differ)
Modified: documentation/trunk/movies/new_seam_project/new_seam_project.wnk
===================================================================
(Binary files differ)
Modified: documentation/trunk/movies/rich_faces_demo/rich_faces_demo.wnk
===================================================================
(Binary files differ)
Modified: documentation/trunk/movies/seam2_plus_ejb3/seam2_plus_ejb3.wnk
===================================================================
(Binary files differ)
16 years, 3 months
JBoss Tools SVN: r10535 - trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/internal/core/parser.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-09-29 09:44:15 -0400 (Mon, 29 Sep 2008)
New Revision: 10535
Modified:
trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/internal/core/parser/ELParserImpl.java
Log:
JBIDE-1497.
Minor improvements
Modified: trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/internal/core/parser/ELParserImpl.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/internal/core/parser/ELParserImpl.java 2008-09-29 13:01:25 UTC (rev 10534)
+++ trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/internal/core/parser/ELParserImpl.java 2008-09-29 13:44:15 UTC (rev 10535)
@@ -63,6 +63,9 @@
} else if(!hasNextToken()) {
break;
} else {
+ if(lookUpNextToken(current) == null) {
+ break;
+ }
setNextToken();
}
}
@@ -70,7 +73,7 @@
}
protected ELInstanceImpl readELInstance() {
- if(current.getType() != StartELTokenDescription.START_EL) {
+ if(current == null || current.getType() != StartELTokenDescription.START_EL) {
return null;
}
ELInstanceImpl instance = new ELInstanceImpl();
@@ -82,7 +85,12 @@
instance.setLastToken(expression.getLastToken());
}
do {
- if(current.getType() == StartELTokenDescription.START_EL) {
+ if(current == null) {
+ if(instance.getLastToken() == null) {
+ instance.setLastToken(instance.getFirstToken());
+ }
+ return instance;
+ } else if(current.getType() == StartELTokenDescription.START_EL) {
instance.setLastToken(current.getPreviousToken());
return instance;
} else if(current.getType() == EndELTokenDescription.END_EL) {
@@ -98,15 +106,16 @@
}
protected ELExpressionImpl readExpression() {
+ if(current == null) return null;
ELExpressionImpl single = readSingleExpression();
if(single == null) return null;
- if(current.getType() != OperationTokenDescription.OPERATION) {
+ if(current == null || current.getType() != OperationTokenDescription.OPERATION) {
return single;
}
ELMultiExpressionImpl multi = new ELMultiExpressionImpl();
multi.setFirstToken(single.getFirstToken());
multi.addExpression(single);
- while(current.getType() == OperationTokenDescription.OPERATION && hasNextToken()) {
+ while(current != null && current.getType() == OperationTokenDescription.OPERATION && hasNextToken()) {
ELOperatorImpl operator = new ELOperatorImpl();
operator.setFirstToken(current);
operator.setLastToken(current);
@@ -123,6 +132,7 @@
}
protected ELExpressionImpl readSingleExpression() {
+ if(current == null) return null;
switch(current.getType()) {
case ExprStartTokenDescription.EXPR_START:
case UnaryTokenDescription.UNARY:
@@ -153,7 +163,7 @@
expr.setExpression(child);
expr.setLastToken(child.getLastToken());
}
- if(current.getType() == ExprEndTokenDescription.EXPR_END) {
+ if(current != null && current.getType() == ExprEndTokenDescription.EXPR_END) {
expr.setLastToken(current);
setNextToken();
}
@@ -161,14 +171,14 @@
}
protected ELInvocationExpressionImpl readInvocationExpression() {
- if(current.getType() != JavaNameTokenDescription.JAVA_NAME) {
+ if(current == null || current.getType() != JavaNameTokenDescription.JAVA_NAME) {
return null;
}
ELPropertyInvocationImpl name = new ELPropertyInvocationImpl();
name.setName(current);
ELInvocationExpressionImpl result = name;
setNextToken();
- switch (current.getType()) {
+ if(current != null) switch (current.getType()) {
case ArgStartTokenDescription.ARG_START:
while(current.getType() == ArgStartTokenDescription.ARG_START) {
ELArgumentImpl arg = readArgument();
@@ -185,7 +195,7 @@
method.setParameters(params);
result = method;
}
- if(current.getType() == DotTokenDescription.DOT) {
+ if(current != null && current.getType() == DotTokenDescription.DOT) {
LexicalToken dot = current;
setNextToken();
ELInvocationExpressionImpl right = readInvocationExpression();
@@ -223,7 +233,7 @@
parameters.addParameter(expression);
parameters.setLastToken(expression.getLastToken());
}
- while(current.getType() == CommaTokenDescription.COMMA) {
+ while(current != null && current.getType() == CommaTokenDescription.COMMA) {
if(!hasNextToken()) {
parameters.setLastToken(current);
return parameters;
@@ -235,7 +245,7 @@
parameters.setLastToken(expression.getLastToken());
}
}
- if(current.getType() == ParamEndTokenDescription.PARAM_END) {
+ if(current != null && current.getType() == ParamEndTokenDescription.PARAM_END) {
parameters.setLastToken(current);
setNextToken();
}
@@ -254,7 +264,7 @@
arg.setArgument(expr);
arg.setLastToken(expr.getLastToken());
}
- if(current.getType() == ArgEndTokenDescription.ARG_END) {
+ if(current != null && current.getType() == ArgEndTokenDescription.ARG_END) {
arg.setLastToken(current);
setNextToken();
}
@@ -274,8 +284,7 @@
}
private void setNextToken() {
- LexicalToken t = lookUpNextToken(current);
- if(t != null) current = t;
+ current = lookUpNextToken(current);
}
}
16 years, 3 months
JBoss Tools SVN: r10534 - documentation/trunk/movies/common_resources/Callouts.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2008-09-29 09:01:25 -0400 (Mon, 29 Sep 2008)
New Revision: 10534
Modified:
documentation/trunk/movies/common_resources/Callouts/custom_left.svg
Log:
https://jira.jboss.org/jira/browse/JBDS-426
new frame for hint is drawn
Modified: documentation/trunk/movies/common_resources/Callouts/custom_left.svg
===================================================================
--- documentation/trunk/movies/common_resources/Callouts/custom_left.svg 2008-09-29 12:56:23 UTC (rev 10533)
+++ documentation/trunk/movies/common_resources/Callouts/custom_left.svg 2008-09-29 13:01:25 UTC (rev 10534)
@@ -1,12 +1,77 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg width="126px" height="114px">
-<path d="M13.848 68.816 C13.848,76.336 21.568,80.583 28.145,80.583 C34.336,80.583 38.05,79.842 40.758,80.170 C43.081,83.454 54.858,96.718 57.567,100.966 C57.567,93.805 57.002,84.923 57.002,81.001 C62.416,81.001 93.957,80.583 99.757,80.583 C105.560,80.583 115.130,74.077 114.754,68.197 C114.754,59.043 115.005,37.625 115.005,26.833 C115.005,18.669 111.302,12.5 103.175,12.5 C95.827,12.5 32.829,12.5 26.633,12.5 C19.079,12.832 13.830,18.625 13.830,25.169 C13.830,30.4 13.848,62.283 13.848,68.816 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.949;" />
-<path d="M10 66.675 C10,74.420 17.973,78.788 24.764,78.788 C31.145,78.788 36.346,78.452 39.133,78.788 C41.525,82.15 53.904,98.641 56.698,103.001 C56.698,95.600 56.698,82.822 56.698,78.788 C62.283,78.788 92.683,78.788 98.670,78.788 C104.649,78.788 114.067,72.725 113.670,66.675 C113.670,57.264 112,33.545 112,22.441 C112,14.043 106.037,10.336 97.670,10.336 C90.084,10.336 28.394,10 22,10 C14.425,9.663 10.336,16.725 10.336,23.454 C10.336,28.833 10,59.949 10,66.675 Z"
- style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.85;" />
-<polyline points="103.408 66.334, 103.408 21.169, 22.4 21.169, 22.4 66.334, 103.408 66.334"
- style="stroke:rgb(0,0,0);fill:none;" />
-<g id="appdata_0_0_0_0_1" />
-</svg>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="126px"
+ height="114px"
+ id="svg2511"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="custom_left.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <metadata
+ id="metadata2523">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs2521">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 57 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="126 : 57 : 1"
+ inkscape:persp3d-origin="63 : 38 : 1"
+ id="perspective2525" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-height="964"
+ inkscape:window-width="1280"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="false"
+ inkscape:zoom="8.1052632"
+ inkscape:cx="63"
+ inkscape:cy="60.209295"
+ inkscape:window-x="-4"
+ inkscape:window-y="-4"
+ inkscape:current-layer="svg2511" />
+ <path
+ d="M13.848 68.816 C13.848,76.336 21.568,80.583 28.145,80.583 C34.336,80.583 38.05,79.842 40.758,80.170 C43.081,83.454 54.858,96.718 57.567,100.966 C57.567,93.805 57.002,84.923 57.002,81.001 C62.416,81.001 93.957,80.583 99.757,80.583 C105.560,80.583 115.130,74.077 114.754,68.197 C114.754,59.043 115.005,37.625 115.005,26.833 C115.005,18.669 111.302,12.5 103.175,12.5 C95.827,12.5 32.829,12.5 26.633,12.5 C19.079,12.832 13.830,18.625 13.830,25.169 C13.830,30.4 13.848,62.283 13.848,68.816 Z"
+ style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.949;"
+ id="path2513" />
+ <path
+ d="M 10,66.675 C 10,74.42 13.531442,79.404883 20.322442,79.404883 C 26.703442,79.404883 36.346,78.452 39.133,78.788 C 41.525,82.15 53.904,98.641 56.698,103.001 C 56.698,95.6 56.698,82.822 56.698,78.788 C 62.283,78.788 92.705861,78.265299 98.67,78.788 C 107.11653,79.52826 113.32674,83.705519 114.04013,69.636039 C 114.04013,60.225039 105.22177,31.236134 112,22.441 C 118.66234,13.796247 106.28375,9.1022338 97.67,10.336 C 90.160638,11.411582 28.394,10 22,10 C 14.425,9.663 10.336,16.725 10.336,23.454 C 10.336,28.833 10,59.949 10,66.675 z"
+ style="stroke-width:0;fill:rgb(215,229,244);fill-opacity:0.85;"
+ id="path2515"
+ sodipodi:nodetypes="cscccscsscsc" />
+ <polyline
+ points="103.408 66.334, 103.408 21.169, 22.4 21.169, 22.4 66.334, 103.408 66.334"
+ style="stroke:rgb(0,0,0);fill:none;"
+ id="polyline2517" />
+ <g
+ id="appdata_0_0_0_0_1" />
+ <path
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#525252;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 20.11039,10.363636 L 105.24027,10.363636 C 110.50327,10.363636 114.74027,14.600636 114.74027,19.863636 L 114.74027,70.694805 C 114.74027,75.957805 110.50327,80.194805 105.24027,80.194805 L 83.9578,80.194805 L 56.753252,80.194805 C 62.589599,120.38377 49.940086,93.946608 40.775977,80.071428 L 20.11039,80.194805 C 14.84739,80.194805 10.61039,75.957805 10.61039,70.694805 L 10.61039,19.863636 C 10.61039,14.600636 14.84739,10.363636 20.11039,10.363636 z"
+ id="rect2545"
+ sodipodi:nodetypes="cccccccccccc" />
+</svg>
16 years, 3 months
JBoss Tools SVN: r10533 - trunk/hibernatetools/docs/reference/en/images/plugins.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-09-29 08:56:23 -0400 (Mon, 29 Sep 2008)
New Revision: 10533
Added:
trunk/hibernatetools/docs/reference/en/images/plugins/plugins_2_a.png
trunk/hibernatetools/docs/reference/en/images/plugins/plugins_4_a.png
Log:
https://jira.jboss.org/jira/browse/JBDS-365 - adding the screens;
Added: trunk/hibernatetools/docs/reference/en/images/plugins/plugins_2_a.png
===================================================================
(Binary files differ)
Property changes on: trunk/hibernatetools/docs/reference/en/images/plugins/plugins_2_a.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/hibernatetools/docs/reference/en/images/plugins/plugins_4_a.png
===================================================================
(Binary files differ)
Property changes on: trunk/hibernatetools/docs/reference/en/images/plugins/plugins_4_a.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 3 months
JBoss Tools SVN: r10532 - trunk/hibernatetools/docs/reference/en/images/plugins.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-09-29 08:55:59 -0400 (Mon, 29 Sep 2008)
New Revision: 10532
Modified:
trunk/hibernatetools/docs/reference/en/images/plugins/plugins_2.png
trunk/hibernatetools/docs/reference/en/images/plugins/plugins_3.png
trunk/hibernatetools/docs/reference/en/images/plugins/plugins_4.png
Log:
https://jira.jboss.org/jira/browse/JBDS-365 - updating the screens;
Modified: trunk/hibernatetools/docs/reference/en/images/plugins/plugins_2.png
===================================================================
(Binary files differ)
Modified: trunk/hibernatetools/docs/reference/en/images/plugins/plugins_3.png
===================================================================
(Binary files differ)
Modified: trunk/hibernatetools/docs/reference/en/images/plugins/plugins_4.png
===================================================================
(Binary files differ)
16 years, 3 months
JBoss Tools SVN: r10531 - trunk/hibernatetools/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-09-29 08:55:11 -0400 (Mon, 29 Sep 2008)
New Revision: 10531
Modified:
trunk/hibernatetools/docs/reference/en/modules/plugins.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-365 - adding a role "updated" to the updated section;
Modified: trunk/hibernatetools/docs/reference/en/modules/plugins.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-09-29 12:54:08 UTC (rev 10530)
+++ trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-09-29 12:55:11 UTC (rev 10531)
@@ -136,7 +136,7 @@
</emphasis> for the basis of a Console configuration.</para>
</section>
- <section id="console_conf">
+ <section id="console_conf" role="updated">
<title>Creating a Hibernate Console Configuration</title>
<para>A Console configuration describes how the <property>Hibernate plugin</property> should
16 years, 3 months
JBoss Tools SVN: r10530 - trunk/hibernatetools/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-09-29 08:54:08 -0400 (Mon, 29 Sep 2008)
New Revision: 10530
Modified:
trunk/hibernatetools/docs/reference/en/modules/plugins.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-365 - updating the Hibernate Console Configuration section;
Modified: trunk/hibernatetools/docs/reference/en/modules/plugins.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-09-29 12:07:28 UTC (rev 10529)
+++ trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-09-29 12:54:08 UTC (rev 10530)
@@ -161,6 +161,16 @@
</note>
<para/>
+ <para>The dialog consists of five tabs: </para>
+
+ <itemizedlist>
+ <listitem>
+ <para><emphasis>
+ <property>Main</property>
+ </emphasis> for the basic/required settings</para>
+ </listitem>
+ </itemizedlist>
+
<figure>
<title> Creating Hibernate Console Configuration</title>
<mediaobject>
@@ -172,30 +182,13 @@
<imagedata align="center" fileref="images/plugins/plugins_2.png" format="PNG"/>
</imageobject>
</mediaobject>
-
</figure>
- <para>The dialog consists of three tabs, <emphasis>
- <property>General</property>
- </emphasis> for the basic/required settings, <emphasis>
- <property>Classpath</property>
- </emphasis> for classpath and <emphasis>
- <property>Mappings</property>
- </emphasis> for additional mappings. The two latter ones are normally not required if you
- specify a project and it has <emphasis>
- <property>
- <literal> /hibernate.cfg.xml </literal>
- </property>
- </emphasis> or <emphasis>
- <property>
- <literal>/META-INF/persistence.xml</literal>
- </property>
- </emphasis> in its project classpath.</para>
+ <para>The following table describes the available settings on the <emphasis>
+ <property>Main</property>
+ </emphasis> tab. The wizard can automatically detect default values for most of these if you
+ started the wizard with the relevant java project or resource selected.</para>
- <para>The following table describes the available settings. The wizard can automatically detect
- default values for most of these if you started the wizard with the relevant java project or
- resource selected.</para>
-
<table>
<title>Hibernate Console Configuration Parameters</title>
@@ -239,6 +232,22 @@
<row>
<entry>
+ <para>Type</para>
+ </entry>
+
+ <entry>
+ <para>Choose between "Core", "Annotations" and
+ "JPA". Note that the two latter requires running Eclipse IDE with
+ a JDK 5 runtime, otherwise you will get classloading and/or version errors.</para>
+ </entry>
+
+ <entry>
+ <para>No default value</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
<para>Project</para>
</entry>
@@ -254,17 +263,17 @@
<row>
<entry>
- <para>Type</para>
+ <para>Database connection</para>
</entry>
<entry>
- <para>Choose between "Core", "Annotations" and
- "JPA". Note that the two latter requires running Eclipse IDE with
- a JDK 5 runtime, otherwise you will get classloading and/or version errors.</para>
+ <para>DTP provided connection that you can use instead of what is in cfg.xml and jpa
+ persistence.xml. It's possible to use already configured connection or
+ specify a new one here.</para>
</entry>
<entry>
- <para>No default value</para>
+ <para>[Hibernate Configured connection]</para>
</entry>
</row>
@@ -311,7 +320,76 @@
</entry>
</row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <tip>
+ <title>Tip:</title>
+
+ <para>The two latter settings are normally not required if you specify a project and it has <emphasis>
+ <property>
+ <literal> /hibernate.cfg.xml </literal>
+ </property>
+ </emphasis> or <emphasis>
+ <property>
+ <literal>/META-INF/persistence.xml</literal>
+ </property>
+ </emphasis> in its project classpath.</para>
+ </tip>
+
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <emphasis>
+ <property>Options</property>
+ </emphasis> for the additional/optional settings</para>
+ </listitem>
+ </itemizedlist>
+
+ <figure>
+ <title>Options Tab of the Console Configuration Wizard</title>
+
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/plugins/plugins_2_a.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>The next table describes Hibernate Console Configuration options available on the <emphasis>
+ <property>Options</property>
+ </emphasis> tab.</para>
+
+ <table>
+ <title>Hibernate Console Configuration Options</title>
+
+ <tgroup cols="3">
+ <colspec colnum="1" align="left" colwidth="1*"/>
+
+ <colspec colnum="2" colwidth="3*"/>
+
+ <colspec colnum="3" colwidth="1*"/>
+
+ <thead>
<row>
+ <entry align="center">
+ <para>Parameter</para>
+ </entry>
+
+ <entry align="center">
+ <para>Description</para>
+ </entry>
+
+ <entry align="center">
+ <para>Auto detected value</para>
+ </entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
<entry>
<para>Naming strategy</para>
</entry>
@@ -340,10 +418,19 @@
<para>No default value</para>
</entry>
</row>
+
</tbody>
</tgroup>
</table>
+ <itemizedlist>
+ <listitem>
+ <para><emphasis>
+ <property>Classpath</property>
+ </emphasis> for classpath</para>
+ </listitem>
+ </itemizedlist>
+
<figure>
<title>Specifying Classpath in Hibernate Console Configuration</title>
<mediaobject>
@@ -358,7 +445,7 @@
</mediaobject>
</figure>
- <para>The fallowing table specifies the parameters of the Classpath tab of the wizard.</para>
+ <para>The following table specifies the parameters of the Classpath tab of the wizard.</para>
<table>
<title>Hibernate Console Configuration Classpath</title>
@@ -419,26 +506,33 @@
<para>Enabled</para>
</entry>
</row>
+
</tbody>
</tgroup>
</table>
- <para>
- <figure>
- <title>Specifying additional Mappings in Hibernate Console Configuration</title>
- <mediaobject>
- <imageobject role="fo">
- <imagedata align="center" fileref="images/plugins/plugins_4.png" format="PNG"/>
- </imageobject>
+ <itemizedlist>
+ <listitem>
+ <para><emphasis>
+ <property>Mappings</property>
+ </emphasis> for additional mappings</para>
+ </listitem>
+ </itemizedlist>
- <imageobject role="html">
- <imagedata align="center" fileref="images/plugins/plugins_4.png" format="PNG"/>
- </imageobject>
- </mediaobject>
- </figure>
- </para>
+ <figure>
+ <title>Specifying additional Mappings in Hibernate Console Configuration</title>
+ <mediaobject>
+ <imageobject role="fo">
+ <imagedata align="center" fileref="images/plugins/plugins_4.png" format="PNG"/>
+ </imageobject>
- <para>Parameters of the Mappings tab in the <property>Hibernate Console Configuration
+ <imageobject role="html">
+ <imagedata align="center" fileref="images/plugins/plugins_4.png" format="PNG"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Parameters of the Mappings tab of the <property>Hibernate Console Configuration
wizard</property> are explained below:</para>
<table>
<title>Hibernate Console Configuration Mappings</title>
@@ -487,10 +581,31 @@
</tgroup>
</table>
+ <itemizedlist>
+ <listitem>
+ <para>and the last tab <emphasis>
+ <property>Common</property>
+ </emphasis></para>
+ </listitem>
+ </itemizedlist>
+
+ <figure>
+ <title>Common Tab of the Console Configuration Wizard</title>
+
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/plugins/plugins_4_a.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>It allows to define general aspects of the launch configuration including storage
+ location, console encoding and some others.</para>
+
<para>Clicking <emphasis>
<property>Finish</property>
</emphasis> creates the configuration and shows it in the <property>Hibernate Configurations
- View</property>.</para>
+ view</property>.</para>
<figure>
<title>Console Overview</title>
@@ -1672,8 +1787,8 @@
<note>
<title>Note:</title>
- <para>Please note, currently the wizards require that you have a <link
- linkend="console_conf">Hibernate Console Configuration</link> already configured.</para>
+ <para>Please note, currently the wizards require that you have a <link linkend="console_conf"
+ >Hibernate Console Configuration</link> already configured.</para>
</note>
</section>
</chapter>
16 years, 3 months