Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chanskw committed Feb 5, 2015
2 parents 42d8c33 + bf54e8a commit a050766
Show file tree
Hide file tree
Showing 41 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# project specific excludes
/com.ibm.streamsx.hbase/com.ibm.streamsx.hbase
/samples/*/doc/
doc
/tests/apps/*/doc
/tests/apps/*/output*
com.ibm.streamsx.hbase/doc/
Expand Down
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<target name="samples" depends="toolkit">
<subant target="indextoolkit" genericantfile="${basedir}/build.xml">
<dirset dir="samples" includes="*"/>
<dirset dir="extraSamples" includes="*"/>
</subant>
</target>
<target name="cleansamples">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions samples/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
For additional samples, see this toolkit's home on github:
http://www.github.com/IBMStreams/streamsx.hbase
2 changes: 1 addition & 1 deletion updateWeb.pl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ($$)
next if (defined $exclude && $dir =~ /$exclude/);
next unless (-d "$fullName");
if (-e "$fullName/doc/spldoc") {
if ($fullName =~ /samples/) {
if ($fullName =~ /samples/ || $fullName =~ /extraSamples/) {
$debug && print "$fullName is a sample\n";
$samples{$f}="$fullName/doc/spldoc/html/index.html";
}
Expand Down

0 comments on commit a050766

Please sign in to comment.