joerg 2003/08/11 16:17:36
Modified: src/blocks/midi/java/org/apache/cocoon/serialization
XMidiSerializer.java
src/blocks/midi/samples sitemap.xmap
Log:
clean up
Revision Changes Path
1.2 +1 -3
cocoon-2.1/src/blocks/midi/java/org/apache/cocoon/serialization/XMidiSerializer.java
Index: XMidiSerializer.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/midi/java/org/apache/cocoon/serialization/XMidiSerializer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XMidiSerializer.java 11 Aug 2003 21:54:10 -0000 1.1
+++ XMidiSerializer.java 11 Aug 2003 23:17:36 -0000 1.2
@@ -52,11 +52,9 @@
import java.io.IOException;
-import org.apache.avalon.framework.configuration.Configurable;
import org.apache.cocoon.ProcessingException;
-import org.apache.cocoon.components.midi.xmidi.Utils;
import org.apache.cocoon.components.midi.xmidi.Constants;
-
+import org.apache.cocoon.components.midi.xmidi.Utils;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
1.3 +8 -28 cocoon-2.1/src/blocks/midi/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/midi/samples/sitemap.xmap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sitemap.xmap 11 Aug 2003 21:54:09 -0000 1.2
+++ sitemap.xmap 11 Aug 2003 23:17:36 -0000 1.3
@@ -12,26 +12,15 @@
<map:matchers default="wildcard"/>
</map:components>
-
<!-- =========================== Views =================================== -->
-
-<!--
- The debug view can be used to output an intermediate
- snapshot of the pipeline.
- Pass cocoon-view=debug as a URL parameter to see
- the pipeline output produced by the transformer
- labeled "debug". You can move the label to different
- transformers to understand each processing
- stage better.
--->
-<map:views>
- <map:view name="debug" from-label="debug">
- <map:serialize type="xml"/>
- </map:view>
- <map:view name="xml" from-label="xml">
- <map:serialize type="xml"/>
- </map:view>
-</map:views>
+ <map:views>
+ <map:view name="debug" from-label="debug">
+ <map:serialize type="xml"/>
+ </map:view>
+ <map:view name="xml" from-label="xml">
+ <map:serialize type="xml"/>
+ </map:view>
+ </map:views>
<!-- =========================== Pipelines ================================= -->
<map:pipelines>
@@ -65,12 +54,3 @@
</map:pipelines>
</map:sitemap>
-<!-- end of file -->
-
-
-
-
-
-
-
-