From: <jbo...@li...> - 2006-04-21 23:00:51
|
Author: KrisVerlaenen Date: 2006-04-21 19:00:46 -0400 (Fri, 21 Apr 2006) New Revision: 3894 Modified: labs/jbossrules/trunk/drools-ide/help/debug/agenda.html labs/jbossrules/trunk/drools-ide/help/debug/applicationData.html labs/jbossrules/trunk/drools-ide/help/debug/workingMemory.html labs/jbossrules/trunk/drools-ide/help/drools.html labs/jbossrules/trunk/drools-ide/help/editor/editor.html Log: fixed JBRULES-201 - updated help so images are showing correctly Modified: labs/jbossrules/trunk/drools-ide/help/debug/agenda.html =================================================================== --- labs/jbossrules/trunk/drools-ide/help/debug/agenda.html 2006-04-21 22:38:40 UTC (rev 3893) +++ labs/jbossrules/trunk/drools-ide/help/debug/agenda.html 2006-04-21 23:00:46 UTC (rev 3894) @@ -1,6 +1,6 @@ <HTML> <H1>The Agenda View</H1> - <IMG src="./agenda.gif"/> + <IMG src="./agenda.GIF"/> <P/> The Agenda View shows all elements on the agenda. For each rule on the agenda, the rule name and bound variables are shown. <P/> Modified: labs/jbossrules/trunk/drools-ide/help/debug/applicationData.html =================================================================== --- labs/jbossrules/trunk/drools-ide/help/debug/applicationData.html 2006-04-21 22:38:40 UTC (rev 3893) +++ labs/jbossrules/trunk/drools-ide/help/debug/applicationData.html 2006-04-21 23:00:46 UTC (rev 3894) @@ -1,6 +1,6 @@ <HTML> <H1>The Global Data View</H1> - <IMG src="./applicationData.gif"/> + <IMG src="./applicationData.GIF"/> <P/> The Global Data View shows all global data currently defined in the Drools engine. <P/> Modified: labs/jbossrules/trunk/drools-ide/help/debug/workingMemory.html =================================================================== --- labs/jbossrules/trunk/drools-ide/help/debug/workingMemory.html 2006-04-21 22:38:40 UTC (rev 3893) +++ labs/jbossrules/trunk/drools-ide/help/debug/workingMemory.html 2006-04-21 23:00:46 UTC (rev 3894) @@ -1,6 +1,6 @@ <HTML> <H1>The Working Memory View</H1> - <IMG src="./workingMemory.gif"/> + <IMG src="./workingMemory.GIF"/> <P/> The Working Memory shows all elements in the working memory of the Drools engine. <P/> Modified: labs/jbossrules/trunk/drools-ide/help/drools.html =================================================================== --- labs/jbossrules/trunk/drools-ide/help/drools.html 2006-04-21 22:38:40 UTC (rev 3893) +++ labs/jbossrules/trunk/drools-ide/help/drools.html 2006-04-21 23:00:46 UTC (rev 3894) @@ -6,7 +6,7 @@ <P/> You can create a new Drools Project by selecting File -> New -> Project ... which pops up a 'New Project'-dialog. Select the New Rule Project item in the JBoss Rules folder and click Next. Fill in a name and click Finish. The new Drools Project should have been created. <P/> - <IMG src="./DroolsProject.gif"/> + <IMG src="./DroolsProject.GIF"/> <P/> The newly created contains an example rule file (Sample.drl) in the src/rules dir and an example java file (DroolsTest.java) that can be used to execute the rules in a Drools engine in the folder src/java, in the com.sample package. All the others jars that are necessary during execution are also added to the classpath in a custom classpath container called Drools Library [3.0]. <P/> Modified: labs/jbossrules/trunk/drools-ide/help/editor/editor.html =================================================================== --- labs/jbossrules/trunk/drools-ide/help/editor/editor.html 2006-04-21 22:38:40 UTC (rev 3893) +++ labs/jbossrules/trunk/drools-ide/help/editor/editor.html 2006-04-21 23:00:46 UTC (rev 3894) @@ -8,5 +8,5 @@ <P/> The following picture shows the syntax colouring and syntax checking in action. <P/> - <IMG src="editor.gif"/> + <IMG src="editor.GIF"/> </html> \ No newline at end of file |