[kune-commits] r1532 - in trunk/src: main/java/cc/kune main/java/org/ourproject/kune main/java/org/ourproject/kune/gallery main/java/org/ourproject/kune/platf/client main/java/org/ourproject/kune/platf/client/ui main/java/org/ourproject/kune/platf/client/ui/rte main/java/org/ourproject/kune/workspace main/java/org/ourproject/kune/workspace/client test/java/cc/kune/tasks test/java/org test/java/org/ourproject/kune test/java/org/ourproject/kune/platf/client/ui test/java/org/ourproject/kune/workspace test/java/testsuites

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Sat Sep 24 20:53:51 CEST 2011


Author: vjrj_
Date: 2011-09-24 20:53:50 +0200 (Sat, 24 Sep 2011)
New Revision: 1532

Added:
   trunk/src/test/java/testsuites/FaultyTestSuite.java
Removed:
   trunk/src/main/java/cc/kune/meets/
   trunk/src/main/java/org/ourproject/kune/app/
   trunk/src/main/java/org/ourproject/kune/gallery/client/
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/rte/edithtml/
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/rte/insertimg/
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/rte/insertlink/
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/rte/insertmedia/
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/rte/insertspecialchar/
   trunk/src/main/java/org/ourproject/kune/workspace/KuneWorkspace.gwt.xml
   trunk/src/main/java/org/ourproject/kune/workspace/client/editor/
   trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/
   trunk/src/main/java/org/ourproject/kune/workspace/public/
   trunk/src/test/java/cc/kune/tasks/server/
   trunk/src/test/java/org/FaultyTestSuite.java
   trunk/src/test/java/org/ourproject/kune/gallery/
   trunk/src/test/java/org/ourproject/kune/platf/client/ui/dialogs/
   trunk/src/test/java/org/ourproject/kune/platf/client/ui/rte/
   trunk/src/test/java/org/ourproject/kune/workspace/client/
Log:
And some clean-up of org.ourproject package

Deleted: trunk/src/main/java/org/ourproject/kune/workspace/KuneWorkspace.gwt.xml
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/KuneWorkspace.gwt.xml	2011-09-24 18:46:13 UTC (rev 1531)
+++ trunk/src/main/java/org/ourproject/kune/workspace/KuneWorkspace.gwt.xml	2011-09-24 18:53:50 UTC (rev 1532)
@@ -1,18 +0,0 @@
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.1.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.1.0/distro-source/core/src/gwt-module.dtd">
-<module>
-  <inherits name="cc.kune.core.Core" />
-  <inherits name='org.ourproject.kune.platf.KunePlatform' />
-  <inherits name="org.ourproject.kune.chat.KuneChat" />
-  <inherits name="com.google.gwt.core.Core" />
-  <stylesheet src="js/ext/resources/css/ext-all.css" />
-  <script src="js/ext/adapter/ext/ext-base.js" />
-  <script src="js/ext/ext-all.js" />
-  <inherits name="com.gwtext.GwtExt" />
-  <inherits name="com.calclab.suco.Suco" />
-<!--  <inherits name="com.calclab.emiteuimodule.EmiteUIModule" />-->
-  <inherits name="com.gwtextux.GwtExtUx" />
-  <inherits name="com.gwtextux.UploadDialog" />
-  <inherits name="com.gwtextux.ToastWindow" />
-<!--  <inherits name="com.google.gwt.wave.Wave" />-->
-  <source path='client' excludes="**/*Test.java,**/*Tests.java,**/*MockProvider.java"/>
-</module>
\ No newline at end of file

Deleted: trunk/src/test/java/org/FaultyTestSuite.java
===================================================================
--- trunk/src/test/java/org/FaultyTestSuite.java	2011-09-24 18:46:13 UTC (rev 1531)
+++ trunk/src/test/java/org/FaultyTestSuite.java	2011-09-24 18:53:50 UTC (rev 1532)
@@ -1,34 +0,0 @@
-/*
- *
- * Copyright (C) 2007-2011 The kune development team (see CREDITS for details)
- * This file is part of kune.
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program 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 Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- *
- */
-package org;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-import org.junit.runners.Suite.SuiteClasses;
-
-/**
- * A Test Suite to test (only) some tests that fails
- * 
- */
- at RunWith(Suite.class)
- at SuiteClasses({})
-public class FaultyTestSuite {
-
-}

Copied: trunk/src/test/java/testsuites/FaultyTestSuite.java (from rev 1528, trunk/src/test/java/org/FaultyTestSuite.java)
===================================================================
--- trunk/src/test/java/testsuites/FaultyTestSuite.java	                        (rev 0)
+++ trunk/src/test/java/testsuites/FaultyTestSuite.java	2011-09-24 18:53:50 UTC (rev 1532)
@@ -0,0 +1,34 @@
+/*
+ *
+ * Copyright (C) 2007-2011 The kune development team (see CREDITS for details)
+ * This file is part of kune.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+package testsuites;
+
+import org.junit.runner.RunWith;
+import org.junit.runners.Suite;
+import org.junit.runners.Suite.SuiteClasses;
+
+/**
+ * A Test Suite to test (only) some tests that fails
+ * 
+ */
+ at RunWith(Suite.class)
+ at SuiteClasses({})
+public class FaultyTestSuite {
+
+}




More information about the kune-commits mailing list