Author: heiko.braun(a)jboss.com
Date: 2008-11-06 05:23:56 -0500 (Thu, 06 Nov 2008)
New Revision: 2769
Modified:
projects/gwt-console/branches/gwt-console-beta1/pom.xml
projects/gwt-console/branches/gwt-console-beta1/rpc/pom.xml
projects/gwt-console/branches/gwt-console-beta1/server/pom.xml
projects/gwt-console/branches/gwt-console-beta1/war/pom.xml
projects/gwt-console/branches/gwt-console-beta1/war/src/main/java/org/jboss/bpm/console/client/MainView.java
Log:
Exclude TaskManagement views
Modified: projects/gwt-console/branches/gwt-console-beta1/pom.xml
===================================================================
--- projects/gwt-console/branches/gwt-console-beta1/pom.xml 2008-11-06 10:19:32 UTC (rev
2768)
+++ projects/gwt-console/branches/gwt-console-beta1/pom.xml 2008-11-06 10:23:56 UTC (rev
2769)
@@ -4,7 +4,7 @@
<name>JBoss jBPM3 - GWT Console</name>
<groupId>org.jbpm.jbpm3</groupId>
<artifactId>gwt-console-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0-Beta1</version>
<packaging>pom</packaging>
<!-- Parent -->
Modified: projects/gwt-console/branches/gwt-console-beta1/rpc/pom.xml
===================================================================
--- projects/gwt-console/branches/gwt-console-beta1/rpc/pom.xml 2008-11-06 10:19:32 UTC
(rev 2768)
+++ projects/gwt-console/branches/gwt-console-beta1/rpc/pom.xml 2008-11-06 10:23:56 UTC
(rev 2769)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.jbpm.jbpm3</groupId>
<artifactId>gwt-console-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0-Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: projects/gwt-console/branches/gwt-console-beta1/server/pom.xml
===================================================================
--- projects/gwt-console/branches/gwt-console-beta1/server/pom.xml 2008-11-06 10:19:32 UTC
(rev 2768)
+++ projects/gwt-console/branches/gwt-console-beta1/server/pom.xml 2008-11-06 10:23:56 UTC
(rev 2769)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jbpm.jbpm3</groupId>
<artifactId>gwt-console-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0-Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: projects/gwt-console/branches/gwt-console-beta1/war/pom.xml
===================================================================
--- projects/gwt-console/branches/gwt-console-beta1/war/pom.xml 2008-11-06 10:19:32 UTC
(rev 2768)
+++ projects/gwt-console/branches/gwt-console-beta1/war/pom.xml 2008-11-06 10:23:56 UTC
(rev 2769)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jbpm.jbpm3</groupId>
<artifactId>gwt-console-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0-Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified:
projects/gwt-console/branches/gwt-console-beta1/war/src/main/java/org/jboss/bpm/console/client/MainView.java
===================================================================
---
projects/gwt-console/branches/gwt-console-beta1/war/src/main/java/org/jboss/bpm/console/client/MainView.java 2008-11-06
10:19:32 UTC (rev 2768)
+++
projects/gwt-console/branches/gwt-console-beta1/war/src/main/java/org/jboss/bpm/console/client/MainView.java 2008-11-06
10:23:56 UTC (rev 2769)
@@ -118,7 +118,7 @@
// ------------------------------------------
workspace.addEditor( new ProcessDefinitionListEditor(this), false );
- workspace.addEditor( new TaskListEditor(this), false );
+ //workspace.addEditor( new TaskListEditor(this), false );
workspace.addEditor( new MetricOverviewEditor(this), false);
// ------------------------------------------
Show replies by date