Reverting stray commit to Eclipse metadata.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@20456 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
6fd071cee0
commit
6b76a72b50
|
@ -1,8 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src/compiler"/>
|
<classpathentry kind="src" path="src/compiler"/>
|
||||||
<classpathentry kind="src" path="test/files"/>
|
|
||||||
<classpathentry kind="src" path="src/library"/>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/msil.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/msil.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/jline.jar"/>
|
<classpathentry kind="lib" path="lib/jline.jar"/>
|
||||||
|
|
21
.project
21
.project
|
@ -6,33 +6,18 @@
|
||||||
</projects>
|
</projects>
|
||||||
<buildSpec>
|
<buildSpec>
|
||||||
<buildCommand>
|
<buildCommand>
|
||||||
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
|
<name>ch.epfl.lamp.sdt.core.scalabuilder</name>
|
||||||
<triggers>full,incremental,</triggers>
|
|
||||||
<arguments>
|
<arguments>
|
||||||
<dictionary>
|
|
||||||
<key>LaunchConfigHandle</key>
|
|
||||||
<value><project>/.externalToolBuilders/ch.epfl.lamp.sdt.core.scalabuilder.launch</value>
|
|
||||||
</dictionary>
|
|
||||||
</arguments>
|
</arguments>
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
<buildCommand>
|
<buildCommand>
|
||||||
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
|
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||||
<triggers>full,incremental,</triggers>
|
|
||||||
<arguments>
|
<arguments>
|
||||||
<dictionary>
|
|
||||||
<key>LaunchConfigHandle</key>
|
|
||||||
<value><project>/.externalToolBuilders/org.eclipse.pde.ManifestBuilder.launch</value>
|
|
||||||
</dictionary>
|
|
||||||
</arguments>
|
</arguments>
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
<buildCommand>
|
<buildCommand>
|
||||||
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
|
<name>org.eclipse.pde.SchemaBuilder</name>
|
||||||
<triggers>full,incremental,</triggers>
|
|
||||||
<arguments>
|
<arguments>
|
||||||
<dictionary>
|
|
||||||
<key>LaunchConfigHandle</key>
|
|
||||||
<value><project>/.externalToolBuilders/org.eclipse.pde.SchemaBuilder.launch</value>
|
|
||||||
</dictionary>
|
|
||||||
</arguments>
|
</arguments>
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
|
|
Loading…
Reference in New Issue