Author: nickboldt
Date: 2010-06-03 00:52:06 -0400 (Thu, 03 Jun 2010)
New Revision: 22506
Added:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.classpath
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.project
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.settings/
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.settings/org.eclipse.jdt.core.prefs
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/build.properties
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.xml
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/src/
Log:
copy org.jboss.tools.common.model.ui.capabilities from trunk to branch
Property changes on:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities
___________________________________________________________________
Name: svn:ignore
+ target
buildlog.latest.txt
bin
build
*.class
Added:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.classpath
===================================================================
---
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.classpath
(rev 0)
+++
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.classpath 2010-06-03
04:52:06 UTC (rev 22506)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.project
===================================================================
---
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.project
(rev 0)
+++
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.project 2010-06-03
04:52:06 UTC (rev 22506)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.common.model.ui.capabilities</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.settings/org.eclipse.jdt.core.prefs
===================================================================
---
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.settings/org.eclipse.jdt.core.prefs
(rev 0)
+++
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/.settings/org.eclipse.jdt.core.prefs 2010-06-03
04:52:06 UTC (rev 22506)
@@ -0,0 +1,8 @@
+#Wed Jun 02 10:26:06 PDT 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
Added:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF
===================================================================
---
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF
(rev 0)
+++
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF 2010-06-03
04:52:06 UTC (rev 22506)
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.jboss.tools.common.model.ui.capabilities;singleton:=true
+Bundle-Version: 3.1.0.qualifier
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui;bundle-version="3.5.2"
+Bundle-Vendor: %providerName
Added:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html
===================================================================
---
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html
(rev 0)
+++
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html 2010-06-03
04:52:06 UTC (rev 22506)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>©2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this
plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the Eclipse Public License Version 1.0
+("EPL"). A copy of the EPL is available at
+<A
href="http://www.eclipse.org/org/documents/epl-v10.php">http...;.
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the
+Content is being redistributed by another party ("Redistributor") and different
+terms and conditions may apply to your use of any object code in the Content.
+Check the Redistributor's license that was provided with the Content. If no such
+license exists, contact the Redistributor. Unless otherwise indicated below, the
+terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at
+ <A
href="http://www.jboss.org/tools">http://www.jboss.org/tools...
+
+</BODY>
+</HTML>
\ No newline at end of file
Added:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/build.properties
===================================================================
---
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/build.properties
(rev 0)
+++
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/build.properties 2010-06-03
04:52:06 UTC (rev 22506)
@@ -0,0 +1,5 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml
Added:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties
===================================================================
---
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties
(rev 0)
+++
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties 2010-06-03
04:52:06 UTC (rev 22506)
@@ -0,0 +1,6 @@
+providerName=JBoss by Red Hat
+pluginName=JBoss Tools Experimental JSF/Struts Project Templates Development
+
+CategoryName_experimental=JBoss Tools Experimental configuration
+CategoryDescription_experimental=It allows create Custom Capabilities, Library sets and
Project templates for JSF/Struts projects
+ActivityName_templates=JSF/Struts Project Templates Development
Added:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.xml
===================================================================
---
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.xml
(rev 0)
+++
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.xml 2010-06-03
04:52:06 UTC (rev 22506)
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.ui.activities">
+ <category
+ description="%CategoryDescription_experimental"
+ id="org.jboss.tools.common.model.ui.experimental"
+ name="%CategoryName_experimental">
+ </category>
+ <categoryActivityBinding
+ activityId="org.jboss.tools.common.model.ui.templates"
+ categoryId="org.jboss.tools.common.model.ui.experimental">
+ </categoryActivityBinding>
+ <activity
+ id="org.jboss.tools.common.model.ui.templates"
+ name="%ActivityName_templates">
+ </activity>
+ <activityPatternBinding
+ activityId="org.jboss.tools.common.model.ui.templates"
+ pattern="org\.jboss\.tools\.common\.model\.ui/.*templates">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.jboss.tools.common.model.ui.templates"
+ pattern="org\.jboss\.tools\.jsf\.ui/.*jsfimplementations">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.jboss.tools.common.model.ui.templates"
+ pattern="org\.jboss\.tools\.jsf\.ui/.*capabilities">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.jboss.tools.common.model.ui.templates"
+ pattern="ExadelTemplatesPropertiesPage">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.jboss.tools.common.model.ui.templates"
+ pattern="org\.jboss\.tools\.struts\.ui/.*environments">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.jboss.tools.common.model.ui.templates"
+ pattern="org\.jboss\.tools\.jst\.web\.ui/.*libsets">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.jboss.tools.common.model.ui.templates"
+
pattern="org\.jboss\.tools\.common\.model\.ui/ExadelTemplatesPropertiesPage">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.jboss.tools.common.model.ui.templates"
+
pattern="org\.jboss\.tools\.jst\.web\.ui/.*SaveProjectAsTemplateActionDelegate">
+ </activityPatternBinding>
+ </extension>
+</plugin>
Added:
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml
===================================================================
---
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml
(rev 0)
+++
branches/3.2.helios/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml 2010-06-03
04:52:06 UTC (rev 22506)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.common.model.ui.capabilities</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>