JBoss Tools SVN: r33304 - trunk/smooks/tests/org.jboss.tools.smooks.ui.bot.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: jpeterka
Date: 2011-07-28 11:02:19 -0400 (Thu, 28 Jul 2011)
New Revision: 33304
Modified:
trunk/smooks/tests/org.jboss.tools.smooks.ui.bot.test/META-INF/MANIFEST.MF
Log:
[smooks-bot] manifest update
Modified: trunk/smooks/tests/org.jboss.tools.smooks.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/smooks/tests/org.jboss.tools.smooks.ui.bot.test/META-INF/MANIFEST.MF 2011-07-28 14:59:15 UTC (rev 33303)
+++ trunk/smooks/tests/org.jboss.tools.smooks.ui.bot.test/META-INF/MANIFEST.MF 2011-07-28 15:02:19 UTC (rev 33304)
@@ -10,8 +10,6 @@
org.eclipse.swtbot.eclipse.core;bundle-version="2.0.0",
org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.0",
org.eclipse.swtbot.eclipse.gef.finder;bundle-version="2.0.0",
- org.eclipse.swtbot.eclipse.junit3.headless;bundle-version="2.0.0",
- org.eclipse.swtbot.eclipse.junit4.headless;bundle-version="2.0.0",
org.eclipse.swtbot.eclipse.ui;bundle-version="2.0.0",
org.eclipse.swtbot.go;bundle-version="2.0.0",
org.eclipse.swtbot.junit4_x;bundle-version="2.0.0",
13 years, 5 months
JBoss Tools SVN: r33303 - trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: jpeterka
Date: 2011-07-28 10:59:15 -0400 (Thu, 28 Jul 2011)
New Revision: 33303
Modified:
trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/META-INF/MANIFEST.MF
Log:
[jbpm-bot] manifest update
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/META-INF/MANIFEST.MF 2011-07-28 12:56:24 UTC (rev 33302)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/META-INF/MANIFEST.MF 2011-07-28 14:59:15 UTC (rev 33303)
@@ -9,8 +9,6 @@
org.eclipse.swtbot.eclipse.core;bundle-version="2.0.0",
org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.0",
org.eclipse.swtbot.eclipse.gef.finder;bundle-version="2.0.0",
- org.eclipse.swtbot.eclipse.junit3.headless;bundle-version="2.0.0",
- org.eclipse.swtbot.eclipse.junit4.headless;bundle-version="2.0.0",
org.eclipse.swtbot.eclipse.spy;bundle-version="2.0.0",
org.eclipse.swtbot.eclipse.ui;bundle-version="2.0.0",
org.eclipse.swtbot.go;bundle-version="2.0.0",
13 years, 5 months
JBoss Tools SVN: r33302 - trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2011-07-28 08:56:24 -0400 (Thu, 28 Jul 2011)
New Revision: 33302
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpePreviewDomBuilder.java
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java
Log:
changed org.jboss.tools.vpe.editor.VpeVisualDomBuilder.createNode(Node, nsIDOMNode) from protected to public
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpePreviewDomBuilder.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpePreviewDomBuilder.java 2011-07-28 12:16:05 UTC (rev 33301)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpePreviewDomBuilder.java 2011-07-28 12:56:24 UTC (rev 33302)
@@ -57,7 +57,7 @@
* @return
*/
@Override
- protected nsIDOMNode createNode(Node sourceNode, nsIDOMNode visualOldContainer) {
+ public nsIDOMNode createNode(Node sourceNode, nsIDOMNode visualOldContainer) {
Set<?> ifDependencySet = new HashSet();
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java 2011-07-28 12:16:05 UTC (rev 33301)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java 2011-07-28 12:56:24 UTC (rev 33302)
@@ -322,7 +322,7 @@
* @param visualOldContainer visual node, in which the caller plans to insert new visual node
* @return new visual node
*/
- protected nsIDOMNode createNode(Node sourceNode,
+ public nsIDOMNode createNode(Node sourceNode,
nsIDOMNode visualOldContainer) {
boolean registerFlag = isCurrentMainDocument();
13 years, 5 months
JBoss Tools SVN: r33301 - in trunk: common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/ca and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2011-07-28 08:16:05 -0400 (Thu, 28 Jul 2011)
New Revision: 33301
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.seam.core/src/org/jboss/tools/cdi/seam/core/international/el/CDIInternationalMessagesELResolver.java
trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/ca/AbstractELCompletionEngine.java
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/JSF2CCAttrsELCompletionEngine.java
Log:
JBIDE-9288
Open On for bundle messages doesn't work for CDI projects with International Module enabled
Fixed resolver issues that break the resolution of long (qualified) name for bundles
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.core/src/org/jboss/tools/cdi/seam/core/international/el/CDIInternationalMessagesELResolver.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.core/src/org/jboss/tools/cdi/seam/core/international/el/CDIInternationalMessagesELResolver.java 2011-07-28 10:45:11 UTC (rev 33300)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.core/src/org/jboss/tools/cdi/seam/core/international/el/CDIInternationalMessagesELResolver.java 2011-07-28 12:16:05 UTC (rev 33301)
@@ -219,29 +219,8 @@
// but we have to resolve arguments of probably a message component
if (resolvedVariables != null && !resolvedVariables.isEmpty()) {
resolution.setLastResolvedToken(left);
- // Create a combined lexical token to store all the variable name (not only the name before first dot, but all the name including all the words and dots)
- int variableTokenType = left.getFirstToken().getType();
- int variableTokenStart = left.getFirstToken().getStart();
- int variableTokenLength = 0;
- StringBuffer variableTokenText = new StringBuffer();
- LexicalToken current = left.getFirstToken();
- LexicalToken variableTokenNext = null;
- while (current != null && current != left.getLastToken()) {
- variableTokenText.append(current.getText());
- variableTokenLength += current.getLength();
- variableTokenNext = current.getNextToken();
- current = variableTokenNext;
- }
- if (current != null) {
- variableTokenText.append(current.getText());
- variableTokenLength += current.getLength();
- variableTokenNext = current.getNextToken();
- }
-
- LexicalToken variableToken = new LexicalToken(variableTokenStart, variableTokenLength, variableTokenText, variableTokenType);
- variableToken.setNextToken(variableTokenNext);
-
- ELSegmentImpl segment = new MessagePropertyELSegmentImpl(variableToken);
+
+ ELSegmentImpl segment = new MessagePropertyELSegmentImpl(combineLexicalTokensForExpression(left));
processMessageBundleSegment(expr, (MessagePropertyELSegmentImpl)segment, resolvedVariables);
segment.setResolved(true);
@@ -263,7 +242,7 @@
resolvedVariables = resolvedVars;
resolution.setLastResolvedToken(left);
- ELSegmentImpl segment = new MessagePropertyELSegmentImpl(left.getFirstToken());
+ ELSegmentImpl segment = new MessagePropertyELSegmentImpl(combineLexicalTokensForExpression(left));
processMessageBundleSegment(expr, (MessagePropertyELSegmentImpl)segment, resolvedVariables);
segment.setResolved(true);
Modified: trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/ca/AbstractELCompletionEngine.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/ca/AbstractELCompletionEngine.java 2011-07-28 10:45:11 UTC (rev 33300)
+++ trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/ca/AbstractELCompletionEngine.java 2011-07-28 12:16:05 UTC (rev 33301)
@@ -1132,5 +1132,31 @@
value = value.substring(0, value.length() - 1);
}
return value;
- }
+ }
+
+ public static LexicalToken combineLexicalTokensForExpression(ELInvocationExpression expr) {
+ // Create a combined lexical token to store all the variable name (not only the name before first dot, but all the name including all the words and dots)
+ int variableTokenType = expr.getFirstToken().getType();
+ int variableTokenStart = expr.getFirstToken().getStart();
+ int variableTokenLength = 0;
+ StringBuffer variableTokenText = new StringBuffer();
+ LexicalToken current = expr.getFirstToken();
+ LexicalToken variableTokenNext = null;
+ while (current != null && current != expr.getLastToken()) {
+ variableTokenText.append(current.getText());
+ variableTokenLength += current.getLength();
+ variableTokenNext = current.getNextToken();
+ current = variableTokenNext;
+ }
+ if (current != null) {
+ variableTokenText.append(current.getText());
+ variableTokenLength += current.getLength();
+ variableTokenNext = current.getNextToken();
+ }
+
+ LexicalToken variableToken = new LexicalToken(variableTokenStart, variableTokenLength, variableTokenText, variableTokenType);
+ variableToken.setNextToken(variableTokenNext);
+
+ return variableToken;
+ }
}
\ No newline at end of file
Modified: trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/JSF2CCAttrsELCompletionEngine.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/JSF2CCAttrsELCompletionEngine.java 2011-07-28 10:45:11 UTC (rev 33300)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/JSF2CCAttrsELCompletionEngine.java 2011-07-28 12:16:05 UTC (rev 33301)
@@ -195,15 +195,7 @@
resolvedVariables = resolvedVars;
resolution.setLastResolvedToken(left);
- // Combine left's tokens into a single token
- LexicalToken token = left.getFirstToken();
- String singleText = left.getText();
- int start = token.getStart();
- int type = token.getType();
- int length = singleText.length();
-
- LexicalToken singleToken = new LexicalToken(start, length, singleText, type);
- ELSegmentImpl segment = new ELSegmentImpl(singleToken);
+ ELSegmentImpl segment = new ELSegmentImpl(combineLexicalTokensForExpression(left));
segment.setResolved(true);
resolution.addSegment(segment);
13 years, 5 months
JBoss Tools SVN: r33300 - in trunk: cdi/features and 104 other directories.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2011-07-28 06:45:11 -0400 (Thu, 28 Jul 2011)
New Revision: 33300
Modified:
trunk/cdi/features/org.jboss.tools.cdi.feature/pom.xml
trunk/cdi/features/org.jboss.tools.cdi.seam.feature/pom.xml
trunk/cdi/features/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.core/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/META-INF/MANIFEST.MF
trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/META-INF/MANIFEST.MF
trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.seam.core/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/META-INF/MANIFEST.MF
trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.seam.solder.core/META-INF/MANIFEST.MF
trunk/cdi/plugins/org.jboss.tools.cdi.seam.solder.core/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/META-INF/MANIFEST.MF
trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.text.ext/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.ui/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.xml.ui/META-INF/MANIFEST.MF
trunk/cdi/plugins/org.jboss.tools.cdi.xml.ui/pom.xml
trunk/cdi/plugins/org.jboss.tools.cdi.xml/META-INF/MANIFEST.MF
trunk/cdi/plugins/org.jboss.tools.cdi.xml/pom.xml
trunk/cdi/plugins/pom.xml
trunk/cdi/pom.xml
trunk/cdi/site/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/META-INF/MANIFEST.MF
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.core.test/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/META-INF/MANIFEST.MF
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.ui.test/META-INF/MANIFEST.MF
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.ui.test/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/META-INF/MANIFEST.MF
trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/META-INF/MANIFEST.MF
trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/META-INF/MANIFEST.MF
trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/pom.xml
trunk/cdi/tests/pom.xml
trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.xml
trunk/examples/features/org.jboss.tools.community.project.examples.feature/pom.xml
trunk/examples/features/org.jboss.tools.project.examples.feature/feature.xml
trunk/examples/features/org.jboss.tools.project.examples.feature/pom.xml
trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml
trunk/examples/features/org.jboss.tools.project.examples.test.feature/pom.xml
trunk/examples/features/pom.xml
trunk/examples/plugins/org.jboss.tools.community.project.examples/META-INF/MANIFEST.MF
trunk/examples/plugins/org.jboss.tools.community.project.examples/pom.xml
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/META-INF/MANIFEST.MF
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/pom.xml
trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml
trunk/examples/plugins/pom.xml
trunk/examples/pom.xml
trunk/examples/site/pom.xml
trunk/examples/tests/org.jboss.tools.project.examples.test/META-INF/MANIFEST.MF
trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml
trunk/examples/tests/pom.xml
trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml
trunk/gwt/features/pom.xml
trunk/gwt/plugins/org.jboss.tools.gwt.core/pom.xml
trunk/gwt/plugins/org.jboss.tools.gwt.ui/META-INF/MANIFEST.MF
trunk/gwt/plugins/org.jboss.tools.gwt.ui/pom.xml
trunk/gwt/plugins/pom.xml
trunk/gwt/pom.xml
trunk/gwt/site/pom.xml
trunk/gwt/tests/pom.xml
trunk/portlet/features/org.jboss.tools.portlet.feature/feature.xml
trunk/portlet/features/org.jboss.tools.portlet.feature/pom.xml
trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
trunk/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml
trunk/portlet/features/pom.xml
trunk/portlet/plugins/org.jboss.tools.portlet.core/pom.xml
trunk/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml
trunk/portlet/plugins/pom.xml
trunk/portlet/pom.xml
trunk/portlet/site/pom.xml
trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml
trunk/portlet/tests/pom.xml
trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/feature.xml
trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/pom.xml
trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml
trunk/runtime/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml
trunk/runtime/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml
trunk/runtime/features/org.jboss.tools.runtime.feature/pom.xml
trunk/runtime/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml
trunk/runtime/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml
trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/feature.xml
trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/pom.xml
trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml
trunk/runtime/features/pom.xml
trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF
trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/pom.xml
trunk/runtime/plugins/org.jboss.tools.runtime.core/pom.xml
trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/META-INF/MANIFEST.MF
trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/pom.xml
trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/META-INF/MANIFEST.MF
trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml
trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/META-INF/MANIFEST.MF
trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/pom.xml
trunk/runtime/plugins/org.jboss.tools.runtime.ui/pom.xml
trunk/runtime/plugins/org.jboss.tools.runtime/pom.xml
trunk/runtime/plugins/pom.xml
trunk/runtime/pom.xml
trunk/runtime/site/pom.xml
trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml
trunk/runtime/tests/pom.xml
trunk/site/pom.xml
trunk/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
trunk/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml
trunk/xulrunner/features/pom.xml
trunk/xulrunner/plugins/pom.xml
trunk/xulrunner/pom.xml
trunk/xulrunner/site/pom.xml
Log:
JBIDE-9268 aligned examples, xulrunner(partial), gwt, cdi, site, maven, portlet and runtime
Modified: trunk/cdi/features/org.jboss.tools.cdi.feature/pom.xml
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/features/org.jboss.tools.cdi.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.features</groupId>
<artifactId>org.jboss.tools.cdi.feature</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
Modified: trunk/cdi/features/org.jboss.tools.cdi.seam.feature/pom.xml
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.seam.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/features/org.jboss.tools.cdi.seam.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.features</groupId>
<artifactId>org.jboss.tools.cdi.seam.feature</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
Modified: trunk/cdi/features/pom.xml
===================================================================
--- trunk/cdi/features/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/features/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>cdi</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>features</artifactId>
<name>cdi.features</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.cdi.feature</module>
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.plugins</groupId>
<artifactId>org.jboss.tools.cdi.core</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Seam3 Config Core
Bundle-SymbolicName: org.jboss.tools.cdi.seam.config.core;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.jboss.tools.cdi.seam.config.core.CDISeamConfigCorePlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.plugins</groupId>
<artifactId>org.jboss.tools.cdi.seam.config.core</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -21,5 +21,5 @@
org.jboss.tools.cdi.seam.solder.core,
org.jboss.tools.jst.web.kb,
org.jboss.tools.jst.web
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.plugins</groupId>
<artifactId>org.jboss.tools.cdi.seam.config.ui</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.core/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.core/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.core/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.plugins</groupId>
<artifactId>org.jboss.tools.cdi.seam.core</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: 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 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Seam Faces Core
Bundle-SymbolicName: org.jboss.tools.cdi.seam.faces.core;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.jboss.tools.cdi.seam.faces.core.SeamFacesCorePlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.faces.core/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-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>
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.solder.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.solder.core/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.solder.core/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Seam Solder Tools Core
Bundle-SymbolicName: org.jboss.tools.cdi.seam.solder.core;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.jboss.tools.cdi.seam.solder.core.CDISeamSolderCorePlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.solder.core/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.solder.core/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.solder.core/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.plugins</groupId>
<artifactId>org.jboss.tools.cdi.seam.solder.core</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -22,5 +22,5 @@
org.jboss.tools.cdi.seam.solder.core,
org.jboss.tools.jst.text.ext,
org.jboss.tools.jst.web;bundle-version="3.2.0"
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.plugins</groupId>
<artifactId>org.jboss.tools.cdi.seam.text.ext</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.text.ext/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.text.ext/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.text.ext/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.plugins</groupId>
<artifactId>org.jboss.tools.cdi.text.ext</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.plugins</groupId>
<artifactId>org.jboss.tools.cdi.ui</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.xml/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.xml/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.xml/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -26,5 +26,5 @@
org.eclipse.core.resources;bundle-version="3.7.100",
org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.wst.web;bundle-version="1.1.500"
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.xml/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.xml/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.xml/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.plugins</groupId>
<artifactId>org.jboss.tools.cdi.xml</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.xml.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.xml.ui/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.xml.ui/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -32,5 +32,5 @@
org.jboss.tools.jst.web.ui,
org.jboss.tools.cdi.xml,
org.jboss.tools.cdi.ui
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.xml.ui/pom.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.xml.ui/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.xml.ui/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.plugins</groupId>
<artifactId>org.jboss.tools.cdi.xml.ui</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/cdi/plugins/pom.xml
===================================================================
--- trunk/cdi/plugins/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/plugins/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>cdi</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>plugins</artifactId>
<name>cdi.plugins</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.cdi.core</module>
Modified: trunk/cdi/pom.xml
===================================================================
--- trunk/cdi/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -10,7 +10,7 @@
<groupId>org.jboss.tools</groupId>
<artifactId>cdi</artifactId>
<name>cdi.all</name>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>features</module>
Modified: trunk/cdi/site/pom.xml
===================================================================
--- trunk/cdi/site/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/site/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>cdi</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>cdi.site</artifactId>
<name>cdi.site</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: CDI SWTBot Test
Bundle-SymbolicName: org.jboss.tools.cdi.bot.test
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.jboss.tools.cdi.bot.test.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.swtbot.eclipse.core;bundle-version="2.0.0",
Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,10 +4,10 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
<artifactId>org.jboss.tools.cdi.bot.test</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
</project>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.core.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
<artifactId>org.jboss.tools.cdi.core.test</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Seam3 Config Core Test
Bundle-SymbolicName: org.jboss.tools.cdi.seam.config.core.test;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Vendor: JBoss by Red Hat
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.jboss.tools.tests,
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
<artifactId>org.jboss.tools.cdi.seam.config.core.test</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.ui.test/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.ui.test/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.cdi.seam.config.ui.test
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Require-Bundle: org.junit,
org.eclipse.ui,
org.eclipse.core.resources,
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.ui.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.ui.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.ui.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
<artifactId>org.jboss.tools.cdi.seam.config.ui.test</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
<artifactId>org.jboss.tools.cdi.seam.core.test</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<build>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Seam Faces Test
Bundle-SymbolicName: org.jboss.tools.cdi.seam.faces.core.test;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.jboss.tools.cdi.seam.faces.core,
org.eclipse.jdt.core,
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
<artifactId>org.jboss.tools.cdi.seam.faces.core.test</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<build>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Seam Solder Test
Bundle-SymbolicName: org.jboss.tools.cdi.seam.solder.core.test;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Vendor: JBoss by Red Hat
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.jboss.tools.tests,
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
<artifactId>org.jboss.tools.cdi.seam.solder.core.test</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.cdi.seam.text.ext.test
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Require-Bundle: org.junit,
org.eclipse.ui,
org.eclipse.core.resources,
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
<artifactId>org.jboss.tools.cdi.seam.text.ext.test</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
<artifactId>org.jboss.tools.cdi.text.ext.test</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.ui.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.ui.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/org.jboss.tools.cdi.ui.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
<artifactId>org.jboss.tools.cdi.ui.test</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/cdi/tests/pom.xml
===================================================================
--- trunk/cdi/tests/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/cdi/tests/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>cdi</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>tests</artifactId>
<name>cdi.tests</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.cdi.core.test</module>
Modified: trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.community.project.examples.feature"
label="JBoss Tools Community Project Examples"
- version="1.1.0.qualifier"
+ version="1.2.1.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.community.project.examples">
Modified: trunk/examples/features/org.jboss.tools.community.project.examples.feature/pom.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.community.project.examples.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/features/org.jboss.tools.community.project.examples.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.features</groupId>
<artifactId>org.jboss.tools.community.project.examples.feature</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/examples/features/org.jboss.tools.project.examples.feature/feature.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.project.examples.feature/feature.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/features/org.jboss.tools.project.examples.feature/feature.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.project.examples.feature"
label="%featureName"
- version="1.2.0.qualifier"
+ version="1.2.1.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.project.examples">
Modified: trunk/examples/features/org.jboss.tools.project.examples.feature/pom.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.project.examples.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/features/org.jboss.tools.project.examples.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.features</groupId>
<artifactId>org.jboss.tools.project.examples.feature</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.project.examples.test.feature"
label="Project Examples Test Suite Feature"
- version="1.2.0.qualifier"
+ version="1.2.1.qualifier"
provider-name="JBoss by Red Hat">
<description>
Modified: trunk/examples/features/org.jboss.tools.project.examples.test.feature/pom.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.project.examples.test.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/features/org.jboss.tools.project.examples.test.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.features</groupId>
<artifactId>org.jboss.tools.project.examples.test.feature</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/examples/features/pom.xml
===================================================================
--- trunk/examples/features/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/features/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>examples.features</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/examples/plugins/org.jboss.tools.community.project.examples/META-INF/MANIFEST.MF
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/plugins/org.jboss.tools.community.project.examples/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.community.project.examples;singleton:=true
-Bundle-Version: 1.1.1.qualifier
+Bundle-Version: 1.2.1.qualifier
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Require-Bundle: org.jboss.tools.project.examples
Modified: trunk/examples/plugins/org.jboss.tools.community.project.examples/pom.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/plugins/org.jboss.tools.community.project.examples/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.plugins</groupId>
<artifactId>org.jboss.tools.community.project.examples</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.plugins</groupId>
<artifactId>org.jboss.tools.project.examples</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/META-INF/MANIFEST.MF
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.project.examples.cheatsheet;singleton:=true
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.2.1.qualifier
Bundle-Activator: org.jboss.tools.project.examples.cheatsheet.Activator
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Modified: trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/pom.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.plugins</groupId>
<artifactId>org.jboss.tools.project.examples.cheatsheet</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/examples/plugins/pom.xml
===================================================================
--- trunk/examples/plugins/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/plugins/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>examples.plugins</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/examples/pom.xml
===================================================================
--- trunk/examples/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -10,7 +10,7 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<name>examples.all</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/examples/site/pom.xml
===================================================================
--- trunk/examples/site/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/site/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>examples.site</artifactId>
<name>examples.site</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>eclipse-update-site</packaging>
</project>
\ No newline at end of file
Modified: trunk/examples/tests/org.jboss.tools.project.examples.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/examples/tests/org.jboss.tools.project.examples.test/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/tests/org.jboss.tools.project.examples.test/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.project.examples.test;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.jboss.tools.tests,
org.jboss.tools.project.examples,
Modified: trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml
===================================================================
--- trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.tests</groupId>
<artifactId>org.jboss.tools.project.examples.test</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/examples/tests/pom.xml
===================================================================
--- trunk/examples/tests/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/examples/tests/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>examples.tests</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml
===================================================================
--- trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.gwt</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt.features</groupId>
<artifactId>org.jboss.tools.gwt.feature</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
Modified: trunk/gwt/features/pom.xml
===================================================================
--- trunk/gwt/features/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/gwt/features/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>gwt</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>gwt.features</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/pom.xml
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.gwt</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt.plugins</groupId>
<artifactId>org.jboss.tools.gwt.core</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.ui/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.ui/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: JBoss Tools GWT UI (Experimental)
Bundle-SymbolicName: org.jboss.tools.gwt.ui;singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.2.qualifier
Bundle-Activator: org.jboss.tools.gwt.ui.internal.GWTUIActivator
Bundle-Vendor: JBoss by Red Hat
Require-Bundle: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.ui/pom.xml
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.ui/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.ui/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.gwt</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt.plugins</groupId>
<artifactId>org.jboss.tools.gwt.ui</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/gwt/plugins/pom.xml
===================================================================
--- trunk/gwt/plugins/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/gwt/plugins/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>gwt</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>gwt.plugins</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/gwt/pom.xml
===================================================================
--- trunk/gwt/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/gwt/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -9,7 +9,7 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>gwt</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<name>gwt.all</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/gwt/site/pom.xml
===================================================================
--- trunk/gwt/site/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/gwt/site/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>gwt</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt</groupId>
<artifactId>gwt.site</artifactId>
<name>gwt.site</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>eclipse-update-site</packaging>
</project>
\ No newline at end of file
Modified: trunk/gwt/tests/pom.xml
===================================================================
--- trunk/gwt/tests/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/gwt/tests/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>gwt</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt</groupId>
<artifactId>tests</artifactId>
<name>gwt.tests</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>pom</packaging>
<modules>
</modules>
Modified: trunk/portlet/features/org.jboss.tools.portlet.feature/feature.xml
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.feature/feature.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/features/org.jboss.tools.portlet.feature/feature.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.portlet.feature"
label="%featureName"
- version="1.1.0.qualifier"
+ version="1.2.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.portlet.ui">
Modified: trunk/portlet/features/org.jboss.tools.portlet.feature/pom.xml
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/features/org.jboss.tools.portlet.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.portlet</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.portlet.features</groupId>
<artifactId>org.jboss.tools.portlet.feature</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.portlet.test.feature"
label="Portlet Test Suite Feature"
- version="1.1.0.qualifier">
+ version="1.2.0.qualifier">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
Modified: trunk/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.portlet</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.portlet.features</groupId>
<artifactId>org.jboss.tools.portlet.test.feature</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/portlet/features/pom.xml
===================================================================
--- trunk/portlet/features/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/features/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>portlet</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.portlet</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>portlet.features</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.core/pom.xml
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.core/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.core/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.portlet</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.portlet.plugins</groupId>
<artifactId>org.jboss.tools.portlet.core</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.portlet</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.portlet.plugins</groupId>
<artifactId>org.jboss.tools.portlet.ui</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/portlet/plugins/pom.xml
===================================================================
--- trunk/portlet/plugins/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/plugins/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>portlet</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.portlet</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>portlet.plugins</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/portlet/pom.xml
===================================================================
--- trunk/portlet/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -9,7 +9,7 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>portlet</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>portlet.all</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/portlet/site/pom.xml
===================================================================
--- trunk/portlet/site/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/site/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>portlet</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.portlet</groupId>
<artifactId>portlet.site</artifactId>
<name>portlet.site</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>eclipse-update-site</packaging>
</project>
\ No newline at end of file
Modified: trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools.portlet</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.portlet.tests</groupId>
<artifactId>org.jboss.tools.portlet.core.test</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/portlet/tests/pom.xml
===================================================================
--- trunk/portlet/tests/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/portlet/tests/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>portlet</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.portlet</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>portlet.tests</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/feature.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/feature.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/feature.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.runtime.as.detector.feature"
label="%featureName"
- version="1.0.0.qualifier"
+ version="1.3.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.runtime.as.detector">
Modified: trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.features</groupId>
<artifactId>org.jboss.tools.runtime.as.detector.feature</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.features</groupId>
<artifactId>org.jboss.tools.runtime.core.feature</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.runtime.drools.detector.feature"
label="%featureName"
- version="1.0.0.qualifier"
+ version="1.3.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.runtime.drools.detector">
Modified: trunk/runtime/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.features</groupId>
<artifactId>org.jboss.tools.runtime.drools.detector.feature</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/features/org.jboss.tools.runtime.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.features</groupId>
<artifactId>org.jboss.tools.runtime.feature</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.runtime.jbpm.detector.feature"
label="%featureName"
- version="1.0.0.qualifier"
+ version="1.3.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.runtime.jbpm.detector">
Modified: trunk/runtime/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.features</groupId>
<artifactId>org.jboss.tools.runtime.jbpm.detector.feature</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/feature.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/feature.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/feature.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.runtime.seam.detector.feature"
label="%featureName"
- version="1.0.0.qualifier"
+ version="1.3.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.runtime.seam.detector">
Modified: trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.features</groupId>
<artifactId>org.jboss.tools.runtime.seam.detector.feature</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.features</groupId>
<artifactId>org.jboss.tools.runtime.test.feature</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/features/pom.xml
===================================================================
--- trunk/runtime/features/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/features/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>runtime</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>runtime.features</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/runtime/plugins/org.jboss.tools.runtime/pom.xml
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.runtime.as.detector;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.jboss.tools.runtime.as.detector.RuntimeAsActivator
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/pom.xml
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime.as.detector</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.core/pom.xml
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.core/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.core/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime.core</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.runtime.drools.detector;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.jboss.tools.runtime.drools.detector.RuntimeDroolsActivator
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/pom.xml
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime.drools.detector</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.jboss.tools.runtime.jbpm.detector;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.jboss.tools.runtime.jbpm.detector.RuntimeJbpmActivator
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime.jbpm.detector</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/META-INF/MANIFEST.MF 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/META-INF/MANIFEST.MF 2011-07-28 10:45:11 UTC (rev 33300)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.runtime.seam.detector;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.jboss.tools.runtime.seam.detector.RuntimeSeamActivator
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/pom.xml
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime.seam.detector</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.ui/pom.xml
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime.ui</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/plugins/pom.xml
===================================================================
--- trunk/runtime/plugins/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/plugins/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>runtime</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>plugins</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>runtime.plugins</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/runtime/pom.xml
===================================================================
--- trunk/runtime/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -10,7 +10,7 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>runtime</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<name>runtime.all</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/runtime/site/pom.xml
===================================================================
--- trunk/runtime/site/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/site/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>runtime</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>runtime.site</artifactId>
<name>runtime.site</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>eclipse-update-site</packaging>
</project>
\ No newline at end of file
Modified: trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml
===================================================================
--- trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.tests</groupId>
<artifactId>org.jboss.tools.runtime.test</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/runtime/tests/pom.xml
===================================================================
--- trunk/runtime/tests/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/runtime/tests/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>runtime</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+
<name>runtime.tests</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/site/pom.xml
===================================================================
--- trunk/site/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/site/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -10,6 +10,6 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.site</artifactId>
<name>org.jboss.tools.site</name>
- <version>0.0.1-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
===================================================================
--- trunk/xulrunner/features/org.mozilla.xpcom.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/xulrunner/features/org.mozilla.xpcom.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.xulrunner</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.9.2.16-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.xulrunner.features</groupId>
<artifactId>org.mozilla.xpcom.feature</artifactId>
Modified: trunk/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml
===================================================================
--- trunk/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.xulrunner</groupId>
<artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.9.2.16-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.xulrunner.features</groupId>
<artifactId>org.mozilla.xulrunner.feature</artifactId>
Modified: trunk/xulrunner/features/pom.xml
===================================================================
--- trunk/xulrunner/features/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/xulrunner/features/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>xulrunner</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.9.2.16-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.xulrunner</groupId>
<artifactId>features</artifactId>
<name>xulrunner.features</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>pom</packaging>
<modules>
<module>org.mozilla.xpcom.feature</module>
Modified: trunk/xulrunner/plugins/pom.xml
===================================================================
--- trunk/xulrunner/plugins/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/xulrunner/plugins/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>xulrunner</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.9.2.16-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.xulrunner</groupId>
<artifactId>plugins</artifactId>
<name>xulrunner.plugins</name>
- <version>0.0.1-SNAPSHOT</version>
+
<packaging>pom</packaging>
<modules>
<module>org.mozilla.xpcom</module>
Modified: trunk/xulrunner/pom.xml
===================================================================
--- trunk/xulrunner/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/xulrunner/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -10,7 +10,7 @@
<groupId>org.jboss.tools</groupId>
<artifactId>xulrunner</artifactId>
<name>xulrunner.all</name>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.9.2.16-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>features</module>
Modified: trunk/xulrunner/site/pom.xml
===================================================================
--- trunk/xulrunner/site/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
+++ trunk/xulrunner/site/pom.xml 2011-07-28 10:45:11 UTC (rev 33300)
@@ -9,6 +9,6 @@
<groupId>org.jboss.tools.xulrunner</groupId>
<artifactId>xulrunner.site</artifactId>
<name>xulrunner.site</name>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.9.2.16-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
13 years, 5 months
JBoss Tools SVN: r33299 - trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test.
by jbosstools-commits@lists.jboss.org
Author: psrna
Date: 2011-07-28 05:58:35 -0400 (Thu, 28 Jul 2011)
New Revision: 33299
Modified:
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml
Log:
modeshape bot test artifact Id changed
Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml 2011-07-28 07:54:53 UTC (rev 33298)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml 2011-07-28 09:58:35 UTC (rev 33299)
@@ -8,11 +8,11 @@
<version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.modeshape.tests</groupId>
- <artifactId>org.jboss.tools.modeshape.rest.ui.test</artifactId>
+ <artifactId>org.jboss.tools.modeshape.rest.ui.bot.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<properties>
<emma.filter>org.jboss.tools.modeshape.rest.ui*</emma.filter>
<emma.instrument.bundles>org.jboss.tools.modeshape.rest</emma.instrument.bundles>
</properties>
-</project>
\ No newline at end of file
+</project>
13 years, 5 months
JBoss Tools SVN: r33298 - trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-07-28 03:54:53 -0400 (Thu, 28 Jul 2011)
New Revision: 33298
Modified:
trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/Console.java
trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/ConsoleViewer.java
Log:
provisional programmatic binding of F1 to send a meta command to the Forge runtime
Modified: trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/Console.java
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/Console.java 2011-07-28 07:53:13 UTC (rev 33297)
+++ trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/Console.java 2011-07-28 07:54:53 UTC (rev 33298)
@@ -58,7 +58,6 @@
ForgeOutputListener target = new ForgeOutputListener() {
@Override
public void outputAvailable(String output) {
- System.out.println("ForgeOutputListener->outputAvailable : " + output);
appendString(output);
}
};
Modified: trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/ConsoleViewer.java
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/ConsoleViewer.java 2011-07-28 07:53:13 UTC (rev 33297)
+++ trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/ConsoleViewer.java 2011-07-28 07:54:53 UTC (rev 33298)
@@ -44,7 +44,7 @@
}
private void handleF1Down() {
- runtime.sendInput((char)27 + "[%hidden blahblahblah" +(char)27 + "[%");
+ runtime.sendInput(new Character((char)31).toString() + "hidden command!\n"); // + (char)27 + "[%\n");
}
protected StyledText createTextWidget(Composite parent, int styles) {
13 years, 5 months
JBoss Tools SVN: r33297 - trunk/forge/plugins/org.jboss.tools.forge.core/src/org/jboss/tools/forge/core/io.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-07-28 03:53:13 -0400 (Thu, 28 Jul 2011)
New Revision: 33297
Modified:
trunk/forge/plugins/org.jboss.tools.forge.core/src/org/jboss/tools/forge/core/io/ForgeHiddenOutputFilter.java
Log:
Hidden output is now marked with "^[%" at beginning and end.
Modified: trunk/forge/plugins/org.jboss.tools.forge.core/src/org/jboss/tools/forge/core/io/ForgeHiddenOutputFilter.java
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.core/src/org/jboss/tools/forge/core/io/ForgeHiddenOutputFilter.java 2011-07-28 07:51:54 UTC (rev 33296)
+++ trunk/forge/plugins/org.jboss.tools.forge.core/src/org/jboss/tools/forge/core/io/ForgeHiddenOutputFilter.java 2011-07-28 07:53:13 UTC (rev 33297)
@@ -2,44 +2,98 @@
public class ForgeHiddenOutputFilter implements ForgeOutputListener {
- private static final String ESCAPE_SEQUENCE = new String(new char[] { 27, '[', '%' });
-
private ForgeOutputListener target = null;
private boolean hidden = false;
- private StringBuffer hiddenOutput = new StringBuffer();
+ private StringBuffer hiddenBuffer = new StringBuffer();
+ private StringBuffer targetBuffer = new StringBuffer();
+ private StringBuffer escapeSequence = new StringBuffer();
public ForgeHiddenOutputFilter(ForgeOutputListener target) {
this.target = target;
}
-
+
@Override
public void outputAvailable(String output) {
- System.out.println("ForgeHiddenOutputListener->outputAvailable: " + output);
- int i = output.indexOf(ESCAPE_SEQUENCE);
- if (i != -1) {
- if (hidden) {
- hiddenOutput.append(output.substring(0, i));
- handleHiddenOutput(hiddenOutput);
+ for (int i = 0; i < output.length(); i++) {
+ char c = output.charAt(i);
+ if (c == 27) {
+ if (escapeSequence.length() == 0) {
+ escapeSequence.append(c);
+ } else {
+ escapeSequence.append(c);
+ if (hidden) {
+ hiddenBuffer.append(escapeSequence);
+ } else {
+ targetBuffer.append(escapeSequence);
+ }
+ escapeSequence.setLength(0);
+ }
+ } else if (c == '[') {
+ if (escapeSequence.length() == 1) {
+ escapeSequence.append(c);
+ } else {
+ escapeSequence.append(c);
+ if (hidden) {
+ hiddenBuffer.append(escapeSequence);
+ } else {
+ targetBuffer.append(escapeSequence);
+ }
+ escapeSequence.setLength(0);
+ }
+ } else if (c == '%') {
+ if (escapeSequence.length() == 2) {
+ if (hidden) {
+ handleHiddenOutput(hiddenBuffer);
+ hiddenBuffer.setLength(0);
+ } else {
+ String out = targetBuffer.toString();
+ targetBuffer.setLength(0);
+ target.outputAvailable(out);
+ }
+ escapeSequence.setLength(0);
+ hidden = !hidden;
+ } else {
+ escapeSequence.append(c);
+ if (hidden) {
+// appendToHiddenBuffer(escapeSequence);
+ hiddenBuffer.append(escapeSequence);
+ } else {
+// appendToTargetBuffer(escapeSequence);
+ targetBuffer.append(escapeSequence);
+ }
+ escapeSequence.setLength(0);
+ }
} else {
- target.outputAvailable(output.substring(0, i));
- hidden = true;
+ escapeSequence.append(c);
+ if (hidden) {
+// appendToHiddenBuffer(escapeSequence);
+ hiddenBuffer.append(escapeSequence);
+ } else {
+// appendToTargetBuffer(escapeSequence);
+ targetBuffer.append(escapeSequence);
+ }
+ escapeSequence.setLength(0);
}
- if (output.length() > i + 3) {
- outputAvailable(output.substring(i + 3));
- }
- } else {
- if (hidden) {
- hiddenOutput.append(output);
- } else {
- target.outputAvailable(output);
- }
}
+ if (hiddenBuffer.length() == 0 && targetBuffer.length() != 0) {
+ String out = targetBuffer.toString();
+ targetBuffer.setLength(0);
+ target.outputAvailable(out);
+ }
+
}
private void handleHiddenOutput(StringBuffer output) {
- System.out.println(output.toString());
- output.setLength(0);
- hidden = false;
+ System.out.println("handleHiddenOutput : " + output.toString());
}
+
+ private void appendToTargetBuffer(StringBuffer buffer) {
+ System.out.println("appendToTargetBuffer : " + buffer);
+ targetBuffer.append(buffer);
+ }
+
+ private void appendToHiddenBuffer(StringBuffer buffer) {
+ System.out.println("appendToHiddenBuffer : " + buffer);
+ }
}
13 years, 5 months
JBoss Tools SVN: r33296 - in trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src: org/jboss/tools/forge/runtime/ext and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-07-28 03:51:54 -0400 (Thu, 28 Jul 2011)
New Revision: 33296
Added:
trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/org/jboss/tools/forge/runtime/ext/MetaCommandTriggeredAction.java
Removed:
trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/org/jboss/tools/forge/runtime/ext/ShellDecorator.java
Modified:
trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/META-INF/beans.xml
Log:
- initial implementation of MetaCommandTriggeredAction
- remove ShellDecorator
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/META-INF/beans.xml
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/META-INF/beans.xml 2011-07-28 07:49:50 UTC (rev 33295)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/META-INF/beans.xml 2011-07-28 07:51:54 UTC (rev 33296)
@@ -2,7 +2,4 @@
xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
- <decorators>
- <class>org.jboss.tools.forge.runtime.ext.ShellDecorator</class>
- </decorators>
</beans>
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/org/jboss/tools/forge/runtime/ext/MetaCommandTriggeredAction.java
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/org/jboss/tools/forge/runtime/ext/MetaCommandTriggeredAction.java (rev 0)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/org/jboss/tools/forge/runtime/ext/MetaCommandTriggeredAction.java 2011-07-28 07:51:54 UTC (rev 33296)
@@ -0,0 +1,44 @@
+package org.jboss.tools.forge.runtime.ext;
+
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import java.io.IOException;
+
+import javax.inject.Inject;
+
+import org.jboss.forge.shell.Shell;
+import org.jboss.forge.shell.spi.TriggeredAction;
+
+public class MetaCommandTriggeredAction implements TriggeredAction {
+
+ private static final String ESCAPE = new String(new char[] { 27, '[', '%' });
+
+ @Inject Shell shell;
+
+ @Override
+ public ActionListener getListener() {
+ return new ActionListener() {
+ @Override
+ public void actionPerformed(ActionEvent e) {
+ try {
+ shell.print(ESCAPE);
+ String text = shell.readLine();
+ shell.print(ESCAPE);
+ handleHiddenCommand(text);
+ } catch (IOException e1) {
+ e1.printStackTrace();
+ }
+ }
+ };
+ }
+
+ private void handleHiddenCommand(String text) {
+ shell.print(ESCAPE + "handling hidden command : " + text + ESCAPE);
+ }
+
+ @Override
+ public char getTrigger() {
+ return (char)31;
+ }
+
+}
Deleted: trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/org/jboss/tools/forge/runtime/ext/ShellDecorator.java
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/org/jboss/tools/forge/runtime/ext/ShellDecorator.java 2011-07-28 07:49:50 UTC (rev 33295)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/org.jboss.tools.forge.runtime.ext/src/org/jboss/tools/forge/runtime/ext/ShellDecorator.java 2011-07-28 07:51:54 UTC (rev 33296)
@@ -1,37 +0,0 @@
-package org.jboss.tools.forge.runtime.ext;
-
-import java.io.IOException;
-
-import javax.decorator.Decorator;
-import javax.decorator.Delegate;
-import javax.inject.Inject;
-
-import org.jboss.forge.shell.Shell;
-
-@Decorator
-public abstract class ShellDecorator implements Shell {
-
- private static final String ESCAPE = new String(new char[] { 27, '[', '%' });
-
- @Inject @Delegate Shell shell;
-
- @Override
- public String readLine() throws IOException {
- String str = shell.readLine();
- int i1 = str.indexOf(ESCAPE);
- int i2 = str.indexOf(ESCAPE, i1 + 3);
- if (i1 != -1 && str.length() > i1 + 3) {
- i2 = str.indexOf(ESCAPE);
- if (i2 != -1) {
- handleHidden(str.substring(i1 + 3, i2));
- }
- return "";
- }
- return str;
- }
-
- private void handleHidden(String str) {
- shell.println(ESCAPE + "hidden detected: " + str + ESCAPE);
- }
-
-}
13 years, 5 months
JBoss Tools SVN: r33295 - in trunk/forge/plugins/org.jboss.tools.forge.runtime: lib and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-07-28 03:49:50 -0400 (Thu, 28 Jul 2011)
New Revision: 33295
Added:
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plugin-repository.jar
Modified:
trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/cal10n-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-dev-plugins.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-event-bus.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-git-tools.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-impl.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-maven-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-xml.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-project-model-maven.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-plugins.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/metawidget-forge.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-core.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-se-core.jar
Log:
- update of Forge runtime to snapshot supporting TriggeredActions
- expose Forge Shell API to other plugins
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF 2011-07-28 04:41:31 UTC (rev 33294)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF 2011-07-28 07:49:50 UTC (rev 33295)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Forge Runtime
+Bundle-Name: Forge Runtime Plugin
Bundle-SymbolicName: org.jboss.tools.forge.runtime
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
@@ -10,8 +10,11 @@
Export-Package: javax.decorator,
javax.enterprise.context,
javax.enterprise.event,
+ javax.enterprise.inject,
javax.inject,
org.jboss.forge,
org.jboss.forge.shell,
org.jboss.forge.shell.events,
- org.jboss.forge.shell.plugins
+ org.jboss.forge.shell.plugins,
+ org.jboss.forge.shell.spi
+Bundle-Vendor: JBoss by Red Hat
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/cal10n-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-dev-plugins.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-event-bus.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-git-tools.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-impl.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-maven-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-xml.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-project-model-maven.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-plugins.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/metawidget-forge.jar
===================================================================
(Binary files differ)
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plugin-repository.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plugin-repository.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-core.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-se-core.jar
===================================================================
(Binary files differ)
13 years, 5 months