Skip to content

Commit

Permalink
Fix target and source examples in Execute topic
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Sep 9, 2015
1 parent 6cf8d60 commit c3c181f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/2.4.0.Final/html/WindupCoreDevelopmentGuide.html
Expand Up @@ -3869,7 +3869,7 @@ <h4 id="_irc_meeting_bot_commands_hint_for_the_moderator">7.2.7. IRC meeting bot
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-09-09 14:32:24 EDT
Last updated 2015-09-09 16:15:24 EDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/2.4.0.Final/html/WindupRulesDevelopmentGuide.html
Expand Up @@ -3069,7 +3069,7 @@ <h3 id="About-the-HOME-Variable">5.2. About the WINDUP_HOME Variable</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-09-09 14:32:24 EDT
Last updated 2015-09-09 16:15:24 EDT
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/2.4.0.Final/html/WindupUserGuide.html
Expand Up @@ -1013,7 +1013,7 @@ <h5 id="_source_code_example">Source Code Example</h5>
</div>
<div class="literalblock">
<div class="content">
<pre>bin/windup --sourceMode --input /home/username/windup-source/test-files/seam-booking-5.2/ --output /home/username/windup-reports/seam-booking-report --source eap4,eap5 --target eap6 --packages org.jboss.seam</pre>
<pre>bin/windup --sourceMode --input /home/username/windup-source/test-files/seam-booking-5.2/ --output /home/username/windup-reports/seam-booking-report --source spring --target eap --packages org.jboss.seam</pre>
</div>
</div>
</div>
Expand All @@ -1024,7 +1024,7 @@ <h5 id="_archive_example">Archive Example</h5>
</div>
<div class="literalblock">
<div class="content">
<pre>bin/windup --input /home/username/windup-source/test-files/jee-example-app-1.0.0.ear/ --output /home/username/windup-reports/jee-example-app-1.0.0.ear-report --source eap4,eap5 --target eap6 --packages com.acme org.apache</pre>
<pre>bin/windup --input /home/username/windup-source/test-files/jee-example-app-1.0.0.ear/ --output /home/username/windup-reports/jee-example-app-1.0.0.ear-report --source java-ee --target eap --packages com.acme org.apache</pre>
</div>
</div>
</div>
Expand Down Expand Up @@ -1819,7 +1819,7 @@ <h5 id="_hardware_upgrade_suggestions">Hardware Upgrade Suggestions</h5>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-09-09 14:32:24 EDT
Last updated 2015-09-09 16:15:24 EDT
</div>
</div>
</body>
Expand Down
Binary file modified docs/2.4.0.Final/pdf/WindupCoreDevelopmentGuide.pdf
Binary file not shown.
Binary file modified docs/2.4.0.Final/pdf/WindupRulesDevelopmentGuide.pdf
Binary file not shown.
Binary file modified docs/2.4.0.Final/pdf/WindupUserGuide.pdf
Binary file not shown.

0 comments on commit c3c181f

Please sign in to comment.