Author: dennyxu
Date: 2009-11-12 04:38:49 -0500 (Thu, 12 Nov 2009)
New Revision: 18639
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties
trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml
Log:
JBIDE-5040:Add Riftsaw samples to the JBT Project Examples wizard offerings
create a new project examples site only for bpel
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties 2009-11-12
09:34:39 UTC (rev 18638)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties 2009-11-12
09:38:49 UTC (rev 18639)
@@ -7,4 +7,5 @@
ProjectExamples=Project Examples file
JBoss_Developer_Studio_Examples = JBoss Developer Studio Examples
JBoss_Tools_Community_Examples = JBoss Tools Community Examples
+JBoss_Tools_Community_Examples_3.1M4 = JBoss Tools Community Examples(for 3.1M4 or
higher)
Project_Examples = Project Examples
\ No newline at end of file
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml 2009-11-12 09:34:39
UTC (rev 18638)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml 2009-11-12 09:38:49
UTC (rev 18639)
@@ -64,7 +64,7 @@
point="org.jboss.tools.project.examples.projectExamplesXml"
name="%JBoss_Tools_Community_Examples">
<
url>http://anonsvn.jboss.org/repos/jbosstools/workspace/examples/proje...
</url>
- <experimental>true</experimental>
+ <experimental>false</experimental>
</extension>
<extension
@@ -80,4 +80,14 @@
point="org.eclipse.core.runtime.preferences">
<initializer
class="org.jboss.tools.project.examples.preferences.ProjectExamplesPreferencesInitializer"/>
</extension>
+ <extension
+ name="%JBoss_Tools_Community_Examples_3.1M4"
+ point="org.jboss.tools.project.examples.projectExamplesXml">
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/examples/project-exam...
+ </url>
+ <experimental>
+ false
+ </experimental>
+ </extension>
</plugin>