Revision: 13807
http://gate.svn.sourceforge.net/gate/?rev=13807&view=rev
Author: valyt
Date: 2011-05-06 12:22:29 +0000 (Fri, 06 May 2011)
Log Message:
-----------
Rebuild user guide (to get today's date)
Changed version 3.2.0-snapshot -> 3.2.0
Modified Paths:
--------------
mimir/branches/3.2.0/demo-web-app/application.properties
mimir/branches/3.2.0/doc/mimir-guide.pdf
mimir/branches/3.2.0/grails-plugin-mimir/MimirWebGrailsPlugin.groovy
mimir/branches/3.2.0/mimir-core/build.properties
mimir/branches/3.2.0/plugins/db-h2/creole.xml
mimir/branches/3.2.0/plugins/measurements/creole.xml
mimir/branches/3.2.0/plugins/ordi/creole.xml
mimir/branches/3.2.0/plugins/sesame/creole.xml
mimir/branches/3.2.0/plugins/sparql/creole.xml
Modified: mimir/branches/3.2.0/demo-web-app/application.properties
===================================================================
--- mimir/branches/3.2.0/demo-web-app/application.properties 2011-05-06
12:06:55 UTC (rev 13806)
+++ mimir/branches/3.2.0/demo-web-app/application.properties 2011-05-06
12:22:29 UTC (rev 13807)
@@ -3,7 +3,7 @@
app.grails.version=1.3.5
app.name=mimir-demo
app.servlet.version=2.4
-app.version=3.2.0-snapshot
+app.version=3.2.0
plugins.gwt=0.5.2
plugins.hibernate=1.3.5
plugins.tomcat=1.3.5
Modified: mimir/branches/3.2.0/doc/mimir-guide.pdf
===================================================================
(Binary files differ)
Modified: mimir/branches/3.2.0/grails-plugin-mimir/MimirWebGrailsPlugin.groovy
===================================================================
--- mimir/branches/3.2.0/grails-plugin-mimir/MimirWebGrailsPlugin.groovy
2011-05-06 12:06:55 UTC (rev 13806)
+++ mimir/branches/3.2.0/grails-plugin-mimir/MimirWebGrailsPlugin.groovy
2011-05-06 12:22:29 UTC (rev 13807)
@@ -31,7 +31,7 @@
static Logger log = Logger.getLogger('gate.mimir.mimir-web')
// the plugin version
- def version = "3.2.0-snapshot"
+ def version = "3.2.0"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.3.5 > *"
// the other plugins this plugin depends on
Modified: mimir/branches/3.2.0/mimir-core/build.properties
===================================================================
--- mimir/branches/3.2.0/mimir-core/build.properties 2011-05-06 12:06:55 UTC
(rev 13806)
+++ mimir/branches/3.2.0/mimir-core/build.properties 2011-05-06 12:22:29 UTC
(rev 13807)
@@ -1 +1 @@
-app.version=3.2.0-snapshot
\ No newline at end of file
+app.version=3.2.0
Modified: mimir/branches/3.2.0/plugins/db-h2/creole.xml
===================================================================
--- mimir/branches/3.2.0/plugins/db-h2/creole.xml 2011-05-06 12:06:55 UTC
(rev 13806)
+++ mimir/branches/3.2.0/plugins/db-h2/creole.xml 2011-05-06 12:22:29 UTC
(rev 13807)
@@ -2,5 +2,5 @@
<!-- This plugin does not provide any GATE resources, but uses the CREOLE
mechanism to supply a set of jar files to be added to the classpath of the
caller.-->
<CREOLE-DIRECTORY>
- <JAR>mimir-plugin-db-h2-3.2.0-snapshot.jar</JAR>
-</CREOLE-DIRECTORY>
\ No newline at end of file
+ <JAR>mimir-plugin-db-h2-3.2.0.jar</JAR>
+</CREOLE-DIRECTORY>
Modified: mimir/branches/3.2.0/plugins/measurements/creole.xml
===================================================================
--- mimir/branches/3.2.0/plugins/measurements/creole.xml 2011-05-06
12:06:55 UTC (rev 13806)
+++ mimir/branches/3.2.0/plugins/measurements/creole.xml 2011-05-06
12:22:29 UTC (rev 13807)
@@ -2,6 +2,6 @@
<!-- This plugin does not provide any GATE resources, but uses the CREOLE
mechanism to supply a set of jar files to be added to the classpath of the
caller.-->
<CREOLE-DIRECTORY>
- <JAR SCAN="true">mimir-plugin-measurements-3.2.0-snapshot.jar</JAR>
+ <JAR SCAN="true">mimir-plugin-measurements-3.2.0.jar</JAR>
<JAR>lib/MeasurementTagger.jar</JAR>
</CREOLE-DIRECTORY>
Modified: mimir/branches/3.2.0/plugins/ordi/creole.xml
===================================================================
--- mimir/branches/3.2.0/plugins/ordi/creole.xml 2011-05-06 12:06:55 UTC
(rev 13806)
+++ mimir/branches/3.2.0/plugins/ordi/creole.xml 2011-05-06 12:22:29 UTC
(rev 13807)
@@ -4,7 +4,7 @@
<CREOLE-DIRECTORY>
<!-- Most of the dependencies are referenced by the manifest Class-Path entry
in the plugin JAR -->
- <JAR>mimir-plugin-ordi-3.2.0-snapshot.jar</JAR>
+ <JAR>mimir-plugin-ordi-3.2.0.jar</JAR>
<!-- This plugin requires BigOWLIM 3.3, you need to obtain a suitably
licenced copy of this from Ontotext and place it in the owlim directory -->
Modified: mimir/branches/3.2.0/plugins/sesame/creole.xml
===================================================================
--- mimir/branches/3.2.0/plugins/sesame/creole.xml 2011-05-06 12:06:55 UTC
(rev 13806)
+++ mimir/branches/3.2.0/plugins/sesame/creole.xml 2011-05-06 12:22:29 UTC
(rev 13807)
@@ -4,7 +4,7 @@
<CREOLE-DIRECTORY>
<!-- Most of the dependencies are referenced by the manifest Class-Path entry
in the plugin JAR -->
- <JAR SCAN="true">mimir-plugin-sesame-3.2.0-snapshot.jar</JAR>
+ <JAR SCAN="true">mimir-plugin-sesame-3.2.0.jar</JAR>
<!-- This plugin requires BigOWLIM 3.5, you need to obtain a suitably
licenced copy of this from Ontotext and place it in the owlim directory -->
Modified: mimir/branches/3.2.0/plugins/sparql/creole.xml
===================================================================
--- mimir/branches/3.2.0/plugins/sparql/creole.xml 2011-05-06 12:06:55 UTC
(rev 13806)
+++ mimir/branches/3.2.0/plugins/sparql/creole.xml 2011-05-06 12:22:29 UTC
(rev 13807)
@@ -2,5 +2,5 @@
<!-- This plugin does not provide any GATE resources, but uses the CREOLE
mechanism to supply a set of jar files to be added to the classpath of the
caller.-->
<CREOLE-DIRECTORY>
- <JAR>mimir-plugin-sparql-3.2.0-snapshot.jar</JAR>
+ <JAR>mimir-plugin-sparql-3.2.0.jar</JAR>
</CREOLE-DIRECTORY>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs