Skip to content

Commit

Permalink
Merge pull request #581 from support-project/release/v1.7.0
Browse files Browse the repository at this point in the history
Release/v1.7.0
  • Loading branch information
koda-masaru authored Jan 21, 2017
2 parents 3493456 + 96e64c0 commit 976e0d7
Show file tree
Hide file tree
Showing 310 changed files with 13,791 additions and 9,571 deletions.
7 changes: 4 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jquery": "2.2.3",
"bootstrap": "3.3.6",
"bootswatch": "3.3.6",
"font-awesome": "4.5.0",
"font-awesome": "4.7.0",
"html5shiv": "3.7.2",
"respond": "1.4.2",
"notifyjs": "0.3.2",
Expand All @@ -21,11 +21,12 @@
"notify.js": "1.2.8",
"emoji-parser": "0.1.1",
"bluebird": "3.0.6",
"jquery-oembed-all": "nfl/jquery-oembed-all",
"jquery-oembed-all": "support-project/jquery-oembed-all",
"flag-icon-css": "0.8.5",
"moment": "2.12.0",
"clipboard": "1.5.10",
"MathJax": "2.6.1"
"MathJax": "2.6.1",
"cropper": "2.3.4"
},
"devDependencies": {},
"resolutions": {
Expand Down
62 changes: 62 additions & 0 deletions config/eclipse_memo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# .project ファイル

```
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>knowledge</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>ch.acanda.eclipse.pmd.builder.PMDBuilder</name>
<arguments>
</arguments>
</buildCommand>
<!-- 遅いので使わない
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
-->
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
<nature>ch.acanda.eclipse.pmd.builder.PMDNature</nature>
</natures>
</projectDescription>
```


Binary file modified document/database/A5M2_knowledge.pdf
Binary file not shown.
Loading

0 comments on commit 976e0d7

Please sign in to comment.