| Revision 353,
314 bytes
checked in by bruno, 4 years ago
(diff) |
|
Adding Kauri site sources to subversion.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <project default="deploy"> |
|---|
| 3 | |
|---|
| 4 | <target name="deploy"> |
|---|
| 5 | <property file="${basedir}/local.deploy.properties"/> |
|---|
| 6 | <property file="${basedir}/deploy.properties"/> |
|---|
| 7 | |
|---|
| 8 | <copy todir="${daisysite.wikidata}"> |
|---|
| 9 | <fileset dir="${basedir}/src/main/dsy-wiki"/> |
|---|
| 10 | </copy> |
|---|
| 11 | |
|---|
| 12 | </target> |
|---|
| 13 | </project> |
|---|
Note: See
TracBrowser
for help on using the repository browser.