[richfaces-svn-commits] JBoss Rich Faces SVN: r1413 - in branches/refactor1/framework: impl/src/main/java/org/ajax4jsf/dnd and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 29 12:49:34 EDT 2007


Author: alexsmirnov
Date: 2007-06-29 12:49:34 -0400 (Fri, 29 Jun 2007)
New Revision: 1413

Added:
   branches/refactor1/framework/impl/src/main/java/org/ajax4jsf/dnd/DnDScript.java
Removed:
   branches/refactor1/framework/api/src/main/java/org/ajax4jsf/dnd/DnDScript.java
Log:
move DnDScript to implementation

Deleted: branches/refactor1/framework/api/src/main/java/org/ajax4jsf/dnd/DnDScript.java
===================================================================
--- branches/refactor1/framework/api/src/main/java/org/ajax4jsf/dnd/DnDScript.java	2007-06-29 16:41:58 UTC (rev 1412)
+++ branches/refactor1/framework/api/src/main/java/org/ajax4jsf/dnd/DnDScript.java	2007-06-29 16:49:34 UTC (rev 1413)
@@ -1,46 +0,0 @@
-/**
- * License Agreement.
- *
- * Ajax4jsf 1.1 - Natural Ajax for Java Server Faces (JSF)
- *
- * Copyright (C) 2007 Exadel, Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1 as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
- */
-
-package org.ajax4jsf.dnd;
-
-import org.ajax4jsf.framework.resource.ClientScript;
-
-/**
- * @author shura
- *
- */
-public class DnDScript extends ClientScript {
-
-	/* (non-Javadoc)
-	 * @see org.ajax4jsf.framework.resource.ClientScript#getJavaScript()
-	 */
-	public String getJavaScript() {
-		return "/org/ajax4jsf/framework/ajax/scripts/dnd.js";
-	}
-	
-	/* (non-Javadoc)
-	 * @see org.ajax4jsf.framework.resource.ClientScript#isUsePrototype()
-	 */
-	protected boolean isUsePrototype() {
-		return true;
-	}
-
-}

Copied: branches/refactor1/framework/impl/src/main/java/org/ajax4jsf/dnd/DnDScript.java (from rev 1393, branches/refactor1/framework/api/src/main/java/org/ajax4jsf/dnd/DnDScript.java)
===================================================================
--- branches/refactor1/framework/impl/src/main/java/org/ajax4jsf/dnd/DnDScript.java	                        (rev 0)
+++ branches/refactor1/framework/impl/src/main/java/org/ajax4jsf/dnd/DnDScript.java	2007-06-29 16:49:34 UTC (rev 1413)
@@ -0,0 +1,46 @@
+/**
+ * License Agreement.
+ *
+ * Ajax4jsf 1.1 - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+package org.ajax4jsf.dnd;
+
+import org.ajax4jsf.framework.resource.ClientScript;
+
+/**
+ * @author shura
+ *
+ */
+public class DnDScript extends ClientScript {
+
+	/* (non-Javadoc)
+	 * @see org.ajax4jsf.framework.resource.ClientScript#getJavaScript()
+	 */
+	public String getJavaScript() {
+		return "/org/ajax4jsf/framework/ajax/scripts/dnd.js";
+	}
+	
+	/* (non-Javadoc)
+	 * @see org.ajax4jsf.framework.resource.ClientScript#isUsePrototype()
+	 */
+	protected boolean isUsePrototype() {
+		return true;
+	}
+
+}




More information about the richfaces-svn-commits mailing list