|
11 | 11 | <property name="src.bukkit" location="src/main/java/bukkit"/>
|
12 | 12 |
|
13 | 13 | <!-- compiles against these libraries -->
|
14 |
| - <property name="lib.canary" location="lib/CanaryMod-1.7.10-1.1.3-SNAPSHOT-shaded.jar"/> |
15 |
| - <!-- property name="lib.bukkit" location="lib/bukkit-1.7.9-R0.2.jar"/ --> |
| 14 | + <property name="lib.canary" location="lib/CanaryMod-1.8.0-1.2.0-SNAPSHOT-shaded.jar"/> |
16 | 15 | <property name="lib.bukkit" location="lib/bukkit-1.7.10-R0.1-SNAPSHOT.jar"/>
|
17 | 16 |
|
18 | 17 | <property name="build" location="target/classes"/>
|
|
127 | 126 | <target name="construct-api-ref" depends="gen-toc-apiref,init">
|
128 | 127 |
|
129 | 128 | <concat destfile="docs/API-Reference.md">
|
130 |
| - <header filtering="no" trimleading="yes"># ScriptCraft API Reference |
| 129 | + <header filtering="no" trimleading="yes"><!-- |
| 130 | +IMPORTANT NOTE FOR CONTRIBUTORS |
| 131 | +------------------------------- |
| 132 | +Contributors: This file is generated from comments in javascript source files src/main/js/* |
| 133 | +If you would like to make changes, change the comments in the src/main/js/* files instead. |
| 134 | +--> |
| 135 | +# ScriptCraft API Reference |
131 | 136 |
|
132 | 137 | Walter Higgins
|
133 | 138 |
|
@@ -160,7 +165,13 @@ Walter Higgins
|
160 | 165 | <!-- Piece together the Young persons' guide from template and generated table of contents -->
|
161 | 166 | <target name="construct-ypgpm" depends="gen-toc-ypgpm,init">
|
162 | 167 | <concat destfile="docs/YoungPersonsGuideToProgrammingMinecraft.md">
|
163 |
| - <header filtering="no" trimleading="yes"># The Young Person's Guide to Programming in Minecraft |
| 168 | + <header filtering="no" trimleading="yes"><!-- |
| 169 | + IMPORTANT NOTE FOR CONTRIBUTORS |
| 170 | + ------------------------------- |
| 171 | + Contributors: This file is generated from source file src/docs/templates/ypgpm.md |
| 172 | + If you would like to make changes, change file src/docs/templates/ypgpm.md instead |
| 173 | +--> |
| 174 | +# The Young Person's Guide to Programming in Minecraft |
164 | 175 | </header>
|
165 | 176 | <fileset file="${dist}/toc-ypgpm.md" />
|
166 | 177 | <fileset file="src/docs/templates/ypgpm.md" />
|
|
0 commit comments