aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-04-18 20:04:08 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-04-18 20:04:08 +0200
commit3937fc938f4e5c1d61348029bc54bbb06d00fd09 (patch)
tree12ca5004b4885e22b01fa5ee397bbff9bb1090bf
parent7725481138f78b3739289841226ff11ec4cc7510 (diff)
downloadphorkie-3937fc938f4e5c1d61348029bc54bbb06d00fd09.tar.gz
phorkie-3937fc938f4e5c1d61348029bc54bbb06d00fd09.zip
ignore dist files
-rw-r--r--.gitignore2
-rw-r--r--build.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 094fc26..5912743 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
README.html
repos
data/config.php
+build.properties
+dist
diff --git a/build.xml b/build.xml
index ac94c50..620286c 100644
--- a/build.xml
+++ b/build.xml
@@ -156,7 +156,7 @@ First release
/>
<regexp
pattern="(&lt;file name=&quot;www/(.+?)&quot;)"
- replace="\1 install-as=&quot;SemanticScuttle/\2&quot;"
+ replace="\1 install-as=&quot;phorkie/\2&quot;"
/>
<regexp
pattern="(&lt;file name=&quot;src/(.+?)&quot;)"