Skip to content

Commit

Permalink
Review followup
Browse files Browse the repository at this point in the history
  • Loading branch information
Asger Askov Blekinge committed Oct 9, 2012
1 parent 01b76c1 commit 68d5c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/assembly/assembly.xml
Expand Up @@ -10,8 +10,8 @@
<fileSet>
<outputDirectory></outputDirectory>
<directory>src/main/profileValidator</directory>
<fileMode>0700</fileMode>
<directoryMode>0700</directoryMode>
<fileMode>0755</fileMode>
<directoryMode>0755</directoryMode>
</fileSet>

</fileSets>
Expand Down
1 change: 1 addition & 0 deletions src/test/profileValidator/unitTest1.sh
@@ -1,2 +1,3 @@
#!/bin/bash

#This test will be done later

0 comments on commit 68d5c0c

Please sign in to comment.