Skip to content

Commit

Permalink
Renamed the tag "0.1" to "0.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
syvaidya committed Dec 17, 2007
1 parent ac442b4 commit 2b50896
Show file tree
Hide file tree
Showing 30 changed files with 134 additions and 3,590 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenStego v0.1.1
----------------
OpenStego v0.1
--------------

OpenStego is a command line tool developed in Java for image based stegano-
graphy. It currently supports embedding of data files into 24 bpp images only.
Expand Down Expand Up @@ -28,7 +28,7 @@ USAGE:
standard OUT stream, so make sure that output is redirected to required file.

TODO:
- Create GUI for the tool
- Documentation for usage of OpenStego as a library
- Implementation of OpenStego in C++

AUTHOR:
Expand Down
9 changes: 4 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
</target>

<target name="compile" depends="init">
<javac srcdir="${src}" destdir="${build.classesdir}" classpath="${build.classpath}"/>
<jar destfile="./lib/openstego.jar" manifest="./src/META-INF/MANIFEST.MF">
<fileset dir="${build.classesdir}"/>
<fileset dir="${src}" includes="net/sourceforge/openstego/resource/**/*.properties"/>
</jar>
<javac srcdir="${src}"
destdir="${build.classesdir}"
classpath="${build.classpath}"/>
<jar jarfile="./lib/openstego.jar" basedir="${build.classesdir}" manifest="./src/META-INF/MANIFEST.MF"/>
</target>

<target name="clean">
Expand Down
38 changes: 0 additions & 38 deletions doc/api/allclasses-frame.html

This file was deleted.

38 changes: 0 additions & 38 deletions doc/api/allclasses-noframe.html

This file was deleted.

168 changes: 0 additions & 168 deletions doc/api/constant-values.html

This file was deleted.

Loading

0 comments on commit 2b50896

Please sign in to comment.