Revision: 14623
http://gate.svn.sourceforge.net/gate/?rev=14623&view=rev
Author: valyt
Date: 2011-12-01 14:28:19 +0000 (Thu, 01 Dec 2011)
Log Message:
-----------
Bugfix: added missing import for gate.Gate.
GWT support in Eclipse.
Modified Paths:
--------------
mimir/branches/3.4/mimir-web/.classpath
mimir/branches/3.4/mimir-web/.project
mimir/branches/3.4/mimir-web/MimirWebGrailsPlugin.groovy.template
Added Paths:
-----------
mimir/branches/3.4/mimir-web/.settings/com.google.gwt.eclipse.core.prefs
Property Changed:
----------------
mimir/branches/3.4/mimir-web/
Property changes on: mimir/branches/3.4/mimir-web
___________________________________________________________________
Modified: svn:ignore
- target
target-eclipse
grails-mimir-web-*.zip
plugin.xml
MimirWebGrailsPlugin.groovy
+ target
target-eclipse
grails-mimir-web-*.zip
plugin.xml
MimirWebGrailsPlugin.groovy
.gwt
Modified: mimir/branches/3.4/mimir-web/.classpath
===================================================================
--- mimir/branches/3.4/mimir-web/.classpath 2011-12-01 12:50:54 UTC (rev
14622)
+++ mimir/branches/3.4/mimir-web/.classpath 2011-12-01 14:28:19 UTC (rev
14623)
@@ -13,27 +13,28 @@
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="com.springsource.sts.grails.core.CLASSPATH_CONTAINER"/>
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
- <classpathentry
excluding="BuildConfig.groovy|*DataSource.groovy|UrlMappings.groovy|Config.groovy|BootStrap.groovy|spring/resources.groovy"
kind="src" path=".link_to_grails_plugins/gwt-0.5.2/grails-app/conf">
+ <classpathentry kind="con"
path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
+ <classpathentry
excluding="BuildConfig.groovy|*DataSource.groovy|UrlMappings.groovy|Config.groovy|BootStrap.groovy|spring/resources.groovy"
kind="src" path=".link_to_grails_plugins/gwt-0.6.1/grails-app/conf">
<attributes>
<attribute
name="com.springsource.sts.grails.core.SOURCE_FOLDER" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="src"
path=".link_to_grails_plugins/gwt-0.5.2/grails-app/controllers">
+ <classpathentry kind="src"
path=".link_to_grails_plugins/gwt-0.6.1/grails-app/controllers">
<attributes>
<attribute
name="com.springsource.sts.grails.core.SOURCE_FOLDER" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="src"
path=".link_to_grails_plugins/gwt-0.5.2/grails-app/services">
+ <classpathentry kind="src"
path=".link_to_grails_plugins/gwt-0.6.1/grails-app/services">
<attributes>
<attribute
name="com.springsource.sts.grails.core.SOURCE_FOLDER" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="src"
path=".link_to_grails_plugins/gwt-0.5.2/src/groovy">
+ <classpathentry kind="src"
path=".link_to_grails_plugins/gwt-0.6.1/src/groovy">
<attributes>
<attribute
name="com.springsource.sts.grails.core.SOURCE_FOLDER" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="src"
path=".link_to_grails_plugins/gwt-0.5.2/src/java">
+ <classpathentry kind="src"
path=".link_to_grails_plugins/gwt-0.6.1/src/java">
<attributes>
<attribute
name="com.springsource.sts.grails.core.SOURCE_FOLDER" value="true"/>
</attributes>
Modified: mimir/branches/3.4/mimir-web/.project
===================================================================
--- mimir/branches/3.4/mimir-web/.project 2011-12-01 12:50:54 UTC (rev
14622)
+++ mimir/branches/3.4/mimir-web/.project 2011-12-01 14:28:19 UTC (rev
14623)
@@ -15,12 +15,23 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+
<name>com.google.gdt.eclipse.core.webAppProjectValidator</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+
<name>com.google.gwt.eclipse.core.gwtProjectValidator</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>com.springsource.sts.grails.core.nature</nature>
<nature>org.eclipse.jdt.groovy.core.groovyNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+ <nature>com.google.gwt.eclipse.core.gwtNature</nature>
</natures>
<linkedResources>
<link>
Added: mimir/branches/3.4/mimir-web/.settings/com.google.gwt.eclipse.core.prefs
===================================================================
--- mimir/branches/3.4/mimir-web/.settings/com.google.gwt.eclipse.core.prefs
(rev 0)
+++ mimir/branches/3.4/mimir-web/.settings/com.google.gwt.eclipse.core.prefs
2011-12-01 14:28:19 UTC (rev 14623)
@@ -0,0 +1,3 @@
+#Thu Dec 01 14:09:50 GMT 2011
+eclipse.preferences.version=1
+entryPointModules=
Property changes on:
mimir/branches/3.4/mimir-web/.settings/com.google.gwt.eclipse.core.prefs
___________________________________________________________________
Added: svn:eol-style
+ native
Modified: mimir/branches/3.4/mimir-web/MimirWebGrailsPlugin.groovy.template
===================================================================
--- mimir/branches/3.4/mimir-web/MimirWebGrailsPlugin.groovy.template
2011-12-01 12:50:54 UTC (rev 14622)
+++ mimir/branches/3.4/mimir-web/MimirWebGrailsPlugin.groovy.template
2011-12-01 14:28:19 UTC (rev 14623)
@@ -15,6 +15,7 @@
import gate.mimir.web.MimirConfigLoader
import gate.mimir.web.MimirConfiguration
import gate.util.spring.ExtraGatePlugin
+import gate.Gate
import java.util.concurrent.Executors
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs