Configuration

This commit is contained in:
konsoletyper 2014-09-22 22:27:19 +04:00
parent 758f7e3b51
commit 194c7bf806
8 changed files with 28 additions and 10 deletions

View File

@ -70,8 +70,6 @@
<instructions>
<Export-Package>org.teavm.*</Export-Package>
<Bundle-SymbolicName>teavm-core</Bundle-SymbolicName>
<Import-Package>org.apache.commons.io;version="[1.4,2.5)",org.junit,org.objectweb.asm;version="[4.2,6)",
org.objectweb.asm.tree;version="[4.2,6)"</Import-Package>
</instructions>
</configuration>
</plugin>

View File

@ -0,0 +1 @@
/target

View File

@ -10,8 +10,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

View File

@ -416,42 +416,42 @@
id="org.objectweb.asm"
download-size="0"
install-size="0"
version="0.0.0"
version="5.0.1"
unpack="false"/>
<plugin
id="org.objectweb.asm.all.debug"
download-size="0"
install-size="0"
version="0.0.0"
version="4.2.0"
unpack="false"/>
<plugin
id="org.objectweb.asm.commons"
download-size="0"
install-size="0"
version="0.0.0"
version="5.0.1"
unpack="false"/>
<plugin
id="org.objectweb.asm.tree"
download-size="0"
install-size="0"
version="0.0.0"
version="5.0.1"
unpack="false"/>
<plugin
id="slf4j.api"
download-size="0"
install-size="0"
version="0.0.0"
version="1.7.6"
unpack="false"/>
<plugin
id="slf4j.api"
download-size="0"
install-size="0"
version="0.0.0"
version="1.7.7"
unpack="false"/>
<plugin

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<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.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="target"/>
<classpathentry kind="src" path="src/main/java/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>

View File

@ -0,0 +1 @@
/target

View File

@ -10,8 +10,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.UpdateSiteNature</nature>
</natures>
</projectDescription>