Changeset 482 for trunk/quest-core-events
- Timestamp:
- 07/25/12 17:13:49 (12 years ago)
- Location:
- trunk/quest-core-events
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-core-events/.classpath
r480 r482 2 2 <classpath> 3 3 <classpathentry kind="src" output="target/classes" path="src/main/java"> 4 <attributes>5 <attribute name="optional" value="true"/>6 <attribute name="maven.pomderived" value="true"/>7 </attributes>8 </classpathentry>9 <classpathentry combineaccessrules="false" kind="src" path="/java-utils"/>10 <classpathentry kind="src" output="target/test-classes" path="src/test/java">11 4 <attributes> 12 5 <attribute name="optional" value="true"/> -
trunk/quest-core-events/pom.xml
r480 r482 16 16 </repositories> 17 17 <dependencies> 18 <dependency> 19 <groupId>de.ugoe.cs</groupId> 20 <artifactId>java-utils</artifactId> 21 <version>0.0.1-SNAPSHOT</version> 22 <scope>test</scope> 23 </dependency> 18 24 <dependency> 19 25 <groupId>net.sf.jung</groupId>
Note: See TracChangeset
for help on using the changeset viewer.