Author: dgolovin
Date: 2009-10-11 19:31:23 -0400 (Sun, 11 Oct 2009)
New Revision: 18037
Modified:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.projecttemplates/build.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-3628 - Plugins should be .jar's not
directories for efficiency sake
project templates plugin manifest updated
Modified:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF 2009-10-11
22:58:34 UTC (rev 18036)
+++
trunk/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF 2009-10-11
23:31:23 UTC (rev 18037)
@@ -1,6 +1,5 @@
Manifest-Version: 1.0
Bundle-Name: %pluginName
-Bundle-ClassPath: projtempl.jar
Bundle-Activator: org.jboss.tools.common.projecttemplates.ProjectTemplatesPlugin
Bundle-ManifestVersion: 2
Bundle-Vendor: %providerName
Modified: trunk/common/plugins/org.jboss.tools.common.projecttemplates/build.properties
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.projecttemplates/build.properties 2009-10-11
22:58:34 UTC (rev 18036)
+++
trunk/common/plugins/org.jboss.tools.common.projecttemplates/build.properties 2009-10-11
23:31:23 UTC (rev 18037)
@@ -1,7 +1,7 @@
-source.projtempl.jar = src/
+source.. = src/
bin.includes = plugin.xml,\
plugin.properties,\
templates/,\
lib/,\
META-INF/,\
- projtempl.jar
+ .