diff options
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/assembly/src.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/assembly/src.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/assembly/src.xml index 0133880dcd..28ffcf7e3b 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/assembly/src.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/assembly/src.xml @@ -47,7 +47,7 @@ <!-- Add the text files to the top-level directroy --> <fileSet> <directory>src/main/release</directory> - <outputDirectory>travelsample</outputDirectory> + <outputDirectory></outputDirectory> <includes> <include>BUILDING</include> <include>CHANGES</include> |