[jbosstools-commits] JBoss Tools SVN: r30782 - in trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core: META-INF and 9 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Apr 22 18:43:36 EDT 2011


Author: akazakov
Date: 2011-04-22 18:43:36 -0400 (Fri, 22 Apr 2011)
New Revision: 30782

Added:
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/.classpath
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/.project
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/META-INF/
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/META-INF/MANIFEST.MF
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/about.html
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/build.properties
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/plugin.properties
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/plugin.xml
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/pom.xml
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/tools/
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/tools/cdi/
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/tools/cdi/seam/
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/tools/cdi/seam/faces/
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/tools/cdi/seam/faces/core/
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/tools/cdi/seam/faces/core/SeamFacesCorePlugin.java
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/taglibs/
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/taglibs/JBossSeamFaces.xml
Log:
Share project "org.jboss.tools.cdi.seam.faces.core" into "https://svn.jboss.org/repos/jbosstools" https://issues.jboss.org/browse/JBIDE-8577

Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/.classpath
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/.classpath	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/.classpath	2011-04-22 22:43:36 UTC (rev 30782)
@@ -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/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/.classpath
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/.project
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/.project	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/.project	2011-04-22 22:43:36 UTC (rev 30782)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.cdi.seam.faces.core</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>


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/.project
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/META-INF/MANIFEST.MF	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/META-INF/MANIFEST.MF	2011-04-22 22:43:36 UTC (rev 30782)
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Core
+Bundle-SymbolicName: org.jboss.tools.cdi.seam.faces.core;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.jboss.tools.cdi.seam.faces.core.SeamFacesCorePlugin
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.jboss.tools.common
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/META-INF/MANIFEST.MF
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/about.html
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/about.html	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/about.html	2011-04-22 22:43:36 UTC (rev 30782)
@@ -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>&copy;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://www.eclipse.org/org/documents/epl-v10.php</A>. 
+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</A>.</P>
+
+</BODY>
+</HTML>
\ No newline at end of file


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/about.html
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/build.properties
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/build.properties	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/build.properties	2011-04-22 22:43:36 UTC (rev 30782)
@@ -0,0 +1,7 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               plugin.xml,\
+               plugin.properties,\
+               about.html


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/build.properties
___________________________________________________________________
Added: svn:mime-type
   + text/plain


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/plugin.properties
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/plugin.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/plugin.xml	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/plugin.xml	2011-04-22 22:43:36 UTC (rev 30782)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+   <extension
+         point="org.jboss.tools.jst.web.kb.tagLib">
+      <tag-lib
+            location="platform:/plugin/org.jboss.tools.cdi.seam.faces.core/taglibs/JBossSeamFaces.xml"
+            name="JBoss Seam Faces"
+            uri="http://jboss.org/seam/faces"/>
+   </extension>
+</plugin>
\ No newline at end of file


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/plugin.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/pom.xml	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/pom.xml	2011-04-22 22:43:36 UTC (rev 30782)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion> 
+	<parent>
+	  <groupId>org.jboss.tools</groupId>
+	  <artifactId>org.jboss.tools.parent.pom</artifactId>
+	  <version>0.0.2-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.cdi.plugins</groupId>
+	<artifactId>org.jboss.tools.cdi.seam.faces.core</artifactId> 
+	<version>1.0.0-SNAPSHOT</version>
+	<packaging>eclipse-plugin</packaging>
+</project>


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/pom.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/tools/cdi/seam/faces/core/SeamFacesCorePlugin.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/tools/cdi/seam/faces/core/SeamFacesCorePlugin.java	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/tools/cdi/seam/faces/core/SeamFacesCorePlugin.java	2011-04-22 22:43:36 UTC (rev 30782)
@@ -0,0 +1,59 @@
+/******************************************************************************* 
+ * Copyright (c) 2011 Red Hat, Inc. 
+ * Distributed under license by Red Hat, Inc. All rights reserved. 
+ * This program is made available under the terms of the 
+ * Eclipse Public License v1.0 which accompanies this distribution, 
+ * and is available at http://www.eclipse.org/legal/epl-v10.html 
+ * 
+ * Contributors: 
+ * Red Hat, Inc. - initial API and implementation 
+ ******************************************************************************/
+package org.jboss.tools.cdi.seam.faces.core;
+
+import org.jboss.tools.common.log.BaseUIPlugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The activator class controls the plug-in life cycle
+ */
+public class SeamFacesCorePlugin extends BaseUIPlugin {
+
+	// The plug-in ID
+	public static final String PLUGIN_ID = "org.jboss.tools.cdi.seam.faces.core";
+
+	// The shared instance
+	private static SeamFacesCorePlugin plugin;
+
+	/**
+	 * The constructor
+	 */
+	public SeamFacesCorePlugin() {
+	}
+
+	/*
+	 * (non-Javadoc)
+	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
+	 */
+	public void start(BundleContext context) throws Exception {
+		super.start(context);
+		plugin = this;
+	}
+
+	/*
+	 * (non-Javadoc)
+	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
+	 */
+	public void stop(BundleContext context) throws Exception {
+		plugin = null;
+		super.stop(context);
+	}
+
+	/**
+	 * Returns the shared instance
+	 *
+	 * @return the shared instance
+	 */
+	public static SeamFacesCorePlugin getDefault() {
+		return plugin;
+	}
+}
\ No newline at end of file


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/src/org/jboss/tools/cdi/seam/faces/core/SeamFacesCorePlugin.java
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/taglibs/JBossSeamFaces.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/taglibs/JBossSeamFaces.xml	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/taglibs/JBossSeamFaces.xml	2011-04-22 22:43:36 UTC (rev 30782)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE tag-lib PUBLIC "-//Red Hat, Inc//DTD Knowledge Base 2.0//EN" "http://anonsvn.jboss.org/repos/jbosstools/trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd">
+<tag-lib defaultPrefix="s">
+	<component name="viewAction">
+		<attribute name="phase">
+			<proposal type="enumeration">
+				<param value="APPLY_REQUEST_VALUES" />
+				<param value="UPDATE_MODEL_VALUES" />
+				<param value="PROCESS_VALIDATIONS" />
+				<param value="INVOKE_APPLICATION" />
+			</proposal>
+		</attribute>
+	</component>
+</tag-lib>
\ No newline at end of file


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/taglibs/JBossSeamFaces.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list