]> git.uio.no Git - ifi-stolz-refaktor.git/commitdiff
Adding AspectJ libraries + changing classpath
authorErlend Kristiansen <erlenkr@ifi.uio.no>
Mon, 10 Mar 2014 13:48:46 +0000 (14:48 +0100)
committerErlend Kristiansen <erlenkr@ifi.uio.no>
Mon, 10 Mar 2014 13:48:46 +0000 (14:48 +0100)
lib/aspectj-1.7.4.jar [new file with mode: 0644]
software/no.uio.ifi.refaktor/.classpath
software/no.uio.ifi.refaktor/META-INF/MANIFEST.MF

diff --git a/lib/aspectj-1.7.4.jar b/lib/aspectj-1.7.4.jar
new file mode 100644 (file)
index 0000000..b6dfef7
Binary files /dev/null and b/lib/aspectj-1.7.4.jar differ
index d7152812f839d2a343bd38a6ec48bedfbf151b40..aff0c362de7934ffa8764ad53414676430ef1e4f 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+       <classpathentry exported="true" kind="lib" path="lib/"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
                <accessrules>
                        <accessrule kind="accessible" pattern="*"/>
@@ -7,7 +8,6 @@
        </classpathentry>
        <classpathentry kind="src" path="src"/>
        <classpathentry exported="true" kind="lib" path="bin" sourcepath="bin"/>
-       <classpathentry exported="true" kind="lib" path="lib/Metrics.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
index c6ccf6fdbd550e9932f384e3d6c88f447d99428d..8242c46f4af3075812a16ef3c6ca1e8d84210597 100644 (file)
@@ -21,7 +21,8 @@ Require-Bundle: org.eclipse.ui,
  org.hamcrest.core,
  org.junit,
  org.eclipse.core.expressions,
- org.aspectj.runtime
+ org.aspectj.runtime,
+ org.aspectj.ajde;bundle-version="1.7.3"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
 Import-Package: org.eclipse.jdt.internal.corext.refactoring,
@@ -37,4 +38,4 @@ Export-Package: no.uio.ifi.refaktor,
  no.uio.ifi.refaktor.utils
 Bundle-ClassPath: bin/,
  .,
- lib/Metrics.jar
+ lib/