| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,7 @@ | |||
| 1 | + <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | + <classpath> | ||
| 3 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> | ||
| 4 | + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
| 5 | + <classpathentry kind="src" path="src"/> | ||
| 6 | + <classpathentry kind="output" path="bin"/> | ||
| 7 | + </classpath> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,28 @@ | |||
| 1 | + <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | + <projectDescription> | ||
| 3 | + <name>com.vogella.plugin.themes</name> | ||
| 4 | + <comment></comment> | ||
| 5 | + <projects> | ||
| 6 | + </projects> | ||
| 7 | + <buildSpec> | ||
| 8 | + <buildCommand> | ||
| 9 | + <name>org.eclipse.jdt.core.javabuilder</name> | ||
| 10 | + <arguments> | ||
| 11 | + </arguments> | ||
| 12 | + </buildCommand> | ||
| 13 | + <buildCommand> | ||
| 14 | + <name>org.eclipse.pde.ManifestBuilder</name> | ||
| 15 | + <arguments> | ||
| 16 | + </arguments> | ||
| 17 | + </buildCommand> | ||
| 18 | + <buildCommand> | ||
| 19 | + <name>org.eclipse.pde.SchemaBuilder</name> | ||
| 20 | + <arguments> | ||
| 21 | + </arguments> | ||
| 22 | + </buildCommand> | ||
| 23 | + </buildSpec> | ||
| 24 | + <natures> | ||
| 25 | + <nature>org.eclipse.pde.PluginNature</nature> | ||
| 26 | + <nature>org.eclipse.jdt.core.javanature</nature> | ||
| 27 | + </natures> | ||
| 28 | + </projectDescription> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,7 @@ | |||
| 1 | + eclipse.preferences.version=1 | ||
| 2 | + org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
| 3 | + org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 | ||
| 4 | + org.eclipse.jdt.core.compiler.compliance=1.7 | ||
| 5 | + org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
| 6 | + org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
| 7 | + org.eclipse.jdt.core.compiler.source=1.7 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,8 @@ | |||
| 1 | + Manifest-Version: 1.0 | ||
| 2 | + Bundle-ManifestVersion: 2 | ||
| 3 | + Bundle-Name: Themes | ||
| 4 | + Bundle-SymbolicName: com.vogella.plugin.themes;singleton:=true | ||
| 5 | + Bundle-Version: 1.0.0.qualifier | ||
| 6 | + Bundle-Vendor: VOGELLA | ||
| 7 | + Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
| 8 | + Require-Bundle: org.eclipse.e4.ui.css.swt.theme | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,5 @@ | |||
| 1 | + source.. = src/ | ||
| 2 | + output.. = bin/ | ||
| 3 | + bin.includes = META-INF/,\ | ||
| 4 | + .,\ | ||
| 5 | + plugin.xml | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,4 @@ | |||
| 1 | + CTabItem, ToolBar, Button, CBanner, CoolBar { | ||
| 2 | + font-size: 9; | ||
| 3 | + background-color: red; | ||
| 4 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,13 @@ | |||
| 1 | + <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | + <?eclipse version="3.4"?> | ||
| 3 | + <plugin> | ||
| 4 | + <extension | ||
| 5 | + point="org.eclipse.e4.ui.css.swt.theme"> | ||
| 6 | + <theme | ||
| 7 | + basestylesheeturi="css/red.css" | ||
| 8 | + id="com.vogella.plugin.themes.theme1" | ||
| 9 | + label="Ugly Red"> | ||
| 10 | + </theme> | ||
| 11 | + </extension> | ||
| 12 | + | ||
| 13 | + </plugin> | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments