JBoss Tools SVN: r5074 - trunk/hibernatetools/docs/reference.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 12:25:30 -0500 (Fri, 23 Nov 2007)
New Revision: 5074
Modified:
trunk/hibernatetools/docs/reference/build.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-303
Modified: trunk/hibernatetools/docs/reference/build.xml
===================================================================
--- trunk/hibernatetools/docs/reference/build.xml 2007-11-23 17:25:20 UTC (rev 5073)
+++ trunk/hibernatetools/docs/reference/build.xml 2007-11-23 17:25:30 UTC (rev 5074)
@@ -1,9 +1,12 @@
<project name="Documentation" default="all.doc" basedir=".">
<!-- Set the following property to generate the doco in the output folder -->
- <property name="build.dir" value="${basedir}/../build/reference"/>
+ <property name="modulename" value="hibernatetools"></property>
+ <condition property="build.dir" value="${doc-root}/${modulename}" else="{basedir}/../build/reference">
+ <isset property="doc-root"/>
+ </condition>
- <property name="pdf.name" value="hibernate_tools.pdf" />
+ <property name="pdf.name" value="hibernate_tools.pdf" />
<import file="../resources/support.xml" />
<target name="all.doc" depends="clean">
17 years, 1 month
JBoss Tools SVN: r5073 - trunk/hibernatetools/docs/reference/en.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 12:25:20 -0500 (Fri, 23 Nov 2007)
New Revision: 5073
Modified:
trunk/hibernatetools/docs/reference/en/master.xml
Log:
unnecessary tag is deleted
Modified: trunk/hibernatetools/docs/reference/en/master.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/master.xml 2007-11-23 17:24:48 UTC (rev 5072)
+++ trunk/hibernatetools/docs/reference/en/master.xml 2007-11-23 17:25:20 UTC (rev 5073)
@@ -17,7 +17,7 @@
<releaseinfo>
<para>Version: 3.2.0.GA</para>
</releaseinfo>
- </bookinfo>
+
<mediaobject>
<imageobject>
17 years, 1 month
JBoss Tools SVN: r5072 - in trunk/documentation/guides/userguide: GettingStartedGuide and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 12:24:48 -0500 (Fri, 23 Nov 2007)
New Revision: 5072
Modified:
trunk/documentation/guides/userguide/Exadel-migration/build.xml
trunk/documentation/guides/userguide/GettingStartedGuide/build.xml
trunk/documentation/guides/userguide/Legacy-jsf-struts/build.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-303
Modified: trunk/documentation/guides/userguide/Exadel-migration/build.xml
===================================================================
--- trunk/documentation/guides/userguide/Exadel-migration/build.xml 2007-11-23 17:24:23 UTC (rev 5071)
+++ trunk/documentation/guides/userguide/Exadel-migration/build.xml 2007-11-23 17:24:48 UTC (rev 5072)
@@ -1,8 +1,11 @@
<project name="Documentation" default="all.doc" basedir=".">
+ <property name="modulename" value="Exadel-migration"></property>
+ <condition property="build.dir" value="${doc-root}/${modulename}" else="${basedir}/../../build/Exadel-migration">
+ <isset property="doc-root"/>
+ </condition>
<!-- Set the following property to generate the doco in the output folder -->
- <property name="build.dir" value="${basedir}/../../build/Exadel-migration"/>
-
+
<property name="pdf.name" value="Exadel-migration.pdf" />
<import file="../../resources/support.xml" />
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/build.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/build.xml 2007-11-23 17:24:23 UTC (rev 5071)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/build.xml 2007-11-23 17:24:48 UTC (rev 5072)
@@ -1,7 +1,9 @@
<project name="Documentation" default="all.doc" basedir=".">
- <!-- Set the following property to generate the doco in the output folder -->
- <property name="build.dir" value="${basedir}/../../build/GettingStartedGuide"/>
+ <property name="modulename" value="GettingStartedGuide"></property>
+ <condition property="build.dir" value="${doc-root}/${modulename}" else="${basedir}/../../build/GettingStartedGuide">
+ <isset property="doc-root"/>
+ </condition>
<property name="pdf.name" value="Getting_Started_with_RHDS.pdf" />
<import file="../../resources/support.xml" />
Modified: trunk/documentation/guides/userguide/Legacy-jsf-struts/build.xml
===================================================================
--- trunk/documentation/guides/userguide/Legacy-jsf-struts/build.xml 2007-11-23 17:24:23 UTC (rev 5071)
+++ trunk/documentation/guides/userguide/Legacy-jsf-struts/build.xml 2007-11-23 17:24:48 UTC (rev 5072)
@@ -1,7 +1,10 @@
<project name="Documentation" default="all.doc" basedir=".">
<!-- Set the following property to generate the doco in the output folder -->
- <property name="build.dir" value="${basedir}/../../build/legacy-jsf-struts"/>
+ <property name="modulename" value="legacy-jsf-struts"></property>
+ <condition property="build.dir" value="${doc-root}/${modulename}" else="${basedir}/../../build/legacy-jsf-struts">
+ <isset property="doc-root"/>
+ </condition>
<property name="pdf.name" value="Legacy-jsf-struts.pdf" />
<import file="../../resources/support.xml" />
17 years, 1 month
JBoss Tools SVN: r5071 - in trunk/documentation: jboss-tools-docs and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 12:24:23 -0500 (Fri, 23 Nov 2007)
New Revision: 5071
Added:
trunk/documentation/jboss-tools-docs/
trunk/documentation/jboss-tools-docs/build.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-303
Added: trunk/documentation/jboss-tools-docs/build.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/build.xml (rev 0)
+++ trunk/documentation/jboss-tools-docs/build.xml 2007-11-23 17:24:23 UTC (rev 5071)
@@ -0,0 +1,45 @@
+<project default="build-documentation">
+
+ <property name="build-dir" location="${basedir}/build"></property>
+ <property name="root-dir" location="${basedir}/../.."></property>
+
+ <target name="clean">
+ <!--delete dir="${build-dir}" failonerror="false"></delete-->
+ </target>
+
+ <target name="build-documentation" depends="clean">
+
+ <mkdir dir="${build-dir}"/>
+
+ <subant>
+ <property name="no.clean" value="true"></property>
+ <property name="doc-root" location="${build-dir}"></property>
+ <fileset dir="${root-dir}">
+ <include name="*/docs/reference/build.xml"/>
+ <include name="*/docs/userguide/build.xml"/>
+ </fileset>
+ <filelist>
+ <file name="${root-dir}/documentation/guides/build.xml"/>
+ </filelist>
+ </subant>
+ <!--antcall target="move"></antcall-->
+ </target>
+
+ <target name="move">
+ <mkdir dir="${build-dir}/g"/>
+ <move todir="${build-dir}/g" includeemptydirs="true">
+ <fileset dir="${build-dir}">
+ <include name="**/*"/>
+ <exclude name="${build-dir}/g"/>
+ </fileset>
+ <mapper type="regexp" from="^(.*)/en/(.*)" to="\1/\2">
+ </mapper>
+ </move>
+ <move todir="${build-dir}" includeemptydirs="yes">
+ <fileset dir="${build-dir}/g">
+ <include name="**/*"/>
+ </fileset>
+ </move>
+ <delete dir="${build-dir}/g"></delete>
+ </target>
+</project>
\ No newline at end of file
17 years, 1 month
JBoss Tools SVN: r5070 - trunk/as/docs/reference.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 12:24:04 -0500 (Fri, 23 Nov 2007)
New Revision: 5070
Modified:
trunk/as/docs/reference/build.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-303
Modified: trunk/as/docs/reference/build.xml
===================================================================
--- trunk/as/docs/reference/build.xml 2007-11-23 16:56:55 UTC (rev 5069)
+++ trunk/as/docs/reference/build.xml 2007-11-23 17:24:04 UTC (rev 5070)
@@ -1,9 +1,12 @@
<project name="Documentation" default="all.doc" basedir=".">
<!-- Set the following property to generate the doco in the output folder -->
- <property name="build.dir" value="${basedir}/../build/reference"/>
+ <property name="modulename" value="as"></property>
+ <condition property="build.dir" value="${doc-root}/${modulename}" else="{basedir}/../build/reference">
+ <isset property="doc-root"/>
+ </condition>
- <property name="pdf.name" value="JBoss_server_manager.pdf" />
+ <property name="pdf.name" value="Getting_Started_with_RHDS.pdf" />
<import file="../resources/support.xml" />
<target name="all.doc" depends="clean">
17 years, 1 month
JBoss Tools SVN: r5069 - trunk/jbpm/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2007-11-23 11:56:55 -0500 (Fri, 23 Nov 2007)
New Revision: 5069
Modified:
trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml
trunk/jbpm/docs/reference/en/modules/Test_Drive_Proc.xml
trunk/jbpm/docs/reference/en/modules/The_JBoss_jBPM_Int_Mech.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-288 chapters update
Modified: trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml 2007-11-23 16:55:20 UTC (rev 5068)
+++ trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml 2007-11-23 16:56:55 UTC (rev 5069)
@@ -15,13 +15,13 @@
<section>
<title>Change the Default Core jBPM Installation</title>
- <para> You can change the default jBPM installation by means of the Eclipse preference
+ <para> You can change the default <property>jBPM</property> installation by means of the Eclipse preference
mechanism. Open the Preferences dialog by selecting
- 'Window->Preferences' and select the 'JBoss jBPM'
- category (???). Using this page you can add multiple jBPM installation locations and
+ <property>Window < Preferences</property> and select the <property>JBoss jBPM</property>
+ category. Using this page you can add multiple <property>jBPM</property> installation locations and
change the default one. The default installation is used for the classpath settings when
creating a new Process Project. Changing the preferences has no influence on already
- created projects. Getting rid of a jBPM installation that's being referenced by a
+ created projects. Getting rid of a <property>jBPM</property> installation that's being referenced by a
project however will cause the classpath to contain errors. </para>
@@ -41,7 +41,7 @@
<para> You can add tasks to task nodes and then configure these last ones in a similar
manner as the Action configuration mechanism. The context menu of the tasks contains a
- 'Properties' entry that opens a configuration dialog (???). </para>
+ <property>Properties</property> entry that opens a configuration dialog. </para>
<figure>
<title> The Task Configuration Dialog</title>
Modified: trunk/jbpm/docs/reference/en/modules/Test_Drive_Proc.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/Test_Drive_Proc.xml 2007-11-23 16:55:20 UTC (rev 5068)
+++ trunk/jbpm/docs/reference/en/modules/Test_Drive_Proc.xml 2007-11-23 16:56:55 UTC (rev 5069)
@@ -16,10 +16,10 @@
and workflow management is that developers can easily leverage their usual programming
skills and techiques. One of these well-known techniques is unit testing and test driven
development. In this chapter we will show how developers, making use of the JBoss jBPM GPD
- can use a technique we have baptised 'Test Driven Process Development' to
+ can use a technique we have baptised <property>Test Driven Process Development</property> to
create process definitions and test their correctness. </para>
- <para> When creating the 'Hello jBPM' project the create process project
+ <para> When creating the <property>Hello jBPM</property> project the create process project
wizard has already put in place all the library requirements we need to start writing jBPM
unit tests. These are contained in the jBPM Library container and the most important of it
is - suprisingly - the jar file containing the core jBPM classes. It must be noted that it
@@ -27,11 +27,11 @@
settings. More on this later in the book. </para>
<para> With that extra knowledge on the project settings, you can create your first test. To do
- this, we create the 'com.jbay' package in the
- 'test/java' source folder. Then we bring up the context menu on this
- package and select 'New->JUnit Test Case' (Figure 3.1, "Create a
+ this, we create the <property>com.jbay</property> package in the
+ <property>test/java</property> source folder. Then we bring up the context menu on this
+ package and select <property>New > JUnit Test Case</property> (Figure 3.1, "Create a
Test" and Figure 3.2, "Create Test Dialog"). We call the test
- class ''HelloTest'. </para>
+ class <property>HelloTest</property>. </para>
<figure>
<title>Create a Test</title>
@@ -61,7 +61,7 @@
object is fed to the constructor of a process instance object. We have a process instance
object, but this process is not yet started, so we can safely assert that its root token
still resides in the start node. After signalling the token will move to the next state and
- the process will be in the 'auction' state. Finally another signal will
+ the process will be in the <property>auction</property> state. Finally another signal will
end the process. </para>
<figure>
@@ -99,7 +99,7 @@
<para> Of course, this simple scenario was not very interesting, but the purpose of it was to
show how you can reuse your development skills in a very straightforward way when doing
process development. To see how more interesting processes and process test scenario's can
- be developed, we suggest you to read the JBoss jBPM User Guide and to study the API
+ be developed, we suggest you to read the <property>JBoss jBPM User Guide</property> and to study the API
reference. Moreover some more examples will be given later in this book.</para>
</chapter>
Modified: trunk/jbpm/docs/reference/en/modules/The_JBoss_jBPM_Int_Mech.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/The_JBoss_jBPM_Int_Mech.xml 2007-11-23 16:55:20 UTC (rev 5068)
+++ trunk/jbpm/docs/reference/en/modules/The_JBoss_jBPM_Int_Mech.xml 2007-11-23 16:56:55 UTC (rev 5069)
@@ -12,9 +12,9 @@
</chapterinfo>
<title>Actions : The JBoss jBPM Integration Mechanism</title>
- <para> In this chapter we will show how to do software integration with JBoss jBPM. The standard
+ <para> In this chapter we will show how to do software integration with <property>JBoss jBPM</property>. The standard
mechanism to realize this is to wrap the functionality you want to integrate in a class that
- implements the ActionHandler interface. </para>
+ implements the <property>ActionHandler</property> interface. </para>
<section>
<title>Creating a Hello World Action</title>
@@ -22,7 +22,7 @@
<para> Each Hello World process should integrate one or more Hello World actions, so this is
what we will be doing. We can integrate custom code at different points in the process
definition. To do this we have to specify an action handler, represented by an
- implementation of the ActionHandler interface, and attach this piece of code to a
+ implementation of the <property>ActionHandler</property> interface, and attach this piece of code to a
particular event. These events are amongst others, going over a transition, leaving or
enterning nodes, after and before signalling. </para>
@@ -37,11 +37,11 @@
</figure>
<para> To make things a little bit more concrete, we will implement an action handler. To do
- this, create a new class called HelloActionHandler, which implements the ActionHandler
- interface and implement the execute method as shown in Figure 4.1, "A Simple
- Hello Action" and Figure 4.2, "A Simple Hello Action". This
- test will add a variable named 'greeting' to the collection of process
- variables and puts a message in it : "Hello from ActionHandler". </para>
+ this, create a new class called <property>HelloActionHandler</property>, which implements the <property>ActionHandler</property>
+ interface and implement the execute method as shown in Figure 5.1, "A Simple
+ Hello Action" and Figure 5.2, "A Simple Hello Action". This
+ test will add a variable named <property>greeting</property> to the collection of process
+ variables and puts a message in it : <property>Hello from ActionHandler</property>. </para>
<figure>
<title>A Simple Hello Action</title>
@@ -64,9 +64,9 @@
it to the first state. We want to associate the execution of the action with the event
of going over the transition from the start state to the first state. So after the
signal, the process should be in the first state as in the previous scenario. But
- moreover, the 'greeting' variable should exist and contain the string
- "Hello from ActionHandler". That's what we assert in the last
- lines of the test method shown in Figure 4.3, "Create the Hello Action
+ moreover, the <property>greeting</property> variable should exist and contain the string
+ <property>Hello from ActionHandler</property>. That's what we assert in the last
+ lines of the test method shown in Figure 5.3, "Create the Hello Action
Test" </para>
<figure>
@@ -79,7 +79,7 @@
</mediaobject>
</figure>
- <para> Running the tests now results in a failure. This is shown in Figure 4.4,
+ <para> Running the tests now results in a failure. This is shown in Figure 5.4,
"Test Results Before Integration" As a matter of fact, we did not
associate the action with any particular event in the process definition, so the process
variable did not get set. </para>
@@ -96,7 +96,7 @@
<para> Let's do something about it and add an action to the first transition of our
sample process. This is done by bringing up the context menu of the transition in the
- tree page of the outline view, as shown in Figure 4.5, "Adding an Action to a
+ tree page of the outline view, as shown in Figure 5.5, "Adding an Action to a
Transition". </para>
<figure>
@@ -111,10 +111,10 @@
<para> Right-clicking the action brings up a popupmenu with an entry to edit the properties
of the selected action. Clicking on this menu entry opens a configuration dialog for
actions. For now we will only configure the name and class properties of this action.
- The rest will be treated later. We enter 'hello' as the name of the
- action and click on the 'Browse...' button to open a choose class
- dialog where we can look for the classes implementing the ActionHandler interface in our
- project's classpath (Figure 4.6, "The Choose Action Handler
+ The rest will be treated later. We enter <property>hello</property> as the name of the
+ action and click on the <property>Browse...</property> button to open a choose class
+ dialog where we can look for the classes implementing the <property>ActionHandler</property> interface in our
+ project's classpath (Figure 5.6, "The Choose Action Handler
Dialog"). </para>
<figure>
@@ -138,9 +138,9 @@
</figure>
<para> We choose our previously created 'HelloActionHandler' class and
- push the 'OK' button (Figure 4.7, "The Action Configuration
+ push the <property>OK</property> button (Figure 5.7, "The Action Configuration
Dialog"). After the selection of the action handler for the action, we can run
- the test and observe it gives us a green light (Figure 4.8, "The Action
+ the test and observe it gives us a green light (Figure 5.8, "The Action
Configuration Dialog"). </para>
<figure>
@@ -158,7 +158,7 @@
<title> Integration Points</title>
<para> The different integration points in a process definition are thoroughly documented in
- the JBoss jBPM User Guide. As you see on Figure 4.9, "Adding an Event Action" different
+ the <property>JBoss jBPM User Guide</property>. As you see on Figure 5.9, "Adding an Event Action" different
kinds of actions can be added to for instance nodes. Adding such an action will create
an event object in the outline view and add an action as a child of this newly created
event. In the same way, actions can be added to the process definition object. Moreover,
17 years, 1 month
JBoss Tools SVN: r5068 - in trunk/seam/docs/reference/en/images: crud_application_walkthrough and 6 other directories.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-11-23 11:55:20 -0500 (Fri, 23 Nov 2007)
New Revision: 5068
Modified:
trunk/seam/docs/reference/en/images/create_new_seam/create_seam1.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam10.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam10_1.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam10_2.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam10_3.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam11.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam12.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam13.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam13_0.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam14.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam2.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam3.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam4.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam5.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam6.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam7.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam8.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam8_1.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam9.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_1.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_10.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_2.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_3.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_4.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_5.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_6.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_7.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_8.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_9.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_01.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_02.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_03.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_04.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_05.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_06.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_07.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_08.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_09.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_10.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_11.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_12.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_13.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_14.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_15.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_16.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_17.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_18.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_19.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_20.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_21.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_22.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_23.png
trunk/seam/docs/reference/en/images/generate_entities/generate_entities1.png
trunk/seam/docs/reference/en/images/seam_editors/seam_editors1.png
trunk/seam/docs/reference/en/images/seam_editors/seam_editors2.png
trunk/seam/docs/reference/en/images/seam_editors/seam_editors2_1.png
trunk/seam/docs/reference/en/images/seam_editors/seam_editors3.png
trunk/seam/docs/reference/en/images/seam_view/seam_view1.png
trunk/seam/docs/reference/en/images/seam_view/seam_view1_1.png
trunk/seam/docs/reference/en/images/seam_view/seam_view1_2.png
trunk/seam/docs/reference/en/images/seam_view/seam_view1_3.png
trunk/seam/docs/reference/en/images/seam_view/seam_view1_4.png
trunk/seam/docs/reference/en/images/seam_view/seam_view3.png
trunk/seam/docs/reference/en/images/seam_view/seam_view4.png
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards1.png
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards2.png
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards3.png
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards4.png
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards4_1.png
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards5.png
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards6.png
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards6_1.png
trunk/seam/docs/reference/en/images/testng/testNG29.png
trunk/seam/docs/reference/en/images/testng/testNG30.png
trunk/seam/docs/reference/en/images/testng/testNG9.png
trunk/seam/docs/reference/en/images/testng/testng_1.png
trunk/seam/docs/reference/en/images/testng/testng_10.png
trunk/seam/docs/reference/en/images/testng/testng_11.png
trunk/seam/docs/reference/en/images/testng/testng_12.png
trunk/seam/docs/reference/en/images/testng/testng_13.png
trunk/seam/docs/reference/en/images/testng/testng_14.png
trunk/seam/docs/reference/en/images/testng/testng_2.png
trunk/seam/docs/reference/en/images/testng/testng_3.png
trunk/seam/docs/reference/en/images/testng/testng_4.png
trunk/seam/docs/reference/en/images/testng/testng_5.png
trunk/seam/docs/reference/en/images/testng/testng_6.png
trunk/seam/docs/reference/en/images/testng/testng_7.png
trunk/seam/docs/reference/en/images/testng/testng_8.png
trunk/seam/docs/reference/en/images/testng/testng_9.png
Log:
http://jira.jboss.com/jira/browse/RHDS-289 screenshots resizing
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam10.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam10_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam10_2.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam10_3.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam11.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam12.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam13.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam13_0.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam14.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam2.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam3.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam4.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam5.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam6.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam7.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam8.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam8_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam9.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_10.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_2.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_3.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_4.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_5.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_6.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_7.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_8.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_9.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_01.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_02.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_03.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_04.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_05.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_06.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_07.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_08.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_09.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_10.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_11.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_12.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_13.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_14.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_15.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_16.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_17.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_18.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_19.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_20.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_21.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_22.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_23.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/generate_entities/generate_entities1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_editors/seam_editors1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_editors/seam_editors2.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_editors/seam_editors2_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_editors/seam_editors3.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_view/seam_view1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_view/seam_view1_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_view/seam_view1_2.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_view/seam_view1_3.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_view/seam_view1_4.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_view/seam_view3.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_view/seam_view4.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards2.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards3.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards4.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards4_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards5.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards6.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards6_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testNG29.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testNG30.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testNG9.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_10.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_11.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_12.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_13.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_14.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_2.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_3.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_4.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_5.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_6.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_7.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_8.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_9.png
===================================================================
(Binary files differ)
17 years, 1 month
JBoss Tools SVN: r5067 - trunk/jsf/docs/resources/styles/en.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 11:50:39 -0500 (Fri, 23 Nov 2007)
New Revision: 5067
Modified:
trunk/jsf/docs/resources/styles/en/html.css
Log:
screenshots alingment is fixed
Modified: trunk/jsf/docs/resources/styles/en/html.css
===================================================================
--- trunk/jsf/docs/resources/styles/en/html.css 2007-11-23 16:50:28 UTC (rev 5066)
+++ trunk/jsf/docs/resources/styles/en/html.css 2007-11-23 16:50:39 UTC (rev 5067)
@@ -99,7 +99,7 @@
div.book div.mediaobject{
-text-align:center;
+text-align:left;
}
div.mediaobject, div.mediaobject img *{
17 years, 1 month
JBoss Tools SVN: r5066 - trunk/jsf/docs/userguide.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 11:50:28 -0500 (Fri, 23 Nov 2007)
New Revision: 5066
Modified:
trunk/jsf/docs/userguide/build.xml
Log:
pdf name is changed
Modified: trunk/jsf/docs/userguide/build.xml
===================================================================
--- trunk/jsf/docs/userguide/build.xml 2007-11-23 16:49:24 UTC (rev 5065)
+++ trunk/jsf/docs/userguide/build.xml 2007-11-23 16:50:28 UTC (rev 5066)
@@ -3,7 +3,7 @@
<!-- Set the following property to generate the doco in the output folder -->
<property name="build.dir" value="${basedir}/../build/usersguide"/>
- <property name="pdf.name" value="JBossJSFTools.pdf" />
+ <property name="pdf.name" value="Visual_Web_Tools_Reference_Guide.pdf" />
<import file="../resources/support.xml" />
<target name="all.doc" depends="clean">
17 years, 1 month
JBoss Tools SVN: r5065 - trunk/seam/docs/reference.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 11:49:24 -0500 (Fri, 23 Nov 2007)
New Revision: 5065
Modified:
trunk/seam/docs/reference/build.xml
Log:
pdf name is changed
Modified: trunk/seam/docs/reference/build.xml
===================================================================
--- trunk/seam/docs/reference/build.xml 2007-11-23 16:31:37 UTC (rev 5064)
+++ trunk/seam/docs/reference/build.xml 2007-11-23 16:49:24 UTC (rev 5065)
@@ -3,7 +3,7 @@
<!-- Set the following property to generate the doco in the output folder -->
<property name="build.dir" value="${basedir}/../build/reference"/>
- <property name="pdf.name" value="Getting_Started_with_RHDS.pdf" />
+ <property name="pdf.name" value="Seam_Dev_Tools_Reference_Guide.pdf" />
<import file="../resources/support.xml" />
<target name="all.doc" depends="clean">
17 years, 1 month