Skip to content

Commit

Permalink
- updating build
Browse files Browse the repository at this point in the history
  • Loading branch information
krisv committed May 8, 2012
1 parent 301fdcd commit 598bc85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion jbpm-distribution/src/main/assembly/src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
<include>jbpm-bpmn2/**</include>
<include>jbpm-distribution/**</include>
<include>jbpm-docs/**</include>
<include>jbpm-examples/**</include>
<include>jbpm-flow/**</include>
<include>jbpm-flow-builder/**</include>
<include>jbpm-gwt/**</include>
<include>jbpm-human-task/**</include>
<include>jbpm-installer/**</include>
<include>jbpm-persistence-jpa/**</include>
<include>jbpm-workitems/**</include>
<include>jbpm-test/**</include>
<include>jbpm-workitems/**</include>
<include>*.xml</include>
<include>*.txt</include>
</includes>
Expand All @@ -30,6 +31,7 @@
<exclude>**/target/**</exclude>
<exclude>**/.git</exclude>
<exclude>**/.metadata/**</exclude>
<exclude>jbpm-installer/data/**</exclude>
<exclude>jbpm-installer/eclipse/**</exclude>
<exclude>jbpm-installer/jboss*/**</exclude>
<exclude>jbpm-installer/lib/**</exclude>
Expand Down
6 changes: 3 additions & 3 deletions update-version.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<project name="Drools" basedir="." default="usage">
<project name="jBPM" basedir="." default="usage">

<target name="usage">
<echo>ant -f update-version.xml -Dcurrent="5.0-SNAPSHOT" -Dnew="5.0.0" -Dosgi.current="5.0.0.SNAPSHOT" -Dosgi.new="5.0.0" updateVersion</echo>
<echo>ant -f update-version.xml -Dcurrent="5.2.0-SNAPSHOT" -Dnew="5.3.0-SNAPSHOT" -Dosgi.current="5.2.0.SNAPSHOT" -Dosgi.new="5.3.0.SNAPSHOT" updateVersion</echo>
</target>

<target name="updateVersion" depends="checkProps, error" unless="propsNotSet">
Expand All @@ -12,7 +12,7 @@
<fileset dir="." includes="pom.xml,
jbpm-*/pom.xml,
jbpm-gwt/**/pom.xml,
jbpm-docs/**/pom.xml"/>
jbpm-human-task/**/pom.xml"/>
</replaceregexp>
<replaceregexp match="&lt;jbpm.osgi.version&gt;${osgi.current}&lt;/jbpm.osgi.version&gt;"
replace="&lt;jbpm.osgi.version&gt;${osgi.new}&lt;/jbpm.osgi.version&gt;"
Expand Down

0 comments on commit 598bc85

Please sign in to comment.