Changeset 5e498e0b
- Timestamp:
- Jul 21, 2009 3:46:47 PM (12 years ago)
- Branches:
- master
- Children:
- 118d7fc
- Parents:
- c312fa8
- Files:
-
- 1 added
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
rc312fa8 r5e498e0b 306 306 <mkdir dir="pkg-temp/eepsite/cgi-bin" /> 307 307 <copy file="installer/resources/eepsite_index.html" tofile="pkg-temp/eepsite/docroot/index.html" /> 308 <copy file="installer/resources/robots.txt" todir="pkg-temp/eepsite/docroot/" /> 308 309 <copy file="installer/resources/themes/console/images/favicon.ico" tofile="pkg-temp/eepsite/docroot/favicon.ico" /> 309 310 <copy file="installer/resources/jetty.xml" tofile="pkg-temp/eepsite/jetty.xml" /> … … 320 321 </target> 321 322 <target name="prepthemeupdates"> 322 <!-- CSS now in docs/, not in the .war --> 323 <copy file="installer/resources/themes/console/console.css" todir="pkg-temp/docs/themes/console/" /> 323 <!-- CSS now in docs/, not in the .war; just in case anybody is using defCon1 --> 324 324 <copy file="installer/resources/themes/console/defCon1/console.css" todir="pkg-temp/docs/themes/console/defCon1/" /> 325 325 <!-- these files now in docs/, not in the .war --> -
history.txt
rc312fa8 r5e498e0b 1 2009-07-21 zzz 2 * configclients.jsp: Close anchor 3 * Console: Drop top-level css, unused now 4 * Eepsite: Add default robots.txt (thanks v1v4) 5 * GeoIP: Add license info 6 * HTTP Proxy: Additional proxy.i2p restrictions 7 * ServiceManager: Drop, unused 8 1 9 2009-07-20 zzz 2 10 * BuildHandler: Increase threshold for dropping instead -
router/java/src/net/i2p/router/RouterVersion.java
rc312fa8 r5e498e0b 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 1 6;21 public final static long BUILD = 17; 22 22 /** for example "-test" */ 23 23 public final static String EXTRA = "";
Note: See TracChangeset
for help on using the changeset viewer.