Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
doublecompile committed Sep 8, 2007
1 parent 2142c83 commit 89053d6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 9 deletions.
45 changes: 37 additions & 8 deletions README.txt
@@ -1,9 +1,38 @@
This is a test of subversion
Another test
This will automatically close issue #2
This will hopefully do it again
And this resolves issue #3
Closes bug #3
Trying one last time..
Sherridan Whiteside pwns you.
INTRODUCTION
------------

Thank you for downloading the Xyster Framework. The files in this archive
are released under the New BSD license. See LICENSE.txt
in this directory for a copy of the license. Please see NEWS.txt
in this directory for a high-level list of changes in this release.

New Xyster releases are made available on a regular basis,
when improvements and bugfixes are made. Please visit the website
http://xyster.devweblog.org for more information.


DOCUMENTATION
-------------

Xyster Framework documentation is available on the website:

http://xyster.devweblog.org/docs


CLASSES
----------------------

Xyster classes can be found in the following directory:

/library

Your PHP include_path should contain both Xyster and the Zend Framework
library. For more information, see INSTALL.txt.


SEE ALSO
--------

The Xyster Framework issue tracker can be found here:

http://xyster.devweblog.org/mantis
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -60,7 +60,7 @@
<target name="dist" depends="build">
<echo msg="Creating archive..." />

<exec command="7z a -r xyster-build.7z library tests" dir="./build/svn" />
<exec command="7z a -r xyster-build.7z library tests *.txt" dir="./build/svn" />

<move file="./build/svn/xyster-build.7z" tofile="./build/xyster-build.7z" />

Expand Down

0 comments on commit 89053d6

Please sign in to comment.