Changeset 4677
- Timestamp:
- 2011-02-10 15:27:18 (2 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
cr/process/server/conf/kauri/wiring.xml (modified) (2 diffs)
-
dist/src/main/resources-filtered/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.txt
r4673 r4677 9 9 For a first introduction to using Lily, please see: 10 10 11 http://docs.outerthought.org/lily-docs- 0_3/414-lily.html11 http://docs.outerthought.org/lily-docs-trunk/414-lily.html 12 12 13 13 Prerequisites -
trunk/cr/process/server/conf/kauri/wiring.xml
r4672 r4677 2 2 <wiring> 3 3 <modules> 4 <artifact id="general" groupId="org.lilyproject" artifactId="lily-general-module" version=" 0.3">4 <artifact id="general" groupId="org.lilyproject" artifactId="lily-general-module" version="1.0-SNAPSHOT"> 5 5 </artifact> 6 6 7 <artifact id="rowlog" groupId="org.lilyproject" artifactId="lily-rowlog-module" version=" 0.3">7 <artifact id="rowlog" groupId="org.lilyproject" artifactId="lily-rowlog-module" version="1.0-SNAPSHOT"> 8 8 </artifact> 9 9 10 <artifact id="repository" groupId="org.lilyproject" artifactId="lily-repository-module" version=" 0.3">10 <artifact id="repository" groupId="org.lilyproject" artifactId="lily-repository-module" version="1.0-SNAPSHOT"> 11 11 <inject-javaservice name="messageQueue" service="org.lilyproject.rowlog.api.RowLog" ref="rowlog:messageQueue"/> 12 12 <inject-javaservice name="writeAheadLog" service="org.lilyproject.rowlog.api.RowLog" ref="rowlog:writeAheadLog"/> 13 13 </artifact> 14 14 15 <artifact id="indexer" groupId="org.lilyproject" artifactId="lily-indexer-module" version=" 0.3">15 <artifact id="indexer" groupId="org.lilyproject" artifactId="lily-indexer-module" version="1.0-SNAPSHOT"> 16 16 <inject-javaservice name="messageQueue" service="org.lilyproject.rowlog.api.RowLog" ref="rowlog:messageQueue"/> 17 17 <inject-javaservice name="writeAheadLog" service="org.lilyproject.rowlog.api.RowLog" ref="rowlog:writeAheadLog"/> … … 27 27 </artifact> 28 28 29 <artifact id="rest" groupId="org.lilyproject" artifactId="lily-rest-module" version=" 0.3">29 <artifact id="rest" groupId="org.lilyproject" artifactId="lily-rest-module" version="1.0-SNAPSHOT"> 30 30 <mount name="main" path="/repository/" canonical="/repository/"/> 31 31 </artifact> 32 32 33 <artifact id="webui" groupId="org.lilyproject" artifactId="lily-webui-module" version=" 0.3">33 <artifact id="webui" groupId="org.lilyproject" artifactId="lily-webui-module" version="1.0-SNAPSHOT"> 34 34 <mount name="main" path="" canonical=""/> 35 35 <inject-restservice name="repository" ref="rest:main"/> -
trunk/dist/src/main/resources-filtered/README.txt
r4673 r4677 14 14 Please see the Running Lily guide on the website: 15 15 16 http://docs.outerthought.org/lily-docs- 0_3/414-lily.html16 http://docs.outerthought.org/lily-docs-trunk/414-lily.html 17 17 18 18
Note: See TracChangeset
for help on using the changeset viewer.