mirror of
https://github.com/3dmol/3Dmol.js.git
synced 2026-06-04 08:39:49 +09:00
Checkpointing conversion to typescript at a (?) usable state. Moved things around to be where I like them. Removed gulp in favor of npm/webpack. Switched to better-docs template for docs. Still need to work on the docs. Haven't actually converted anything new to typescript, but I think this might be deployable now.
41 lines
1.1 KiB
XML
41 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>3Dmol</name>
|
|
<comment></comment>
|
|
<projects>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
|
|
<triggers>full,incremental,</triggers>
|
|
<arguments>
|
|
<dictionary>
|
|
<key>LaunchConfigHandle</key>
|
|
<value><project>/.externalToolBuilders/GULP.launch</value>
|
|
</dictionary>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
|
|
<triggers>full,incremental,</triggers>
|
|
<arguments>
|
|
<dictionary>
|
|
<key>LaunchConfigHandle</key>
|
|
<value><project>/.externalToolBuilders/webpack.launch</value>
|
|
</dictionary>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>com.aptana.projects.webnature</nature>
|
|
<nature>com.aptana.ruby.core.rubynature</nature>
|
|
<nature>org.python.pydev.pythonNature</nature>
|
|
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
|
|
</natures>
|
|
</projectDescription>
|