Changeset 1755
- Timestamp:
- Nov 28, 2012, 9:33:09 AM (10 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/.classpath
r1606 r1755 6 6 <classpathentry kind="lib" path="lib/compile/json_simple-1.1.jar"/> 7 7 <classpathentry kind="lib" path="lib/compile/jdom-1.1.2.jar"/> 8 <classpathentry kind="lib" path="lib/compile/base-core-3. 1.0.jar"/>9 <classpathentry kind="lib" path="lib/compile/base-webclient-3. 1.0.jar"/>10 <classpathentry kind="lib" path="lib/compile/base-webservices-client-3. 1.0.jar"/>8 <classpathentry kind="lib" path="lib/compile/base-core-3.2.0.jar"/> 9 <classpathentry kind="lib" path="lib/compile/base-webclient-3.2.0.jar"/> 10 <classpathentry kind="lib" path="lib/compile/base-webservices-client-3.2.0.jar"/> 11 11 <classpathentry kind="output" path="build"/> 12 12 </classpath> -
extensions/net.sf.basedb.reggie/trunk/README
r1645 r1755 1 1 == Requirements == 2 2 3 1. BASE 3. 1or later.3 1. BASE 3.2 or later. 4 4 5 5 == Introduction == -
extensions/net.sf.basedb.reggie/trunk/build.xml
r1754 r1755 22 22 <property name="javac.encoding" value="UTF-8" /> 23 23 <property name="depend.base-version" 24 value="3. 1.0"24 value="3.2.0" 25 25 description="The BASE version that this project depends on." 26 26 />
Note: See TracChangeset
for help on using the changeset viewer.