- Timestamp:
- Mar 1, 2012, 5:26:34 PM (13 years ago)
- Location:
- trunk/zoo-project/zoo-kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/main_conf_read.l
r34 r354 31 31 attname [a-zA-Z0-9_\-:]+ 32 32 33 attvalue1 [ ,@a-zA-Z0-9_\-.:" "\"\'/\\\(\)\+\x41-\xff]+33 attvalue1 [\*,@a-zA-Z0-9_\-.:" "\"\'/\\\(\)\+\x41-\xff]+ 34 34 35 35 attvalue \"[^"]*\"|\'[^']*\' -
trunk/zoo-project/zoo-kernel/service_internal_java.c
r353 r354 52 52 #ifdef DEBUG 53 53 fprintf(stderr,"CLASSPATH=%s\n",classpath); 54 fprintf(stderr,"(%s)\n",oclasspath); 54 55 #endif 55 56 setenv("CLASSPATH",classpath,1);
Note: See TracChangeset
for help on using the changeset viewer.