Author: dgolovin
Date: 2009-06-19 21:00:54 -0400 (Fri, 19 Jun 2009)
New Revision: 16100
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/plugin.xml
trunk/seam/features/org.jboss.tools.seam.feature/feature.xml
trunk/seam/plugins/org.jboss.tools.seam.text.ext/META-INF/MANIFEST.MF
trunk/seam/plugins/org.jboss.tools.seam.text.ext/build.properties
trunk/seam/plugins/org.jboss.tools.seam.ui.pages/plugin.xml
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/META-INF/MANIFEST.MF
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/build.properties
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/plugin.xml
trunk/struts/features/org.jboss.tools.struts.feature/feature.xml
trunk/struts/plugins/org.jboss.tools.struts.text.ext/META-INF/MANIFEST.MF
trunk/struts/plugins/org.jboss.tools.struts.text.ext/build.properties
trunk/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF
trunk/struts/plugins/org.jboss.tools.struts.verification/build.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-3628
some plug-ins from seam component converted to jar and tested on local build
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/plugin.xml
===================================================================
---
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/plugin.xml 2009-06-20
00:08:54 UTC (rev 16099)
+++
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/plugin.xml 2009-06-20
01:00:54 UTC (rev 16100)
@@ -6,7 +6,7 @@
<editor
class="org.jboss.tools.hibernate.ui.veditor.editors.VisualEditor"
contributorClass="org.jboss.tools.hibernate.ui.veditor.editors.EditorActionContributor"
- icon="icons/hibernate_small_icon.gif"
+ icon="$nl$/icons/hibernate_small_icon.gif"
id="org.jboss.tools.hibernate.ui.veditor.editors.visualeditor"
name="Hibernate Diagram Viewer">
</editor>
Modified: trunk/seam/features/org.jboss.tools.seam.feature/feature.xml
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.feature/feature.xml 2009-06-20 00:08:54 UTC
(rev 16099)
+++ trunk/seam/features/org.jboss.tools.seam.feature/feature.xml 2009-06-20 01:00:54 UTC
(rev 16100)
@@ -235,8 +235,7 @@
id="org.jboss.tools.seam.ui"
download-size="0"
install-size="0"
- version="0.0.0"
- unpack="false"/>
+ version="0.0.0"/>
<plugin
id="org.jboss.tools.seam.xml"
@@ -248,13 +247,15 @@
id="org.jboss.tools.seam.xml.ui"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.jboss.tools.seam.text.ext"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.jboss.tools.seam.pages.xml"
@@ -266,6 +267,7 @@
id="org.jboss.tools.seam.ui.pages"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
</feature>
Modified: trunk/seam/plugins/org.jboss.tools.seam.text.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.text.ext/META-INF/MANIFEST.MF 2009-06-20
00:08:54 UTC (rev 16099)
+++ trunk/seam/plugins/org.jboss.tools.seam.text.ext/META-INF/MANIFEST.MF 2009-06-20
01:00:54 UTC (rev 16100)
@@ -1,7 +1,6 @@
Manifest-Version: 1.0
Eclipse-LazyStart: true
Bundle-Name: %Bundle-Name.0
-Bundle-ClassPath: seam-text-ext.jar
Bundle-Activator: org.jboss.tools.seam.text.ext.SeamExtPlugin
Bundle-ManifestVersion: 2
Bundle-Vendor: %providerName
Modified: trunk/seam/plugins/org.jboss.tools.seam.text.ext/build.properties
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.text.ext/build.properties 2009-06-20 00:08:54
UTC (rev 16099)
+++ trunk/seam/plugins/org.jboss.tools.seam.text.ext/build.properties 2009-06-20 01:00:54
UTC (rev 16100)
@@ -1,6 +1,6 @@
-output.seam-text-ext.jar = bin/
+output.. = bin/
bin.includes = plugin.xml,\
- seam-text-ext.jar,\
+ .,\
META-INF/,\
plugin.properties,\
about.html
@@ -11,5 +11,5 @@
build.properties,\
about.html,\
META-INF/
-source.seam-text-ext.jar = src/
-jars.compile.order = seam-text-ext.jar
+source.. = src/
+jars.compile.order = .
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui.pages/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui.pages/plugin.xml 2009-06-20 00:08:54 UTC
(rev 16099)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui.pages/plugin.xml 2009-06-20 01:00:54 UTC
(rev 16100)
@@ -7,14 +7,14 @@
class="org.jboss.tools.seam.ui.pages.editor.SeamPagesEditor"
contributorClass="org.jboss.tools.seam.ui.pages.editor.PagesMultiPageContributor"
entities="FileSeamPages12,FileSeamPages20,FileSeamPages21"
- icon="images/xstudio/editors/seam-pages.gif"
+ icon="$nl$/images/xstudio/editors/seam-pages.gif"
name="Seam Pages">
</xmlEditor>
<xmlEditor
class="org.jboss.tools.jst.web.ui.editors.WebCompoundEditor"
contributorClass="org.jboss.tools.common.model.ui.texteditors.MultiPageContributor"
entities="FileSeamPage12,FileSeamPage20,FileSeamPage21"
- icon="images/xstudio/editors/seam-pages.gif"
+ icon="$nl$/images/xstudio/editors/seam-pages.gif"
name="Seam Page">
</xmlEditor>
</extension>
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml.ui/META-INF/MANIFEST.MF 2009-06-20
00:08:54 UTC (rev 16099)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml.ui/META-INF/MANIFEST.MF 2009-06-20
01:00:54 UTC (rev 16100)
@@ -1,7 +1,6 @@
Manifest-Version: 1.0
Eclipse-LazyStart: true
Bundle-Name: %pluginName
-Bundle-ClassPath: seam-xml-ui.jar
Bundle-Activator: org.jboss.tools.seam.xml.ui.SeamXMLUiPlugin
Bundle-Vendor: %providerName
Provide-Package: org.jboss.tools.seam.xml.ui,
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml.ui/build.properties
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml.ui/build.properties 2009-06-20 00:08:54
UTC (rev 16099)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml.ui/build.properties 2009-06-20 01:00:54
UTC (rev 16100)
@@ -4,9 +4,9 @@
images/,\
META-INF/,\
about.html
-source.seam-xml-ui.jar = src/,\
- resources/
-jars.compile.order = seam-xml-ui.jar
+source.. = src/,\
+ resources/
+jars.compile.order = .
src.includes = resources/,\
src/,\
plugin.xml,\
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml.ui/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml.ui/plugin.xml 2009-06-20 00:08:54 UTC (rev
16099)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml.ui/plugin.xml 2009-06-20 01:00:54 UTC (rev
16100)
@@ -6,7 +6,7 @@
<wizard
category="org.jboss.tools.seam.ui"
class="org.jboss.tools.seam.xml.ui.wizard.newfile.NewSeamComponentsFileWizard"
- icon="images/seam16.png"
+ icon="$nl$/images/seam16.png"
id="org.jboss.tools.seam.xml.ui.wizard.newfile.NewSeamComponentsFileWizard"
name="Seam Components File"
project="false">
@@ -23,7 +23,7 @@
class="org.jboss.tools.jst.web.ui.editors.WebCompoundEditor"
contributorClass="org.jboss.tools.common.model.ui.texteditors.MultiPageContributor"
entities="FileSeamComponents11,FileSeamComponents12,FileSeamComponents20,FileSeamComponents21,FileSeamComponent12,FileSeamComponent20,FileSeamComponent21"
- icon="images/xstudio/editors/seam-components.gif"
+ icon="$nl$/images/xstudio/editors/seam-components.gif"
name="%editors.spring-beans.name">
</xmlEditor>
</extension>
Modified: trunk/struts/features/org.jboss.tools.struts.feature/feature.xml
===================================================================
--- trunk/struts/features/org.jboss.tools.struts.feature/feature.xml 2009-06-20 00:08:54
UTC (rev 16099)
+++ trunk/struts/features/org.jboss.tools.struts.feature/feature.xml 2009-06-20 01:00:54
UTC (rev 16100)
@@ -32,7 +32,8 @@
id="org.jboss.tools.struts.text.ext"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.jboss.tools.struts.ui"
@@ -50,7 +51,8 @@
id="org.jboss.tools.struts.verification"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.jboss.tools.struts.vpe.struts"
Modified: trunk/struts/plugins/org.jboss.tools.struts.text.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.text.ext/META-INF/MANIFEST.MF 2009-06-20
00:08:54 UTC (rev 16099)
+++ trunk/struts/plugins/org.jboss.tools.struts.text.ext/META-INF/MANIFEST.MF 2009-06-20
01:00:54 UTC (rev 16100)
@@ -1,7 +1,6 @@
Manifest-Version: 1.0
Eclipse-LazyStart: true
Bundle-Name: %Bundle-Name.0
-Bundle-ClassPath: strutsextensions.jar
Bundle-Activator: org.jboss.tools.struts.text.ext.StrutsExten
sionsPlugin
Bundle-ManifestVersion: 2
Modified: trunk/struts/plugins/org.jboss.tools.struts.text.ext/build.properties
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.text.ext/build.properties 2009-06-20
00:08:54 UTC (rev 16099)
+++ trunk/struts/plugins/org.jboss.tools.struts.text.ext/build.properties 2009-06-20
01:00:54 UTC (rev 16100)
@@ -1,8 +1,8 @@
-jars.compile.order = strutsextensions.jar
-source.strutsextensions.jar = src/
-output.strutsextensions.jar = bin/
+jars.compile.order = .
+source.. = src/
+output.. = bin/
src.includes = src/
-bin.includes = strutsextensions.jar,\
+bin.includes = .,\
build.xml,\
plugin.properties,\
plugin.xml,\
Modified: trunk/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF
===================================================================
---
trunk/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF 2009-06-20
00:08:54 UTC (rev 16099)
+++
trunk/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF 2009-06-20
01:00:54 UTC (rev 16100)
@@ -1,7 +1,6 @@
Manifest-Version: 1.0
Eclipse-LazyStart: true
Bundle-Name: %Bundle-Name.0
-Bundle-ClassPath: struts-verification.jar
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.jboss.tools.struts.verification; singleton:=true
Bundle-Localization: plugin
Modified: trunk/struts/plugins/org.jboss.tools.struts.verification/build.properties
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.verification/build.properties 2009-06-20
00:08:54 UTC (rev 16099)
+++ trunk/struts/plugins/org.jboss.tools.struts.verification/build.properties 2009-06-20
01:00:54 UTC (rev 16100)
@@ -3,6 +3,6 @@
plugin.properties,\
about.html,\
META-INF/
-source.struts-verification.jar = src/,\
- resources/
-jars.compile.order = struts-verification.jar
+source.. = src/,\
+ resources/
+jars.compile.order = .