svn commit: r430374 - /maven/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkFactory.java

2006-08-10 Thread kenney
Author: kenney
Date: Thu Aug 10 06:10:52 2006
New Revision: 430374

URL: http://svn.apache.org/viewvc?rev=430374&view=rev
Log:
Add a SinkFactory interface

Added:

maven/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkFactory.java
   (with props)

Added: 
maven/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkFactory.java
URL: 
http://svn.apache.org/viewvc/maven/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkFactory.java?rev=430374&view=auto
==
--- 
maven/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkFactory.java
 (added)
+++ 
maven/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkFactory.java
 Thu Aug 10 06:10:52 2006
@@ -0,0 +1,27 @@
+package org.apache.maven.doxia.sink;
+
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import java.io.File;
+
+/**
+ * @author Kenney Westerhof
+ */
+public interface SinkFactory
+{
+Sink createSink( File outputDir, String outputName );
+}

Propchange: 
maven/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkFactory.java
--
svn:eol-style = native

Propchange: 
maven/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkFactory.java
--
svn:keywords = "Author Date Id Revision"




svn commit: r430550 - /maven/doxia/trunk/doxia-doc-renderer/pom.xml

2006-08-10 Thread kenney
Author: kenney
Date: Thu Aug 10 14:46:37 2006
New Revision: 430550

URL: http://svn.apache.org/viewvc?rev=430550&view=rev
Log:
Update plexus-utils from 1.2-SNAPSHOT (which isn't deployed) to 1.2

Modified:
maven/doxia/trunk/doxia-doc-renderer/pom.xml

Modified: maven/doxia/trunk/doxia-doc-renderer/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/trunk/doxia-doc-renderer/pom.xml?rev=430550&r1=430549&r2=430550&view=diff
==
--- maven/doxia/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/trunk/doxia-doc-renderer/pom.xml Thu Aug 10 14:46:37 2006
@@ -77,7 +77,7 @@
 
   org.codehaus.plexus
   plexus-utils
-  1.2-SNAPSHOT
+  1.2
 
 
   xalan