crossley 2003/12/03 05:16:37
Modified: src/blocks/repository/conf SourceRepository.xroles
tools/ide/eclipse project
tools/ide/emacs prj.el.in
src/confpatch cocoon-reload.xweb enable-uploads.xweb
Log:
Fix some dos2unix.
Revision Changes Path
1.2 +9 -9
cocoon-2.1/src/blocks/repository/conf/SourceRepository.xroles
Index: SourceRepository.xroles
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/repository/conf/SourceRepository.xroles,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SourceRepository.xroles 30 Oct 2003 14:41:40 -0000 1.1
+++ SourceRepository.xroles 3 Dec 2003 13:16:36 -0000 1.2
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<xroles xpath="/role-list" unless="[EMAIL PROTECTED]'source-repository']">
-
- <role name="org.apache.cocoon.components.repository.SourceRepository"
- shorthand="source-repository"
-
default-class="org.apache.cocoon.components.repository.SourceRepositoryImpl"
- />
-
-</xroles>
+<?xml version="1.0"?>
+<xroles xpath="/role-list" unless="[EMAIL PROTECTED]'source-repository']">
+
+ <role name="org.apache.cocoon.components.repository.SourceRepository"
+ shorthand="source-repository"
+
default-class="org.apache.cocoon.components.repository.SourceRepositoryImpl"
+ />
+
+</xroles>
1.2 +17 -17 cocoon-2.1/tools/ide/eclipse/project
Index: project
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/ide/eclipse/project,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project 18 Nov 2003 17:20:24 -0000 1.1
+++ project 3 Dec 2003 13:16:36 -0000 1.2
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>Cocoon @VERSION@</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>Cocoon @VERSION@</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
1.2 +32 -32 cocoon-2.1/tools/ide/emacs/prj.el.in
Index: prj.el.in
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/ide/emacs/prj.el.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- prj.el.in 18 Nov 2003 17:20:24 -0000 1.1
+++ prj.el.in 3 Dec 2003 13:16:37 -0000 1.2
@@ -1,32 +1,32 @@
-;; -*-emacs-lisp-*-
-;;
-;; Emacs JDE customization file for Cocoon. It is automatically used
-;; if you have a decently recent version of GNU Emacs or Xemacs with JDE.
-;;
-;; Author: Ovidiu Predescu <[EMAIL PROTECTED]>
-;; Date: April 2002
-
-
-;; JDE customization
-(jde-project-file-version "1.0")
-(jde-set-variables
- '(jde-project-name "Cocoon")
- '(jde-compile-option-classpath (split-path "@jar.files@"))
- '(jde-compile-option-command-line-args "-g")
- '(jde-compile-option-sourcepath (quote ("@src.dir@")))
- '(jde-compile-option-directory "@build.war@/WEB-INF/classes")
- '(jde-global-classpath (split-path "@jar.files@"))
- '(jde-compile-option-debug (quote ("all" (t nil nil))))
- '(jde-compiler "javac"))
-
-;; Editor customization
-(defun jde-cocoon-custom ()
- ;; Indentation level
- (setq c-basic-offset 4)
- ;; Set TAB width to 8 characters
- (setq tab-width 8)
- ;; Make sure no tabs are used
- (setq indent-tabs-mode nil)
- (setq c-toggle-auto-hungry-state 1))
-
-(add-hook 'jde-mode-hook 'jde-cocoon-custom t)
+;; -*-emacs-lisp-*-
+;;
+;; Emacs JDE customization file for Cocoon. It is automatically used
+;; if you have a decently recent version of GNU Emacs or Xemacs with JDE.
+;;
+;; Author: Ovidiu Predescu <[EMAIL PROTECTED]>
+;; Date: April 2002
+
+
+;; JDE customization
+(jde-project-file-version "1.0")
+(jde-set-variables
+ '(jde-project-name "Cocoon")
+ '(jde-compile-option-classpath (split-path "@jar.files@"))
+ '(jde-compile-option-command-line-args "-g")
+ '(jde-compile-option-sourcepath (quote ("@src.dir@")))
+ '(jde-compile-option-directory "@build.war@/WEB-INF/classes")
+ '(jde-global-classpath (split-path "@jar.files@"))
+ '(jde-compile-option-debug (quote ("all" (t nil nil))))
+ '(jde-compiler "javac"))
+
+;; Editor customization
+(defun jde-cocoon-custom ()
+ ;; Indentation level
+ (setq c-basic-offset 4)
+ ;; Set TAB width to 8 characters
+ (setq tab-width 8)
+ ;; Make sure no tabs are used
+ (setq indent-tabs-mode nil)
+ (setq c-toggle-auto-hungry-state 1))
+
+(add-hook 'jde-mode-hook 'jde-cocoon-custom t)
1.3 +3 -3 cocoon-2.1/src/confpatch/cocoon-reload.xweb
Index: cocoon-reload.xweb
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/confpatch/cocoon-reload.xweb,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cocoon-reload.xweb 31 May 2003 18:21:42 -0000 1.2
+++ cocoon-reload.xweb 3 Dec 2003 13:16:37 -0000 1.3
@@ -1,4 +1,4 @@
-<xweb
xpath="/web-app/servlet/init-param[param-name='allow-reload']/param-value"
- if-prop="config.allow-reloads"
-
remove="/web-app/servlet/init-param[param-name='allow-reload']/param-value/text()"
+<xweb
xpath="/web-app/servlet/init-param[param-name='allow-reload']/param-value"
+ if-prop="config.allow-reloads"
+
remove="/web-app/servlet/init-param[param-name='allow-reload']/param-value/text()"
>yes</xweb>
1.3 +3 -3 cocoon-2.1/src/confpatch/enable-uploads.xweb
Index: enable-uploads.xweb
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/confpatch/enable-uploads.xweb,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- enable-uploads.xweb 31 May 2003 18:21:42 -0000 1.2
+++ enable-uploads.xweb 3 Dec 2003 13:16:37 -0000 1.3
@@ -1,4 +1,4 @@
-<xweb
xpath="/web-app/servlet/init-param[param-name='enable-uploads']/param-value"
- if-prop="config.enable-uploads"
-
remove="/web-app/servlet/init-param[param-name='enable-uploads']/param-value/text()"
+<xweb
xpath="/web-app/servlet/init-param[param-name='enable-uploads']/param-value"
+ if-prop="config.enable-uploads"
+
remove="/web-app/servlet/init-param[param-name='enable-uploads']/param-value/text()"
>true</xweb>