Changeset 1378
- Timestamp:
- Jun 17, 2011, 8:25:53 AM (12 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml
r1376 r1378 7 7 and samples. 8 8 </description> 9 <version>1. 5</version>9 <version>1.6-dev</version> 10 10 <copyright>BASE development team</copyright> 11 11 <email>basedb-users@lists.sourceforge.net</email> -
extensions/net.sf.basedb.reggie/trunk/build.xml
r1376 r1378 10 10 <!-- variables used --> 11 11 <property name="name" value="reggie" /> 12 <property name="version" value="1. 5" />12 <property name="version" value="1.6-dev" /> 13 13 <property name="src" location="src" description="Location of source files" /> 14 14 <property name="build" location="build" description="Location of compiled files" /> -
extensions/net.sf.basedb.reggie/trunk/resources/index.jsp
r1376 r1378 165 165 { 166 166 %> 167 <!--168 167 <dt> 169 168 <table border="0" cellspacing="0" cellpadding="0"> … … 180 179 </ul> 181 180 </dd> 182 -->183 181 <% 184 182 } -
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/Reggie.java
r1376 r1378 30 30 The current version of this package. 31 31 */ 32 public static final String VERSION = "1. 5";32 public static final String VERSION = "1.6-dev"; 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.