Skip to content

Commit

Permalink
Merge pull request #1252 from eclipse/CHE-1103
Browse files Browse the repository at this point in the history
CHE-1103: fix package name
  • Loading branch information
Vitalii Parfonov committed May 13, 2016
2 parents f08b178 + a285a82 commit 510470a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assembly/assembly-ide-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@
</goals>
<configuration>
<tasks>
<echo append="false" file="${project.build.directory}/classes/org/eclipse/che/wsagent/ext/help/client/BuildInfo.properties">revision = ${revision}
<echo append="false" file="${project.build.directory}/classes/org/eclipse/che/ide/ext/help/client/BuildInfo.properties">
revision = ${revision}
buildTime = ${timestamp}
version = ${project.version}</echo>
</tasks>
Expand Down

0 comments on commit 510470a

Please sign in to comment.