]> git.uio.no Git - ifi-stolz-refaktor.git/commitdiff
build: removing some unused dependencies
authorErlend Kristiansen <erlenkr@ifi.uio.no>
Tue, 11 Mar 2014 10:38:12 +0000 (11:38 +0100)
committerErlend Kristiansen <erlenkr@ifi.uio.no>
Tue, 11 Mar 2014 10:38:12 +0000 (11:38 +0100)
software/no.uio.ifi.refaktor/build.xml
software/no.uio.ifi.refaktor/plugincopies/junit.jar [deleted file]
software/no.uio.ifi.refaktor/plugincopies/org.eclipse.jdt.annotation_1.1.0.v20130513-1648.jar [deleted file]
software/no.uio.ifi.refaktor/plugincopies/org.hamcrest.core_1.3.0.v201303031735.jar [deleted file]

index 14a2a31bacec1cc0546d063511b66319bcdf9f2a..f12c8edb83dcc493062ae285fe1165cdef03ba82 100644 (file)
                <isset property="ECLIPSE_HOME"/>
        </condition>
 
-       <condition property="junit-dir" value="org.junit_4.11.0.v201303080030/" else="">
-               <isset property="ECLIPSE_HOME"/>
-       </condition>
-
         <path id="dependencies.libraryclasspath">
             <pathelement location="${plugins-location}/org.eclipse.ui_3.105.0.v20130522-1122.jar"/>
             <pathelement location="${plugins-location}/org.eclipse.swt_3.102.1.v20130827-2021.jar"/>
@@ -99,9 +95,6 @@
             <pathelement location="${plugins-location}/org.eclipse.ui.ide_3.9.1.v20130704-1828.jar"/>
             <pathelement location="${plugins-location}/org.eclipse.ui.editors_3.8.100.v20130513-1637.jar"/>
             <pathelement location="${plugins-location}/org.eclipse.core.filebuffers_3.5.300.v20130225-1821.jar"/>
-            <pathelement location="${plugins-location}/org.eclipse.jdt.annotation_1.1.0.v20130513-1648.jar"/>
-            <pathelement location="${plugins-location}/org.hamcrest.core_1.3.0.v201303031735.jar"/>
-            <pathelement location="${plugins-location}/${junit-dir}junit.jar"/>
             <pathelement location="${plugins-location}/org.eclipse.core.expressions_3.4.500.v20130515-1343.jar"/>
             <pathelement location="${plugins-location}/org.aspectj.runtime_1.7.3.20130613144500-a.jar"/>
             <pathelement location="${plugins-location}/org.aspectj.ajde_1.7.3.20130613144500-a.jar"/>
diff --git a/software/no.uio.ifi.refaktor/plugincopies/junit.jar b/software/no.uio.ifi.refaktor/plugincopies/junit.jar
deleted file mode 100644 (file)
index aaf7444..0000000
Binary files a/software/no.uio.ifi.refaktor/plugincopies/junit.jar and /dev/null differ
diff --git a/software/no.uio.ifi.refaktor/plugincopies/org.eclipse.jdt.annotation_1.1.0.v20130513-1648.jar b/software/no.uio.ifi.refaktor/plugincopies/org.eclipse.jdt.annotation_1.1.0.v20130513-1648.jar
deleted file mode 100644 (file)
index daca164..0000000
Binary files a/software/no.uio.ifi.refaktor/plugincopies/org.eclipse.jdt.annotation_1.1.0.v20130513-1648.jar and /dev/null differ
diff --git a/software/no.uio.ifi.refaktor/plugincopies/org.hamcrest.core_1.3.0.v201303031735.jar b/software/no.uio.ifi.refaktor/plugincopies/org.hamcrest.core_1.3.0.v201303031735.jar
deleted file mode 100644 (file)
index a661682..0000000
Binary files a/software/no.uio.ifi.refaktor/plugincopies/org.hamcrest.core_1.3.0.v201303031735.jar and /dev/null differ