Skip to content

Commit

Permalink
[JENKINS-17830] Updated prepare workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarnet committed May 7, 2013
1 parent 9eaf238 commit 6f8754e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -291,13 +291,13 @@
<dependency>
<groupId>net.praqma</groupId>
<artifactId>cool</artifactId>
<version>0.6.13</version>
<version>0.6.14-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>net.praqma</groupId>
<artifactId>cool</artifactId>
<version>0.6.13</version>
<version>0.6.14-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
Expand Up @@ -81,7 +81,7 @@ public SnapshotView invoke( File workspace, VirtualChannel channel ) throws IOEx
out.println( ConfigurationRotator.LOGGERNAME + "View tag : " + viewtag );
//view = ViewUtils.createView( devStream, "ALL", new File( workspace, "view" ), viewtag, true );

new ConfigSpec( viewroot ).addLoadRulesFromBaselines( baselines ).generate().appy();
new ConfigSpec( viewroot ).addLoadRule( baselines ).generate().appy();

new UpdateView( view ).swipe().overwrite().update();
} catch( ClearCaseException e ) {
Expand Down

0 comments on commit 6f8754e

Please sign in to comment.