Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
badong2210 committed Dec 5, 2012
1 parent c454d34 commit 279474d
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 14 deletions.
2 changes: 1 addition & 1 deletion jspringbot-config/src/main/resources/spring-libdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot Config Keywords</description>
<description>jSpringBot Config Keywords</description>

<bean name="configHelper" class="org.jspringbot.keyword.config.ConfigHelper" init-method="init">
<property name="domains">
Expand Down
2 changes: 1 addition & 1 deletion jspringbot-config/src/test/resources/sample-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot Config Keywords</description>
<description>jSpringBot Config Keywords</description>

<bean name="configHelper" class="org.jspringbot.keyword.config.ConfigHelper" init-method="init">
<property name="domains">
Expand Down
2 changes: 1 addition & 1 deletion jspringbot-csv/src/main/resources/spring-libdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot CSV Keywords</description>
<description>jSpringBot CSV Keywords</description>

<bean name="csvHelper" class="org.jspringbot.keyword.csv.CSVHelper"/>

Expand Down
2 changes: 1 addition & 1 deletion jspringbot-csv/src/test/resources/sample-csv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot CSV Keywords</description>
<description>jSpringBot CSV Keywords</description>

<bean name="csvHelper" class="org.jspringbot.keyword.csv.CSVHelper"/>

Expand Down
2 changes: 2 additions & 0 deletions jspringbot-db/src/main/resources/spring-libdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>jSpringBot DB Keywords</description>

<!-- For mail settings and future properties files -->
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreUnresolvablePlaceholders" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion jspringbot-http/src/main/resources/spring-libdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot Http Keywords</description>
<description>jSpringBot Http Keywords</description>

<import resource="spring-xml.xml"/>
<import resource="spring-json.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion jspringbot-http/src/test/resources/sample-http.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot Http Keywords</description>
<description>jSpringBot Http Keywords</description>

<import resource="spring-xml.xml"/>
<import resource="spring-json.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion jspringbot-http/src/test/resources/spring-json.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot Json Keywords</description>
<description>jSpringBot Json Keywords</description>

<bean name="jsonHelper" class="org.jspringbot.keyword.json.JSONHelper"/>

Expand Down
2 changes: 1 addition & 1 deletion jspringbot-http/src/test/resources/spring-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot XML Keywords</description>
<description>jSpringBot XML Keywords</description>

<bean name="xmlHelper" class="org.jspringbot.keyword.xml.XMLHelper"/>

Expand Down
2 changes: 1 addition & 1 deletion jspringbot-json/src/main/resources/spring-libdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot Json Keywords</description>
<description>jSpringBot Json Keywords</description>

<bean name="jsonHelper" class="org.jspringbot.keyword.json.JSONHelper"/>

Expand Down
2 changes: 1 addition & 1 deletion jspringbot-json/src/test/resources/sample-json.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot Json Keywords</description>
<description>jSpringBot Json Keywords</description>

<bean name="jsonHelper" class="org.jspringbot.keyword.json.JSONHelper"/>

Expand Down
1 change: 1 addition & 0 deletions jspringbot-selenium/src/main/resources/spring-libdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>jSpringBot Selenium Keywords</description>

<bean id="helper" class="org.jspringbot.keyword.selenium.SeleniumHelperDelaySupportFactory" factory-method="create">
<constructor-arg>
Expand Down
2 changes: 2 additions & 0 deletions jspringbot-selenium/src/test/resources/spring-selenium.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>jSpringBot Selenium Keywords</description>

<!-- For mail settings and future properties files -->
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreUnresolvablePlaceholders" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion jspringbot-ssh/src/main/resources/spring-libdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot SSH Keywords</description>
<description>jSpringBot SSH Keywords</description>

<bean name="sshConnection" class="com.trilead.ssh2.Connection">
<constructor-arg value="127.0.0.1"/>
Expand Down
2 changes: 1 addition & 1 deletion jspringbot-ssh/src/test/resources/sample-ssh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot SSH Keywords</description>
<description>jSpringBot SSH Keywords</description>

<bean name="sshConnection" class="com.trilead.ssh2.Connection">
<constructor-arg value="127.0.0.1"/>
Expand Down
2 changes: 2 additions & 0 deletions jspringbot-test-data/src/main/resources/spring-libdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">

<description>jSpringBot TestData Keywords</description>

<bean id="cacheManager" class="net.sf.ehcache.CacheManager" factory-method="getInstance"/>

<bean name="csvHelper" class="org.jspringbot.keyword.csv.CSVHelper"/>
Expand Down
2 changes: 2 additions & 0 deletions jspringbot-utils/src/main/resources/spring-libdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>jSpringBot Utils Keywords</description>

<bean name="statsCollectorHelper" class="org.jspringbot.keyword.stats.StatsCollectorHelper"/>

<!-- Scan components -->
Expand Down
2 changes: 2 additions & 0 deletions jspringbot-utils/src/test/resources/spring-utils.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<description>jSpringBot Util Keywords</description>

<bean name="statsCollectorHelper" class="org.jspringbot.keyword.stats.StatsCollectorHelper"/>

<!-- Scan components -->
Expand Down
2 changes: 1 addition & 1 deletion jspringbot-xml/src/main/resources/spring-libdoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot XML Keywords</description>
<description>jSpringBot XML Keywords</description>

<bean name="xmlHelper" class="org.jspringbot.keyword.xml.XMLHelper"/>

Expand Down
2 changes: 1 addition & 1 deletion jspringbot-xml/src/test/resources/spring-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">

<description>Robot XML Keywords</description>
<description>jSpringBot XML Keywords</description>

<bean name="xmlHelper" class="org.jspringbot.keyword.xml.XMLHelper"/>

Expand Down

0 comments on commit 279474d

Please sign in to comment.