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> <instructions>
<Export-Package>org.teavm.*</Export-Package> <Export-Package>org.teavm.*</Export-Package>
<Bundle-SymbolicName>teavm-core</Bundle-SymbolicName> <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> </instructions>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -0,0 +1 @@
/target

View File

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

View File

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

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <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.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="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> </classpath>

View File

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

View File

@ -0,0 +1 @@
/target

View File

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