[jbosstools-commits] JBoss Tools SVN: r24170 - trunk/vpe/features/org.jboss.tools.vpe.feature.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Aug 13 20:04:18 EDT 2010
Author: dgolovin
Date: 2010-08-13 20:04:16 -0400 (Fri, 13 Aug 2010)
New Revision: 24170
Modified:
trunk/vpe/features/org.jboss.tools.vpe.feature/feature.xml
Log:
include spring VPE support in uberbuilder
Modified: trunk/vpe/features/org.jboss.tools.vpe.feature/feature.xml
===================================================================
--- trunk/vpe/features/org.jboss.tools.vpe.feature/feature.xml 2010-08-13 22:42:44 UTC (rev 24169)
+++ trunk/vpe/features/org.jboss.tools.vpe.feature/feature.xml 2010-08-14 00:04:16 UTC (rev 24170)
@@ -12,16 +12,16 @@
%copyright
</copyright>
- <license>Red Hat, Inc. licenses these features and plugins to you under
+ <license>
+ Red Hat, Inc. licenses these features and plugins to you under
certain open source licenses (or aggregations of such licenses), which
in a particular case may include the Eclipse Public License, the GNU
Lesser General Public License, and/or certain other open source
licenses. For precise licensing details, consult the corresponding
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
Raleigh NC 27606 USA.
-</license>
+ </license>
-
<plugin
id="org.jboss.tools.vpe"
download-size="0"
@@ -70,4 +70,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.jboss.tools.vpe.spring"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
More information about the jbosstools-commits
mailing list