SHL-8 separate hello world example

This commit is contained in:
Jarred Li
2012-04-07 19:04:53 +08:00
parent 070da47f5b
commit 09396e9421
9 changed files with 173 additions and 13 deletions

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<configuration>
<class>org.springframework.shell.plugin.HelloWorldPlugin</class>
</configuration>
</plugin>

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
</beans>