mitm001 5 роки тому
батько
коміт
a2e30b29dd

+ 1 - 1
docs/modules/sdk/pages/application_deployment.adoc

@@ -1,5 +1,5 @@
 = jMonkeyEngine SDK: Application Deployment
-:revnumber:2.0
+:revnumber: 2.0
 :revdate: 2020/07/10
 :keywords: documentation, sdk, deployment, android, applet, webstart, desktop
 

+ 1 - 1
docs/modules/sdk/pages/code_editor.adoc

@@ -1,5 +1,5 @@
 = jMonkeyEngine SDK: Code Editor and Palette
-:revnumber:2.0
+:revnumber: 2.0
 :revdate: 2020/07/09
 :keywords: documentation, sdk, editor
 

+ 1 - 1
docs/modules/sdk/pages/debugging_profiling_testing.adoc

@@ -1,5 +1,5 @@
 = jMonkeyEngine SDK: Debugging, Profiling, Testing
-:revnumber:2.0
+:revnumber: 2.0
 :revdate: 2020/07/09
 :keywords: documentation, sdk, tool
 

+ 7 - 11
docs/modules/sdk/pages/default_build_script.adoc

@@ -1,14 +1,10 @@
 = Default Build Script
-:author: 
-:revnumber: 
-:revdate: 2016/03/17 20:48
+:revnumber: 2.0
+:revdate: 2020/07/10
 :keywords: documentation, sdk, builds, project, deployment
-:relfileprefix: ../
-:imagesdir: ..
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
-If you use jMonkeyEngine libraries together with the jMonkeyEngine SDK (recommended) then you benefit from the provided build script. Every new project comes with a default Ant script. The toolbar buttons and clean/build/run actions in the jMonkeyEngine SDK are already pre-configured.  
+If you use jMonkeyEngine libraries together with the jMonkeyEngine SDK (recommended) then you benefit from the provided build script. Every new project comes with a default Ant script. The toolbar buttons and clean/build/run actions in the jMonkeyEngine SDK are already pre-configured.
 
 
 == Default Targets
@@ -59,16 +55,16 @@ You will notice that the file `nbproject/build-impl.xml` opens. It contains very
 
 image::sdk/build-impl.png[build-impl.png,width="",height="",align="right"]
 
-The build script is a non-proprietary Apache Ant script. It will work out-of-the-box, but if necessary, you can extend and customize it. 
+The build script is a non-proprietary Apache Ant script. It will work out-of-the-box, but if necessary, you can extend and customize it.
 
 Read the comments in `build.xml`, they explain how to override targets, or extend them, to customize the build process without breaking the existing functionality.
 
 Additionally, you can manually override the targets in the `*-impl.xml` files that are created when you change the deployment settings:
 
 *  linuxlauncher-impl.xml,
-*  macapp-impl.xml, 
-*  mobile-impl.xml, 
-*  jnlp-impl.xml, etc. 
+*  macapp-impl.xml,
+*  mobile-impl.xml,
+*  jnlp-impl.xml, etc.
 
 Simply copy&paste a target from these files into the main build.xml and that will be run instead with all modifications.
 

+ 1 - 1
docs/modules/sdk/pages/model_loader_and_viewer.adoc

@@ -1,5 +1,5 @@
 = jMonkeyEngine SDK: Importing and Viewing Models
-:revnumber:2.0
+:revnumber: 2.0
 :revdate: 2020/07/09 20:48
 :keywords: documentation, sdk, tool, asset, scene
 

+ 1 - 2
docs/modules/sdk/pages/project_creation.adoc

@@ -1,6 +1,5 @@
 = jMonkeyEngine SDK: Creating Projects
-:author:
-:revnumber:
+:revnumber: 2.0
 :revdate: 2020/07/09
 :keywords: documentation, project, deployment, sdk
 

+ 1 - 2
docs/modules/sdk/pages/sample_code.adoc

@@ -1,6 +1,5 @@
 = jMonkeyEngine SDK: Sample Code
-:author:
-:revnumber:2.0
+:revnumber: 2.0
 :revdate: 2020/07/10
 :keywords: documentation, sdk, asset, project
 

+ 1 - 1
docs/modules/sdk/pages/sdk.adoc

@@ -1,5 +1,5 @@
 = jMonkeyEngine SDK Documentation
-:revnumber:2.0
+:revnumber: 2.0
 :revdate: 2020/07/09
 
 

+ 1 - 1
docs/modules/sdk/pages/update_center.adoc

@@ -1,5 +1,5 @@
 = update_center
-:revnumber:2.0
+:revnumber: 2.0
 :revdate: 2020/07/09
 :keywords: documentation, sdk, builds, update
 

+ 1 - 1
docs/modules/sdk/pages/version_control.adoc

@@ -1,5 +1,5 @@
 = jMonkeyEngine SDK: Version Control
-:revnumber:2.0
+:revnumber: 2.0
 :revdate: 2020/07/09
 :keywords: documentation, sdk, editor, tool
 

+ 1 - 1
docs/modules/sdk/pages/what_s_an_ide.adoc

@@ -1,5 +1,5 @@
 = What's an IDE?
-:revnumber:
+:revnumber: 2.0
 :revdate: 2020/07/09
 
 

+ 1 - 1
docs/modules/sdk/pages/whynoteclipse.adoc

@@ -1,5 +1,5 @@
 = Why not Eclipse?
-:revnumber:2.0
+:revnumber: 2.0
 :revdate: 2020/07/09