Changeset 374

Show
Ignore:
Timestamp:
11/18/09 23:39:59 (2 years ago)
Author:
rcmatthews
Message:

fixing examples

Location:
trunk/distribution/examples
Files:
2 added
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/distribution/examples/ecs/pom.xml

    r373 r374  
    2020            <artifactId>scimpi-servlet</artifactId> 
    2121        </dependency> 
    22  
    23         <dependency> 
    24             <groupId>org.nakedobjects.plugins</groupId> 
    25             <artifactId>xml-persistor</artifactId> 
    26         </dependency> 
    27  
    2822    </dependencies> 
    2923</project> 
  • trunk/distribution/examples/expenses/pom.xml

    r373 r374  
    2121 
    2222        <dependency> 
    23             <groupId>org.nakedobjects</groupId> 
    24             <artifactId>webserver</artifactId> 
    25         </dependency> 
    26  
    27         <dependency> 
    28             <groupId>org.nakedobjects.plugins</groupId> 
    29             <artifactId>xml-persistor</artifactId> 
    30         </dependency> 
    31  
    32         <dependency> 
    3323            <groupId>org.nakedobjects.examples</groupId> 
    3424            <artifactId>expenses-dom</artifactId> 
  • trunk/distribution/examples/library/pom.xml

    r373 r374  
    2020            <artifactId>scimpi-servlet</artifactId> 
    2121        </dependency> 
    22   
    23          <dependency> 
    24             <groupId>org.nakedobjects.plugins</groupId> 
    25             <artifactId>xml-persistor</artifactId> 
    26         </dependency> 
    27  
    2822    </dependencies> 
    2923</project> 
  • trunk/distribution/examples/pom.xml

    r373 r374  
    9898            <artifactId>webserver</artifactId> 
    9999        </dependency> 
     100 
     101         <dependency> 
     102            <groupId>org.nakedobjects.plugins</groupId> 
     103            <artifactId>xml-persistor</artifactId> 
     104        </dependency> 
    100105    </dependencies> 
    101106