Changeset 3966


Ignore:
Timestamp:
2010-03-30 11:22:40 (3 years ago)
Author:
bruno
Message:

Some initial work on link management, not much meat yet.

Location:
projects/lily/trunk
Files:
19 added
1 edited

Legend:

Unmodified
Added
Removed
  • projects/lily/trunk/pom.xml

    r3950 r3966  
    4242    <module>indexer</module> 
    4343    <module>eventlog/queue-api</module> 
     44    <module>linkmgmt</module> 
    4445  </modules> 
    4546 
     
    7071        <groupId>org.lilycms</groupId> 
    7172        <artifactId>lily-queue-api</artifactId> 
     73        <version>0.1-dev</version> 
     74      </dependency> 
     75      <dependency> 
     76        <groupId>org.lilycms</groupId> 
     77        <artifactId>lily-hbaseindex</artifactId> 
    7278        <version>0.1-dev</version> 
    7379      </dependency> 
Note: See TracChangeset for help on using the changeset viewer.