Revision: 4871
http://sourceforge.net/p/vexi/code/4871
Author: clrg
Date: 2016-06-20 23:41:53 +0000 (Mon, 20 Jun 2016)
Log Message:
-----------
Minor.
Modified Paths:
--------------
trunk/org.vexi-build.jsdoc/src/poke/java/vexi/jsdoc/RunOnVexi.java
Modified: trunk/org.vexi-build.jsdoc/src/poke/java/vexi/jsdoc/RunOnVexi.java
===================================================================
--- trunk/org.vexi-build.jsdoc/src/poke/java/vexi/jsdoc/RunOnVexi.java
2016-06-20 23:36:23 UTC (rev 4870)
+++ trunk/org.vexi-build.jsdoc/src/poke/java/vexi/jsdoc/RunOnVexi.java
2016-06-20 23:41:53 UTC (rev 4871)
@@ -1,6 +1,7 @@
package vexi.jsdoc;
import java.io.*;
+import java.util.Calendar;
import org.vexi.build.jsdoc.*;
import org.vexi.tools.autodoc.SourcePath;
@@ -8,8 +9,8 @@
public class RunOnVexi {
// vexidoc options / defaults
- static String version = "3.0 svn";
- static String build = "Unknown";
+ static String version = "3.1";
+ static String build = "Dev";
static String docpath = "../";
static public void main(String[] args) throws Exception {
@@ -39,8 +40,8 @@
JSDoc jsdoc = new JSDoc(path, new File("vexi_jsdoc")){{
setName("Vexi");
- setVersion("3.0");
- setCopyRight("2011 The Vexi Project");
+ setVersion(RunOnVexi.version);
+ setCopyRight("Copyright
"+Calendar.getInstance().get(Calendar.YEAR)+" The Vexi Project");
setProjectWWW("vexi.sourceforge.net");
addLibraryRoot("vexi", "org.vexi.core.Vexi");
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn