Skip to content

Commit

Permalink
made maven 3 a prerequisit and removed logging line
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Dec 22, 2011
1 parent 0b567b3 commit 2d9bcae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bbq-js/src/main/javascript/bbq/util/Log.js
Expand Up @@ -14,8 +14,6 @@ var Log = {

if(window.console) {
if(window.console[type]) {
window.console.log("going for it " + type);

console[type](message);
} else if(window.console.log) {
console.log(message);
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -9,6 +9,10 @@
<url>http://www.bbqjs.org</url>
<name>bbq</name>

<prerequisites>
<maven>3.0.0</maven>
</prerequisites>

<modules>
<module>bbq-js</module>
<module>bbq-js-test</module>
Expand Down

0 comments on commit 2d9bcae

Please sign in to comment.