Skip to content

Commit

Permalink
Fix exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
iquadrat committed Jan 19, 2015
1 parent 387c97c commit b7f7511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions org.jbenchx.libs_external/.classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="libs/xstream-1.4.1.jar" sourcepath="src/xstream-1.4.1-src.zip"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="libs/jsr305.jar"/>
<classpathentry exported="true" kind="lib" path="libs/xstream-1.4.1.jar" sourcepath="src/xstream-1.4.1-src.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion org.jbenchx.libs_external/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Export-Package: com.thoughtworks.xstream,
javax.annotation,
javax.annotation.concurrent,
javax.annotation.meta
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: Micha Riser

0 comments on commit b7f7511

Please sign in to comment.