Skip to content

Commit

Permalink
Updating installer to Guvnor 5.3.1 and Drools&jBPM Eclipse plugin 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krisv committed Nov 11, 2011
1 parent 84cbd11 commit 75c03f3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 33 deletions.
16 changes: 8 additions & 8 deletions jbpm-installer/build.properties
Expand Up @@ -9,18 +9,18 @@ jBPM.url=http://hudson.jboss.org/jenkins/job/jBPM/lastSuccessfulBuild/artifact/j
# the version of Drools Eclipse plugin you want to use
# and the associated URL you want to get the dependencies from
# for example:
# drools.eclipse.version=5.2.0.Final
# drools.eclipse.url=https://repository.jboss.org/nexus/content/repositories/releases/org/drools/org.drools.updatesite/5.2.0.Final/org.drools.updatesite-5.2.0.Final-assembly.zip
drools.eclipse.version=5.2.0.Final
drools.eclipse.url=https://repository.jboss.org/nexus/content/repositories/releases/org/drools/org.drools.updatesite/5.2.0.Final/org.drools.updatesite-5.2.0.Final-assembly.zip
# drools.eclipse.version=5.3.1-SNAPSHOT
# drools.eclipse.url=https://repository.jboss.org/nexus/content/repositories/snapshots/org/drools/org.drools.updatesite/5.3.1-SNAPSHOT/org.drools.updatesite-5.3.1-20111110.095522-32-assembly.zip
drools.eclipse.version=5.3.1-SNAPSHOT
drools.eclipse.url=https://repository.jboss.org/nexus/content/repositories/snapshots/org/drools/org.drools.updatesite/5.3.1-SNAPSHOT/org.drools.updatesite-5.3.1-20111110.095522-32-assembly.zip

# the version of Drools Guvnor you want to use
# and the associated URL you want to get the dependencies from
# for example:
# drools.guvnor.version=5.2.0.Final
# drools.guvnor.url=https://repository.jboss.org/nexus/content/repositories/releases/org/drools/guvnor-distribution-wars/5.2.0.Final/guvnor-distribution-wars-5.2.0.Final-jboss-as-5.1.war
drools.guvnor.version=5.2.0.Final
drools.guvnor.url=https://repository.jboss.org/nexus/content/repositories/releases/org/drools/guvnor-distribution-wars/5.2.0.Final/guvnor-distribution-wars-5.2.0.Final-jboss-as-5.1.war
# drools.guvnor.version=5.3.1-SNAPSHOT
# drools.guvnor.url=https://repository.jboss.org/nexus/content/repositories/snapshots/org/drools/guvnor-distribution-wars/5.3.1-SNAPSHOT/guvnor-distribution-wars-5.3.1-20111110.093610-32-jboss-as-5.1.war
drools.guvnor.version=5.3.1-SNAPSHOT
drools.guvnor.url=https://repository.jboss.org/nexus/content/repositories/snapshots/org/drools/guvnor-distribution-wars/5.3.1-SNAPSHOT/guvnor-distribution-wars-5.3.1-20111110.093610-32-jboss-as-5.1.war

# the version of the Designer you want to use
# and the associated URL you want to get it from
Expand Down
25 changes: 2 additions & 23 deletions jbpm-installer/build.xml
Expand Up @@ -197,22 +197,7 @@
<get src="${designer.url}/designer-${designer.version}.war" dest="${install.home}/lib/designer-${designer.version}.war" />
</target>

<!-- Download jBPM Eclipse plugins -->
<target name="download.jBPM.eclipse.check">
<echo message="Checking jBPM Eclipse download ..." />
<condition property="jBPM.eclipse.not.available">
<not>
<available file="${install.home}/lib/jbpm-${jBPM.version}-eclipse-all.zip" />
</not>
</condition>
</target>
<target name="download.jBPM.eclipse" depends="download.jBPM.eclipse.check" if="jBPM.eclipse.not.available">
<echo message="Getting jBPM Eclipse ..." />
<mkdir dir="${install.home}/lib"/>
<get src="http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.1.0.Final/jbpm-5.1.0.Final-eclipse-all.zip/download" dest="${install.home}/lib/jbpm-${jBPM.version}-eclipse-all.zip" />
</target>

<!-- Download Drools Eclipse plugins -->
<!-- Download jBPM & Drools Eclipse plugins -->
<target name="download.drools.eclipse.check">
<echo message="Checking Drools Eclipse download ..." />
<condition property="drools.eclipse.not.available">
Expand Down Expand Up @@ -385,12 +370,6 @@
<unzip src="${install.home}/lib/jbpm-${jBPM.version}-bin.zip" dest="${install.home}/runtime" />
</target>

<!-- Install Eclipse plugins -->
<target name="install.jBPM-eclipse.into.eclipse" depends="download.jBPM.eclipse">
<!-- install plugins -->
<unzip src="${install.home}/lib/jbpm-${jBPM.version}-eclipse-all.zip" dest="${eclipse.home}" />
</target>

<!-- Install Eclipse plugins -->
<target name="install.drools-eclipse.into.eclipse" depends="download.drools.eclipse">
<!-- install plugins -->
Expand All @@ -406,7 +385,7 @@
</target>

<!-- Install Demo -->
<target name="install.demo" depends="install.jboss,install.guvnor.into.jboss,install.designer.into.jboss,install.jBPM-gwt-console.into.jboss,install.eclipse,install.jBPM-eclipse.into.eclipse,install.jBPM.runtime,install.drools-eclipse.into.eclipse" />
<target name="install.demo" depends="install.jboss,install.guvnor.into.jboss,install.designer.into.jboss,install.jBPM-gwt-console.into.jboss,install.eclipse,install.jBPM.runtime,install.drools-eclipse.into.eclipse" />

<!-- Install Demo (No Eclipse) -->
<target name="install.demo.noeclipse" depends="install.jboss,install.guvnor.into.jboss,install.designer.into.jboss,install.jBPM-gwt-console.into.jboss,install.jBPM.runtime" />
Expand Down
2 changes: 1 addition & 1 deletion jbpm-installer/eclipse.preferences.ini
@@ -1 +1 @@
org.jboss.tools.jbpm/jBPM.Runtimes=jBPM runtime#./runtime#true#
org.jbpm.eclipse/jBPM.Runtimes=jBPM runtime#./runtime#true#
2 changes: 1 addition & 1 deletion jbpm-installer/generate.mac.eclipse.preferences.sh 100644 → 100755
@@ -1 +1 @@
echo org.jboss.tools.jbpm/jBPM.Runtimes=jBPM runtime#`pwd`/runtime#true# > mac.eclipse.preferences.ini
echo org.jbpm.eclipse/jBPM.Runtimes=jBPM runtime#`pwd`/runtime#true# > mac.eclipse.preferences.ini

0 comments on commit 75c03f3

Please sign in to comment.