Author: dgolovin
Date: 2010-08-27 19:03:09 -0400 (Fri, 27 Aug 2010)
New Revision: 24532
Modified:
trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml
trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties
Log:
https://jira.jboss.org/browse/JBIDE-6933 GWT packaging should include zips with examples
and install plugins unpacked to make zip's available,
https://jira.jboss.org/browse/JBIDE-6934 GWT Integration should declare features it
depends on in feature.xml to have Google Plugin and Google Web Toolkit SDK installed from
update site by default updated to include ZIP files and declare dependencies on Google
plug-in and Google App Toolkit
Modified: trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml
===================================================================
--- trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml 2010-08-27 21:28:11 UTC
(rev 24531)
+++ trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml 2010-08-27 23:03:09 UTC
(rev 24532)
@@ -17,6 +17,11 @@
%license
</license>
+ <requires>
+ <import feature="com.google.gwt.eclipse.sdkbundle.e36.feature.2.0.4"
version="2.0.4" match="greaterOrEqual"/>
+ <import feature="com.google.gdt.eclipse.suite.e36.feature"
version="1.3.3" match="greaterOrEqual"/>
+ </requires>
+
<plugin
id="org.jboss.tools.gwt.core"
download-size="0"
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF 2010-08-27 21:28:11
UTC (rev 24531)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF 2010-08-27 23:03:09
UTC (rev 24532)
@@ -20,9 +20,11 @@
org.eclipse.jst.j2ee;bundle-version="[1.1.302,2.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)",
org.eclipse.wst.common.modulecore;bundle-version="[1.1.301,2.0.0)",
- org.eclipse.wst.common.frameworks;bundle-version="[1.1.300,2.0.0)"
+ org.eclipse.wst.common.frameworks;bundle-version="[1.1.300,2.0.0)",
+ org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jboss.tools.gwt.core,
org.jboss.tools.gwt.core.util
Bundle-ActivationPolicy: lazy
+Bundle-ClassPath: org.jboss.tools.gwt.core.jar
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-27 21:28:11 UTC
(rev 24531)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-27 23:03:09 UTC
(rev 24532)
@@ -1,10 +1,10 @@
-source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
- .,\
plugin.xml,\
bin/,\
- about.html
+ about.html,\
+ sample-hello-src.zip,\
+ sample-hello-webContent.zip,\
+ org.jboss.tools.gwt.core.jar
src.includes = .classpath,\
.project,\
.settings/,\
@@ -12,4 +12,10 @@
bin/,\
build.properties,\
plugin.xml,\
- src/
+ src/,\
+ sample-hello-webContent.zip,\
+ sample-hello-src.zip,\
+ pom.xml,\
+ about.html
+source.org.jboss.tools.gwt.core.jar = src/
+jars.compile.order = org.jboss.tools.gwt.core.jar