Author: dgolovin
Date: 2010-08-27 20:59:35 -0400 (Fri, 27 Aug 2010)
New Revision: 24534
Modified:
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
zip files added to build.properties
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-28 00:58:06
UTC (rev 24533)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF 2010-08-28 00:59:35
UTC (rev 24534)
@@ -26,5 +26,4 @@
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-28 00:58:06 UTC
(rev 24533)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-28 00:59:35 UTC
(rev 24534)
@@ -4,7 +4,7 @@
about.html,\
sample-hello-src.zip,\
sample-hello-webContent.zip,\
- org.jboss.tools.gwt.core.jar
+ .
src.includes = .classpath,\
.project,\
.settings/,\
@@ -17,5 +17,6 @@
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
+jars.compile.order = .
+source.. = src/
+output.. = bin/