Changeset 374
- Timestamp:
- 11/18/09 23:39:59 (2 years ago)
- Location:
- trunk/distribution/examples
- Files:
-
- 2 added
- 4 modified
-
ecs/pom.xml (modified) (1 diff)
-
ecs/src/main/webapp/WEB-INF/allow (added)
-
expenses/pom.xml (modified) (1 diff)
-
library/pom.xml (modified) (1 diff)
-
library/src/main/webapp/WEB-INF/allow (added)
-
pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/distribution/examples/ecs/pom.xml
r373 r374 20 20 <artifactId>scimpi-servlet</artifactId> 21 21 </dependency> 22 23 <dependency>24 <groupId>org.nakedobjects.plugins</groupId>25 <artifactId>xml-persistor</artifactId>26 </dependency>27 28 22 </dependencies> 29 23 </project> -
trunk/distribution/examples/expenses/pom.xml
r373 r374 21 21 22 22 <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>33 23 <groupId>org.nakedobjects.examples</groupId> 34 24 <artifactId>expenses-dom</artifactId> -
trunk/distribution/examples/library/pom.xml
r373 r374 20 20 <artifactId>scimpi-servlet</artifactId> 21 21 </dependency> 22 23 <dependency>24 <groupId>org.nakedobjects.plugins</groupId>25 <artifactId>xml-persistor</artifactId>26 </dependency>27 28 22 </dependencies> 29 23 </project> -
trunk/distribution/examples/pom.xml
r373 r374 98 98 <artifactId>webserver</artifactId> 99 99 </dependency> 100 101 <dependency> 102 <groupId>org.nakedobjects.plugins</groupId> 103 <artifactId>xml-persistor</artifactId> 104 </dependency> 100 105 </dependencies> 101 106
