Skip to content

Commit

Permalink
Only use the src and test folders in Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcicerone-zz committed Oct 27, 2014
1 parent 603ab0a commit e284036
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .project
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,33 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.palantir.typescript.typeScriptBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.palantir.typescript.typeScriptNature</nature>
</natures>
<filteredResources>
<filter>
<id>1386959768651</id>
<id>1414432614134</id>
<name></name>
<type>22</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-tslint.d.ts</arguments>
</matcher>
</filter>
<filter>
<id>1414431975439</id>
<name>test</name>
<type>10</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-true-false-files</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
5 changes: 5 additions & 0 deletions .settings/com.palantir.typescript.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build.path.exportedFolder=
build.path.sourceFolder=src;test
compiler.outputDirOption=
compiler.outputFileOption=
eclipse.preferences.version=1

0 comments on commit e284036

Please sign in to comment.