JBoss Tools SVN: r33495 - trunk/ws/docs/soap_reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-08-03 01:43:42 -0400 (Wed, 03 Aug 2011)
New Revision: 33495
Modified:
trunk/ws/docs/soap_reference/en-US/Revision_History.xml
Log:
updated for new publican
Modified: trunk/ws/docs/soap_reference/en-US/Revision_History.xml
===================================================================
--- trunk/ws/docs/soap_reference/en-US/Revision_History.xml 2011-08-03 05:42:18 UTC (rev 33494)
+++ trunk/ws/docs/soap_reference/en-US/Revision_History.xml 2011-08-03 05:43:42 UTC (rev 33495)
@@ -5,42 +5,9 @@
<title>Revision History</title>
<simpara>
<revhistory>
- <revision>
- <revnumber>3.0</revnumber><date>Mon Jun 27 2011</date>
- <author>
- <firstname>Isaac</firstname><surname>Rooskov</surname><email></email>
- </author>
- <revdescription>
- <simplelist>
- <member>Updated with new information concerning JBoss Web Service Code Generation Configuration</member>
- </simplelist>
- </revdescription>
- </revision>
<revision>
- <revnumber>2.0</revnumber><date>Tue Nov 16 2010</date>
+ <revnumber>0-0</revnumber><date>Wed Aug 03 2011</date>
<author>
- <firstname>JBoss</firstname><surname>Documentation Team</surname><email></email>
- </author>
- <revdescription>
- <simplelist>
- <member>Integrated Ben Clare's Web Service Test View documentation</member>
- </simplelist>
- </revdescription>
- </revision>
- <revision>
- <revnumber>1.0</revnumber><date>Wed Jun 09 2010</date>
- <author>
- <firstname>JBoss Tools</firstname><surname>Documentation Team</surname><email></email>
- </author>
- <revdescription>
- <simplelist>
- <member>General updates</member>
- </simplelist>
- </revdescription>
- </revision>
- <revision>
- <revnumber>0.0</revnumber><date>Fri Nov 20 2009</date>
- <author>
<firstname>Isaac</firstname><surname>Rooskov</surname><email>irooskov(a)redhat.com</email>
</author>
<revdescription>
13 years, 5 months
JBoss Tools SVN: r33494 - trunk/ws/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-08-03 01:42:18 -0400 (Wed, 03 Aug 2011)
New Revision: 33494
Modified:
trunk/ws/docs/reference/en-US/Revision_History.xml
Log:
updated for new publican
Modified: trunk/ws/docs/reference/en-US/Revision_History.xml
===================================================================
--- trunk/ws/docs/reference/en-US/Revision_History.xml 2011-08-03 01:24:51 UTC (rev 33493)
+++ trunk/ws/docs/reference/en-US/Revision_History.xml 2011-08-03 05:42:18 UTC (rev 33494)
@@ -6,7 +6,7 @@
<simpara>
<revhistory>
<revision>
- <revnumber>3.0</revnumber><date>Mon Jun 27 2011</date>
+ <revnumber>3-0</revnumber><date>Mon Jun 27 2011</date>
<author>
<firstname>Isaac</firstname><surname>Rooskov</surname><email></email>
</author>
@@ -17,7 +17,7 @@
</revdescription>
</revision>
<revision>
- <revnumber>2.0</revnumber><date>Tue Nov 16 2010</date>
+ <revnumber>2-0</revnumber><date>Tue Nov 16 2010</date>
<author>
<firstname>JBoss</firstname><surname>Documentation Team</surname><email></email>
</author>
@@ -28,7 +28,7 @@
</revdescription>
</revision>
<revision>
- <revnumber>1.0</revnumber><date>Wed Jun 09 2010</date>
+ <revnumber>1-0</revnumber><date>Wed Jun 09 2010</date>
<author>
<firstname>JBoss Tools</firstname><surname>Documentation Team</surname><email></email>
</author>
@@ -39,7 +39,7 @@
</revdescription>
</revision>
<revision>
- <revnumber>0.0</revnumber><date>Fri Nov 20 2009</date>
+ <revnumber>0-0</revnumber><date>Fri Nov 20 2009</date>
<author>
<firstname>Isaac</firstname><surname>Rooskov</surname><email>irooskov(a)redhat.com</email>
</author>
13 years, 5 months
JBoss Tools SVN: r33493 - trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-08-02 21:24:51 -0400 (Tue, 02 Aug 2011)
New Revision: 33493
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CDIUIAllTests.java
Log:
disable java and jsp indexing to avoid waitForIdle() stack for a longer time
Modified: trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CDIUIAllTests.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CDIUIAllTests.java 2011-08-03 01:23:39 UTC (rev 33492)
+++ trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CDIUIAllTests.java 2011-08-03 01:24:51 UTC (rev 33493)
@@ -14,6 +14,7 @@
import junit.framework.TestSuite;
import org.eclipse.jdt.internal.core.JavaModelManager;
+import org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager;
import org.jboss.tools.cdi.core.test.CDICoreTestSetup;
import org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest;
import org.jboss.tools.cdi.ui.test.perspective.CDIPerspectiveTest;
@@ -30,7 +31,13 @@
public static Test suite() {
// it could be done here because it is not needed to be enabled back
- JavaModelManager.getIndexManager().disable();
+ JavaModelManager.getIndexManager().shutdown();
+ try {
+ JSPIndexManager.getDefault().stop();
+ } catch (InterruptedException e) {
+ // print it and ignore it
+ e.printStackTrace();
+ }
TestSuite suiteAll = new TestSuite("CDI UI Tests");
13 years, 5 months
JBoss Tools SVN: r33492 - trunk/tests/plugins/org.jboss.tools.tests.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-08-02 21:23:39 -0400 (Tue, 02 Aug 2011)
New Revision: 33492
Modified:
trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini
Log:
disable backgound decorator rendering to inmprove waitForIdle() performance
Modified: trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini 2011-08-03 00:35:11 UTC (rev 33491)
+++ trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini 2011-08-03 01:23:39 UTC (rev 33492)
@@ -3,4 +3,5 @@
org.eclipse.ui/showIntro=false
org.eclipse.ui/PROJECT_OPEN_NEW_PERSPECTIVE=NO_NEW_PERSPECTIVE
org.eclipse.ui.ide/SWITCH_PERSPECTIVE_ON_PROJECT_CREATION=never
+org.eclipse.ui.workbench/ENABLED_DECORATORS=org.eclipse.wst.server.ui.decorator\:false,org.eclipse.jdt.ui.override.decorator\:false,org.eclipse.jdt.ui.interface.decorator\:false,org.eclipse.jdt.ui.buildpath.decorator\:false,org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.ui.LinkedResourceDecorator\:false,org.eclipse.ui.VirtualResourceDecorator\:false,org.eclipse.ui.ContentTypeDecorator\:false,org.eclipse.ui.ResourceFilterDecorator\:false,org.eclipse.wst.jsdt.ui.override.decorator\:false,org.eclipse.wst.server.ui.navigatorDecorator\:false,
13 years, 5 months
JBoss Tools SVN: r33491 - trunk/ws.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 20:35:11 -0400 (Tue, 02 Aug 2011)
New Revision: 33491
Modified:
trunk/ws/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/ws/pom.xml
===================================================================
--- trunk/ws/pom.xml 2011-08-03 00:35:03 UTC (rev 33490)
+++ trunk/ws/pom.xml 2011-08-03 00:35:11 UTC (rev 33491)
@@ -14,9 +14,9 @@
<name>ws.all</name>
<packaging>pom</packaging>
<modules>
- <module>features</module>
<module>plugins</module>
<module>tests</module>
+ <module>features</module>
<module>site</module>
</modules>
</project>
13 years, 5 months
JBoss Tools SVN: r33490 - trunk/vpe.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 20:35:03 -0400 (Tue, 02 Aug 2011)
New Revision: 33490
Modified:
trunk/vpe/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/vpe/pom.xml
===================================================================
--- trunk/vpe/pom.xml 2011-08-03 00:34:55 UTC (rev 33489)
+++ trunk/vpe/pom.xml 2011-08-03 00:35:03 UTC (rev 33490)
@@ -14,8 +14,8 @@
<packaging>pom</packaging>
<modules>
<module>plugins</module>
+ <module>tests</module>
<module>features</module>
- <module>site</module>
- <module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
13 years, 5 months
JBoss Tools SVN: r33488 - in trunk/jsf: features and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 20:34:48 -0400 (Tue, 02 Aug 2011)
New Revision: 33488
Added:
trunk/jsf/features/org.jboss.tools.jsf.tests.feature/
trunk/jsf/features/org.jboss.tools.jsf.tests.feature/.cvsignore
trunk/jsf/features/org.jboss.tools.jsf.tests.feature/build.properties
trunk/jsf/features/org.jboss.tools.jsf.tests.feature/feature.properties
trunk/jsf/features/org.jboss.tools.jsf.tests.feature/feature.xml
trunk/jsf/features/org.jboss.tools.jsf.tests.feature/license.html
trunk/jsf/features/org.jboss.tools.jsf.tests.feature/pom.xml
Modified:
trunk/jsf/features/pom.xml
trunk/jsf/pom.xml
trunk/jsf/site/site.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Added: trunk/jsf/features/org.jboss.tools.jsf.tests.feature/.cvsignore
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.tests.feature/.cvsignore (rev 0)
+++ trunk/jsf/features/org.jboss.tools.jsf.tests.feature/.cvsignore 2011-08-03 00:34:48 UTC (rev 33488)
@@ -0,0 +1 @@
+build.xml
Added: trunk/jsf/features/org.jboss.tools.jsf.tests.feature/build.properties
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.tests.feature/build.properties (rev 0)
+++ trunk/jsf/features/org.jboss.tools.jsf.tests.feature/build.properties 2011-08-03 00:34:48 UTC (rev 33488)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/jsf/features/org.jboss.tools.jsf.tests.feature/feature.properties
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.tests.feature/feature.properties (rev 0)
+++ trunk/jsf/features/org.jboss.tools.jsf.tests.feature/feature.properties 2011-08-03 00:34:48 UTC (rev 33488)
@@ -0,0 +1,27 @@
+# properties file for org.jboss.tools.jsf.*.test*
+featureName=jsf Tests
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=jsf Tests
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
+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.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
+
\ No newline at end of file
Added: trunk/jsf/features/org.jboss.tools.jsf.tests.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.tests.feature/feature.xml (rev 0)
+++ trunk/jsf/features/org.jboss.tools.jsf.tests.feature/feature.xml 2011-08-03 00:34:48 UTC (rev 33488)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.jsf.tests.feature" label="%featureName" version="3.3.0.qualifier" provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin id="org.jboss.tools.jsf.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.text.ext.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.ui.bot.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.ui.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.verification.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.vpe.ajax4jsf.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.vpe.facelets.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.vpe.jbpm.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.vpe.jsf.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.vpe.jstl.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.vpe.myfaces.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.vpe.richfaces.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.jsf.vpe.seam.test" download-size="0" install-size="0" version="0.0.0" />
+</feature>
Added: trunk/jsf/features/org.jboss.tools.jsf.tests.feature/license.html
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.tests.feature/license.html (rev 0)
+++ trunk/jsf/features/org.jboss.tools.jsf.tests.feature/license.html 2011-08-03 00:34:48 UTC (rev 33488)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>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.
+</p>
+</body>
+</html>
\ No newline at end of file
Added: trunk/jsf/features/org.jboss.tools.jsf.tests.feature/pom.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.tests.feature/pom.xml (rev 0)
+++ trunk/jsf/features/org.jboss.tools.jsf.tests.feature/pom.xml 2011-08-03 00:34:48 UTC (rev 33488)
@@ -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.jsf</groupId>
+ <artifactId>features</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.jsf.features</groupId>
+ <artifactId>org.jboss.tools.jsf.tests.feature</artifactId>
+
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/jsf/features/pom.xml
===================================================================
--- trunk/jsf/features/pom.xml 2011-08-03 00:34:34 UTC (rev 33487)
+++ trunk/jsf/features/pom.xml 2011-08-03 00:34:48 UTC (rev 33488)
@@ -14,6 +14,7 @@
<modules>
<module>org.jboss.tools.jsf.feature</module>
<module>org.jboss.tools.richfaces.feature</module>
+ <module>org.jboss.tools.jsf.tests.feature</module>
</modules>
</project>
Modified: trunk/jsf/pom.xml
===================================================================
--- trunk/jsf/pom.xml 2011-08-03 00:34:34 UTC (rev 33487)
+++ trunk/jsf/pom.xml 2011-08-03 00:34:48 UTC (rev 33488)
@@ -1,5 +1,4 @@
-<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">
+<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>
<groupId>org.jboss.tools</groupId>
@@ -13,10 +12,10 @@
<version>3.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
- <module>features</module>
<module>plugins</module>
<module>tests</module>
- <module>site</module>
- </modules>
+ <module>features</module>
+ <module>site</module>
+ </modules>
</project>
-
+
Modified: trunk/jsf/site/site.xml
===================================================================
--- trunk/jsf/site/site.xml 2011-08-03 00:34:34 UTC (rev 33487)
+++ trunk/jsf/site/site.xml 2011-08-03 00:34:48 UTC (rev 33488)
@@ -8,6 +8,9 @@
<feature url="features/org.jboss.tools.jsf.feature_0.0.0.jar" id="org.jboss.tools.jsf.feature" version="0.0.0">
<category name="JBoss Tools jsf Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.jsf.tests.feature_0.0.0.jar" id="org.jboss.tools.jsf.tests.feature" version="0.0.0">
+ <category name="JBoss Tools jsf Nightly Build Update Site"/>
+ </feature>
<feature url="features/org.jboss.tools.richfaces.feature_0.0.0.jar" id="org.jboss.tools.richfaces.feature" version="0.0.0">
<category name="JBoss Tools jsf Nightly Build Update Site"/>
</feature>
13 years, 5 months
JBoss Tools SVN: r33487 - in trunk/vpe: tests and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 20:34:34 -0400 (Tue, 02 Aug 2011)
New Revision: 33487
Modified:
trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml
trunk/vpe/tests/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml
===================================================================
--- trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml 2011-08-03 00:34:25 UTC (rev 33486)
+++ trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml 2011-08-03 00:34:34 UTC (rev 33487)
@@ -1,70 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.vpe.test.feature"
- label="VPE Test Feature"
- version="3.3.0.qualifier"
- provider-name="JBoss by RedHat">
+<feature id="org.jboss.tools.vpe.test.feature" label="VPE Test Feature" version="3.3.0.qualifier" provider-name="JBoss by RedHat">
- <description url="http://www.example.com/description">
+ <description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>
- <copyright url="http://www.example.com/copyright">
+ <copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
- <license url="http://www.example.com/license">
+ <license url="http://www.example.com/license">
[Enter License Description here.]
</license>
- <plugin
- id="org.jboss.tools.vpe.base.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.vpe.html.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.vpe.jsp.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.vpe.spring.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.tools.vpe.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.vpe.ui.bot.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.tools.vpe.ui.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.vpe.xulrunner.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
+ <plugin id="org.jboss.tools.vpe.base.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.vpe.docbook.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.vpe.html.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.vpe.jsp.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.vpe.spring.test" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.vpe.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.vpe.ui.bot.test" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.vpe.ui.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.vpe.xulrunner.test" download-size="0" install-size="0" version="0.0.0" />
</feature>
Modified: trunk/vpe/tests/pom.xml
===================================================================
--- trunk/vpe/tests/pom.xml 2011-08-03 00:34:25 UTC (rev 33486)
+++ trunk/vpe/tests/pom.xml 2011-08-03 00:34:34 UTC (rev 33487)
@@ -12,6 +12,7 @@
<name>vpe.tests</name>
<packaging>pom</packaging>
<modules>
+ <module>org.jboss.tools.vpe.docbook.test</module>
<module>org.jboss.tools.vpe.ui.test</module>
<module>org.jboss.tools.vpe.html.test</module>
<module>org.jboss.tools.vpe.spring.test</module>
13 years, 5 months
JBoss Tools SVN: r33486 - trunk/vpe/plugins/org.jboss.tools.vpe.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 20:34:25 -0400 (Tue, 02 Aug 2011)
New Revision: 33486
Added:
trunk/vpe/plugins/org.jboss.tools.vpe/.gitignore
Log:
.gitignore file
Added: trunk/vpe/plugins/org.jboss.tools.vpe/.gitignore
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/.gitignore (rev 0)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/.gitignore 2011-08-03 00:34:25 UTC (rev 33486)
@@ -0,0 +1 @@
+vpe.jar
13 years, 5 months