Author: dgolovin
Date: 2010-04-13 01:28:35 -0400 (Tue, 13 Apr 2010)
New Revision: 21450
Added:
branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/.project
branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/build.properties
branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/feature.xml
Log:
vpe editor feature
Added: branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/.project
===================================================================
--- branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/.project
(rev 0)
+++ branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/.project 2010-04-13
05:28:35 UTC (rev 21450)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.vpe.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Property changes on:
branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/build.properties
===================================================================
--- branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/build.properties
(rev 0)
+++
branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/build.properties 2010-04-13
05:28:35 UTC (rev 21450)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Property changes on:
branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/feature.xml
===================================================================
--- branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/feature.xml
(rev 0)
+++ branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/feature.xml 2010-04-13
05:28:35 UTC (rev 21450)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.vpe.feature"
+ label="Feature"
+ version="3.1.0.qualifier">
+
+ <description
url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright
url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license
url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.jboss.tools.vpe"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.docbook"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.html"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.jsp"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.resref"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.ui.palette"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.xulrunner"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Property changes on:
branches/modular_build/vpe/features/org.jboss.tools.vpe.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain