Changeset 689
- Timestamp:
- 05/29/07 22:03:53 (1 year ago)
- Files:
-
- trunk/build/stubbles/build.xml (modified) (1 diff)
- trunk/config/xml/json-rpc-service-dist.xml (deleted)
- trunk/config/xml/json-rpc-service.xml (modified) (1 diff)
- trunk/examples/config/xml/json-rpc-service-dist.xml (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/stubbles/build.xml
r683 r689 50 50 <copy file="${project.basedir}/../../config/xml/processors.xml" tofile="${build.src.dir}/config/xml/processors-dist.xml" /> 51 51 <copy file="${project.basedir}/../../config/xml/rdbms.xml" tofile="${build.src.dir}/config/xml/rdbms-dist.xml" /> 52 <copy file="${project.basedir}/../../config/xml/json-rpc-service -dist.xml" tofile="${build.src.dir}/config/xml/json-rpc-service-dist.xml" />52 <copy file="${project.basedir}/../../config/xml/json-rpc-service.xml" tofile="${build.src.dir}/config/xml/json-rpc-service-dist.xml" /> 53 53 <copy file="${project.basedir}/../../config/xml/variantmanager.xml" tofile="${build.src.dir}/config/xml/variantmanager-dist.xml" /> 54 54 trunk/config/xml/json-rpc-service.xml
r598 r689 3 3 xmlns:xj="http://xjconf.net/XJConf" 4 4 xmlns="http://stubbles.net/service/json-rpc"> 5 <service-url> http://localhost/?processor=jsonrpc</service-url>5 <service-url>${jsonrpc.service.url}</service-url> 6 6 <use-firebug>true</use-firebug> 7 7 <services>
