[jbpm-cvs] jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build ...
Koen Aers <[email protected]> Mon, 22 Dec 2008 15:30:50 -0500
| Newsgroups | gmane.comp.jbpm.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: kaers
Date: 08/12/22 15:30:50
Modified: designer/jpdl/org.jbpm.gd.jpdl.build Tag:
branch_jbpm_jpdl_gpd_3_1_x release.notes.html
build.xml
Log:
release notes of 3.1.6
Revision Changes Path
No revision
No revision
1.12.2.11 +12 -7 jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/Attic/release.notes.html
(In the diff below, changes in quantity of whitespace are not shown.)
Index: release.notes.html
===================================================================
RCS file: /cvsroot/jbpm/jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/Attic/release.notes.html,v
retrieving revision 1.12.2.10
retrieving revision 1.12.2.11
diff -u -b -r1.12.2.10 -r1.12.2.11
--- release.notes.html 4 Dec 2008 20:27:19 -0000 1.12.2.10
+++ release.notes.html 22 Dec 2008 20:30:50 -0000 1.12.2.11
@@ -2,19 +2,24 @@
<body>
<h1>Release Notes - JBoss jBPM JPDL Designer - Version 3.1.6</h1>
-
<h2>Updates from 3.1.5 to 3.1.6 </h2>
+<h3>Bug</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-247'>GPD-247</a>] - jBPM Task Reminder can't update processdefinition.xml</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-248'>GPD-248</a>] - Unnecessary "Restore Defaults" and "Apply" buttons on JBoss Tools and jBPM preferences pages.</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-249'>GPD-249</a>] - Cannot create process definition in root project folder</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-272'>GPD-272</a>] - jBPM Task Reminder can't update processdefinition.xml</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-273'>GPD-273</a>] - Wizard uses inconsistent label compared to rest of eclipse wizards</li>
+</ul>
+
<h2>Updates from 3.1.4 to 3.1.5 </h2>
<h3>Task</h3>
<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/GPD-236'>GPD-236</a>] - Include documentation in the gpd distro
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GPD-237'>GPD-237</a>] - Allign groupid with the rest of jbpm
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GPD-238'>GPD-238</a>] - Investigate + include update site distribution
-</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-236'>GPD-236</a>] - Include documentation in the gpd distro</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-237'>GPD-237</a>] - Allign groupid with the rest of jbpm</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-238'>GPD-238</a>] - Investigate + include update site distribution</li>
</ul>
1.59.2.17 +1 -1 jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/Attic/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jbpm/jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/Attic/build.xml,v
retrieving revision 1.59.2.16
retrieving revision 1.59.2.17
diff -u -b -r1.59.2.16 -r1.59.2.17
--- build.xml 4 Dec 2008 20:13:52 -0000 1.59.2.16
+++ build.xml 22 Dec 2008 20:30:50 -0000 1.59.2.17
@@ -15,7 +15,7 @@
<property file="${basedir}/../../../build/build.properties" /> <!-- if the build is running within the main jbpm build -->
<property name="lib.jbpm.designer.version" value="3.1.6" />
- <property name="jbpm.gpd.version.tag" value="branch_jbpm_jpdl_gpd_3_1_x" />
+ <property name="jbpm.gpd.version.tag" value="branch_jbpm_jpdl_gpd_3_1_6" />
<property file="build.properties" />
<!-- general properties if not yet set by previously included files -->
------------------------------------------------------------------------------