You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/07/02 01:14:07 UTC

svn commit: r552372 - in /velocity/dvsl/trunk/src/java/org/apache/tools: ./ dvsl/ dvsl/DVSL.java dvsl/DVSLTask.java

Author: cbrisson
Date: Sun Jul  1 16:14:06 2007
New Revision: 552372

URL: http://svn.apache.org/viewvc?view=rev&rev=552372
Log:
add deprecated classes in the old package for DVSL and DVSLTask

Added:
    velocity/dvsl/trunk/src/java/org/apache/tools/
    velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/
    velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/DVSL.java
    velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/DVSLTask.java

Added: velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/DVSL.java
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/DVSL.java?view=auto&rev=552372
==============================================================================
--- velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/DVSL.java (added)
+++ velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/DVSL.java Sun Jul  1 16:14:06 2007
@@ -0,0 +1,29 @@
+package org.apache.tools.dvsl;
+
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/**
+ * Use {@link org.apache.dvsl.DVSL}
+ */
+@Deprecated
+public class DVSL extends
+    org.apache.dvsl.DVSL
+{
+}

Added: velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/DVSLTask.java
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/DVSLTask.java?view=auto&rev=552372
==============================================================================
--- velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/DVSLTask.java (added)
+++ velocity/dvsl/trunk/src/java/org/apache/tools/dvsl/DVSLTask.java Sun Jul  1 16:14:06 2007
@@ -0,0 +1,30 @@
+package org.apache.tools.dvsl;
+
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/**
+ * Use {@link org.apache.dvsl.DVSLTask}
+ */
+@Deprecated
+public class DVSLTask extends
+    org.apache.dvsl.DVSLTask
+{
+}
+