Index: LutinGeneratorEclipsePlugin/plugin.xml
diff -u /dev/null LutinGeneratorEclipsePlugin/plugin.xml:1.1
--- /dev/null Wed Jun 20 12:40:39 2007
+++ LutinGeneratorEclipsePlugin/plugin.xml Wed Jun 20 12:40:34 2007
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
Index: LutinGeneratorEclipsePlugin/.project
diff -u /dev/null LutinGeneratorEclipsePlugin/.project:1.1
--- /dev/null Wed Jun 20 12:40:39 2007
+++ LutinGeneratorEclipsePlugin/.project Wed Jun 20 12:40:34 2007
@@ -0,0 +1,28 @@
+
+
+ LutinGeneratorEclipsePlugin
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ org.eclipse.pde.ManifestBuilder
+
+
+
+
+ org.eclipse.pde.SchemaBuilder
+
+
+
+
+
+ org.eclipse.pde.PluginNature
+ org.eclipse.jdt.core.javanature
+
+
Index: LutinGeneratorEclipsePlugin/.classpath
diff -u /dev/null LutinGeneratorEclipsePlugin/.classpath:1.1
--- /dev/null Wed Jun 20 12:40:39 2007
+++ LutinGeneratorEclipsePlugin/.classpath Wed Jun 20 12:40:34 2007
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
Index: LutinGeneratorEclipsePlugin/TODO
diff -u /dev/null LutinGeneratorEclipsePlugin/TODO:1.1
--- /dev/null Wed Jun 20 12:40:39 2007
+++ LutinGeneratorEclipsePlugin/TODO Wed Jun 20 12:40:34 2007
@@ -0,0 +1,3 @@
+Définition de couleurs personnalisées
+Coloration du contenu en fonction de son type (à définir par l'utilisateur)
+Definition des parametres de compilation pour lutinprocessor
\ No newline at end of file
Index: LutinGeneratorEclipsePlugin/changelog
diff -u /dev/null LutinGeneratorEclipsePlugin/changelog:1.1
--- /dev/null Wed Jun 20 12:40:43 2007
+++ LutinGeneratorEclipsePlugin/changelog Wed Jun 20 12:40:34 2007
@@ -0,0 +1,5 @@
+lutingeneratorplugin (0.1) stable; urgency=low
+
+ * Initial release
+
+ -- ??? ???
\ No newline at end of file
Index: LutinGeneratorEclipsePlugin/build.properties
diff -u /dev/null LutinGeneratorEclipsePlugin/build.properties:1.1
--- /dev/null Wed Jun 20 12:40:43 2007
+++ LutinGeneratorEclipsePlugin/build.properties Wed Jun 20 12:40:34 2007
@@ -0,0 +1,14 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ icons/,\
+ lib/
+src.includes = src/,\
+ plugin.xml,\
+ icons/,\
+ META-INF/,\
+ lib/,\
+ changelog
+jars.compile.order = .