Skip to content

Commit

Permalink
Merge pull request #42 from IBMStreams/develop
Browse files Browse the repository at this point in the history
Clean more files
  • Loading branch information
joergboe authored Nov 21, 2019
2 parents 635a351 + 251af38 commit b0c3923
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions com.ibm.streamsx.sparkmllib/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#The generated operator xml files
/com.ibm.streamsx.sparkmllib.collaborativefiltering/SparkCollaborativeFilteringALS/SparkCollaborativeFilteringALS.xml
/com.ibm.streamsx.sparkmllib.utils/native.function/SPL_JNIFunctions_com_ibm_streamsx_sparkmllib_utils.h
/com.ibm.streamsx.sparkmllib.utils/native.function/javaFunction.xml
1 change: 1 addition & 0 deletions com.ibm.streamsx.sparkmllib/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
</exec>
<!-- spl-mt does not clean the xml model files for java op -->
<delete dir="com.ibm.streamsx.sparkmllib.collaborativefiltering/SparkCollaborativeFilteringALS"/>
<delete dir="com.ibm.streamsx.sparkmllib/com.ibm.streamsx.sparkmllib.utils/native.function"/>
</target>

<target name="jar-clean" depends="toolkit-index-clean"
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions samples/KMeansSample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ build:
clean:
$(SPLC) $(SPLC_FLAGS) -C -M $(SPL_MAIN_COMPOSITE) -t ${TOOLKIT_PATH} --data-directory $(DATA_DIR) --output-dir $(OUTPUT_DIR) $(SPL_CMD_ARGS)
rm -f $(DATA_DIR)/output.txt
rm -f toolkit.xml

all: clean build
1 change: 1 addition & 0 deletions samples/SparkNaiveBayesSample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ build:
clean:
$(SPLC) $(SPLC_FLAGS) -C -M $(SPL_MAIN_COMPOSITE) -t ${TOOLKIT_PATH} --data-directory $(DATA_DIR) --output-dir $(OUTPUT_DIR) $(SPL_CMD_ARGS)
rm -f $(DATA_DIR)/output.txt
rm -f toolkit.xml

all: clean build

0 comments on commit b0c3923

Please sign in to comment.