Author: pamarcelot
Date: Tue Jun 12 07:43:12 2007
New Revision: 546510
URL: http://svn.apache.org/viewvc?view=rev&rev=546510
Log:
Added JUnit as dependencies for the tests in the ivy.xml and .classpath files.
Modified:
directory/studio/trunk/studio-dsml-parser/.classpath
directory/studio/trunk/studio-dsml-parser/ivy.xml
Modified: directory/studio/trunk/studio-dsml-parser/.classpath
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-dsml-parser/.classpath?view=diff&rev=546510&r1=546509&r2=546510
==============================================================================
--- directory/studio/trunk/studio-dsml-parser/.classpath (original)
+++ directory/studio/trunk/studio-dsml-parser/.classpath Tue Jun 12 07:43:12 2007
@@ -6,12 +6,13 @@
<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
- <classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
- <classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
- <classpathentry kind="lib" path="lib/nlog4j-1.2.25.jar"/>
<classpathentry kind="lib" path="lib/xpp3-1.1.3_8.jar"/>
- <classpathentry kind="lib" path="lib/antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="lib/shared-ldap-0.9.6-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/shared-asn1-0.9.6-SNAPSHOT.jar"/>
+ <classpathentry kind="lib" path="lib/nlog4j-1.2.25.jar"/>
+ <classpathentry kind="lib" path="lib/junit-3.8.2.jar"/>
+ <classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
+ <classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
+ <classpathentry kind="lib" path="lib/antlr-2.7.6.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: directory/studio/trunk/studio-dsml-parser/ivy.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-dsml-parser/ivy.xml?view=diff&rev=546510&r1=546509&r2=546510
==============================================================================
--- directory/studio/trunk/studio-dsml-parser/ivy.xml (original)
+++ directory/studio/trunk/studio-dsml-parser/ivy.xml Tue Jun 12 07:43:12 2007
@@ -25,5 +25,6 @@
<dependency org="commons-collections" name="commons-collections" rev="3.1"/>
<dependency org="org.dom4j" name="dom4j" rev="1.6.1"/>
<dependency org="org.xmlpull" name="xpp3" rev="1.1.3_8"/>
+ <dependency org="junit" name="junit" rev="3.8.2"/>
</dependencies>
</ivy-module>
|