Skip to content

Commit

Permalink
umc ide: Update the default output paths
Browse files Browse the repository at this point in the history
  • Loading branch information
timotei committed Mar 21, 2015
1 parent 62b0840 commit b6b172c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions utils/umc_dev/build/.gitignore
@@ -0,0 +1,3 @@
workspace/
binaries/
updates/
4 changes: 2 additions & 2 deletions utils/umc_dev/build/SConstruct
Expand Up @@ -21,9 +21,9 @@ opts.AddVariables(
PathVariable( "eclipsedir", "The directory that contains the eclipse binary and all the needed plugins",
"", PathVariable.PathIsDir ),
PathVariable( "updatesdir", "The directory that should contain the updates for the plugin",
os.getcwd() , PathVariable.PathAccept ),
"updates", PathVariable.PathAccept ),
PathVariable( "binariesdir", "The directory that should contain the binaries for the plugin",
os.getcwd() , PathVariable.PathAccept ),
"binaries", PathVariable.PathAccept ),
PathVariable( "storepass", "The store pass for signing the jars", "", PathVariable.PathAccept ),
PathVariable( "keypass", "The key pass for signing the jars", "", PathVariable.PathAccept )
)
Expand Down

0 comments on commit b6b172c

Please sign in to comment.