aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;)"