Author: jerome
Date: 2008-08-15 11:23:22 +0200 (Fri, 15 Aug 2008)
New Revision: 1495

Added:
   software_suite_v2/software/tools/chatterTux/
   software_suite_v2/software/tools/chatterTux/branches/
   software_suite_v2/software/tools/chatterTux/tags/
   software_suite_v2/software/tools/chatterTux/trunk/
   software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/
   software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/.classpath
   software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/.project
   software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/bin/
   software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/src/
   
software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/src/ChatterTux.java
   
software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/src/ct_main.java
Log:
* Added chatterTux eclipse project.

Added: software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/.classpath
===================================================================
--- software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/.classpath    
                        (rev 0)
+++ software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/.classpath    
2008-08-15 09:23:22 UTC (rev 1495)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>

Added: software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/.project
===================================================================
--- software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/.project      
                        (rev 0)
+++ software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/.project      
2008-08-15 09:23:22 UTC (rev 1495)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>Chatter_tux</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>

Added: 
software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/src/ChatterTux.java
===================================================================
--- 
software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/src/ChatterTux.java
                           (rev 0)
+++ 
software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/src/ChatterTux.java
   2008-08-15 09:23:22 UTC (rev 1495)
@@ -0,0 +1,26 @@
+/* This file is part of "TuxDroid Control Center".
+ *    Copyright 2008, kysoh
+ *    Author : Conan Jerome
+ *    eMail  : [EMAIL PROTECTED]
+ *    Site   : http://www.kysoh.com/
+ *
+ * "TuxDroid Control Center" is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * "TuxDroid Control Center" 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with "TuxDroid Control Center"; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
+
+public class ChatterTux {
+       
+}

Added: 
software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/src/ct_main.java
===================================================================
--- 
software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/src/ct_main.java  
                            (rev 0)
+++ 
software_suite_v2/software/tools/chatterTux/trunk/Chatter_tux/src/ct_main.java  
    2008-08-15 09:23:22 UTC (rev 1495)
@@ -0,0 +1,29 @@
+/* This file is part of "TuxDroid Control Center".
+ *    Copyright 2008, kysoh
+ *    Author : Conan Jerome
+ *    eMail  : [EMAIL PROTECTED]
+ *    Site   : http://www.kysoh.com/
+ *
+ * "TuxDroid Control Center" is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * "TuxDroid Control Center" 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with "TuxDroid Control Center"; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
+public class ct_main {
+       
+       public static void main(String[] args){
+               
+       }
+       
+}


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to