
5 changed files with 16 additions and 17 deletions
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="ProjectCodeStyleSettingsManager"> |
||||
<option name="PER_PROJECT_SETTINGS"> |
||||
<value /> |
||||
</option> |
||||
<option name="USE_PER_PROJECT_SETTINGS" value="true" /> |
||||
</component> |
||||
</project> |
@ -1,11 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<module type="WEB_MODULE" version="4"> |
||||
<component name="NewModuleRootManager"> |
||||
<component name="NewModuleRootManager" inherit-compiler-output="false"> |
||||
<content url="file://$MODULE_DIR$"> |
||||
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" /> |
||||
</content> |
||||
<orderEntry type="inheritedJdk" /> |
||||
<orderEntry type="sourceFolder" forTests="false" /> |
||||
<orderEntry type="library" name="gcc-explorer node_modules" level="project" /> |
||||
</component> |
||||
</module> |
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="JavaScriptLibraryMappings"> |
||||
<file url="file://$PROJECT_DIR$" libraries="{gcc-explorer node_modules}" /> |
||||
<file url="file://$PROJECT_DIR$" libraries="{gcc-explorer/node_modules}" /> |
||||
<includedPredefinedLibrary name="Node.js Core" /> |
||||
</component> |
||||
</project> |
@ -1,14 +0,0 @@
|
||||
<component name="libraryTable"> |
||||
<library name="gcc-explorer node_modules" type="javaScript"> |
||||
<properties> |
||||
<option name="frameworkName" value="node_modules" /> |
||||
<sourceFilesUrls> |
||||
<item url="file://$PROJECT_DIR$/node_modules" /> |
||||
</sourceFilesUrls> |
||||
</properties> |
||||
<CLASSES> |
||||
<root url="file://$PROJECT_DIR$/node_modules" /> |
||||
</CLASSES> |
||||
<SOURCES /> |
||||
</library> |
||||
</component> |
Loading…
Reference in new issue