Skip to content
Snippets Groups Projects
Commit bdf085b9 authored by Tom Zentek's avatar Tom Zentek
Browse files

No commit message

No commit message
parent 191a6588
No related branches found
No related tags found
No related merge requests found
Showing
with 86 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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 kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="javaparser-1.0.8.jar"/>
<classpathentry exported="true" kind="lib" path="rsyntaxtextarea.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.universaal.tools.configurationExtractor</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
#Fri Sep 23 01:46:41 CEST 2011
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.universaal.tools.configurationExtractor;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.universaal.tools.configurationExtractor.pluginActivator.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .,
javaparser-1.0.8.jar,
rsyntaxtextarea.jar
Export-Package: .,
org.universaal.tools.configurationExtractor.pluginActivator,
org.universaal.tools.configurationExtractor.pluginActions,
japa.parser,
japa.parser.ast,
japa.parser.ast.body,
japa.parser.ast.expr,
japa.parser.ast.stmt,
japa.parser.ast.type,
japa.parser.ast.visitor,
org.universaal.tools.configurationExtractor.model.xml,
org.fife.io,
org.fife.print,
org.fife.ui.rsyntaxtextarea,
org.fife.ui.rsyntaxtextarea.focusabletip,
org.fife.ui.rsyntaxtextarea.modes,
org.fife.ui.rsyntaxtextarea.parser,
org.fife.ui.rsyntaxtextarea.templates,
org.fife.ui.rtextarea,
org.fife.util,
org.universaal.tools.configurationExtractor.utility,
org.universaal.tools.configurationExtractor.view.Buttons,
org.universaal.tools.configurationExtractor.view.Elements,
org.universaal.tools.configurationExtractor.view.LowLevelPanels,
org.universaal.tools.configurationExtractor.view.MainPanels
Import-Package: org.apache.xml.serialize
#Properties file for CE
Bundle-Name = ConfigurationExtractor
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment