Changeset 3138 for trunk/openmole/plugins/jars/pom.xml
- Timestamp:
- 03/02/10 11:28:24 (2 years ago)
- Location:
- trunk/openmole/plugins
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
jars/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmole/plugins
-
Property
svn:ignore set
to
.pom.xml.swp
-
Property
svn:ignore set
to
-
trunk/openmole/plugins/jars/pom.xml
r3095 r3138 41 41 <scope>runtime</scope> 42 42 </dependency> 43 43 <dependency> 44 <groupId>${project.groupId}</groupId> 45 <artifactId>org.openmole.plugin.molejobgroupingstrategy.onfactor</artifactId> 46 <version>${project.version}</version> 47 <scope>runtime</scope> 48 </dependency> 49 <dependency> 50 <groupId>${project.groupId}</groupId> 51 <artifactId>org.openmole.plugin.task.netlogotask</artifactId> 52 <version>${project.version}</version> 53 <scope>runtime</scope> 54 </dependency> 44 55 </dependencies> 45 56





