Skip to content

Commit 383a51e

Browse files
committed
updates
1 parent 63cc314 commit 383a51e

File tree

23 files changed

+174
-15
lines changed

23 files changed

+174
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#
2-
#Fri Jun 29 16:59:52 CEST 2012
2+
#Mon Jul 02 17:04:12 CEST 2012
33
searchablePlugins=

com.vogella.eclipsetools.build/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<packaging>pom</packaging>
88
<modules>
99
<module>../de.vogella.plugin.filterpackageexplorer</module>
10-
<module>../de.vogella.plugin.filterpackageexplorer.feature</module>
10+
<module>../de.vogella.plugin.openshell</module>
11+
<module>../com.vogella.eclipsetools.feature</module>
1112
<module>../com.vogella.eclipsetools.updatesite</module>
1213
</modules>
1314

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.vogella.eclipsetools.feature</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.FeatureBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.FeatureNature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin.includes = feature.xml
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="com.vogella.eclipsetools.feature"
4+
label="Feature"
5+
version="1.0.0.qualifier"
6+
provider-name="VOGELLA">
7+
8+
<description url="http://www.example.com/description">
9+
[Enter Feature Description here.]
10+
</description>
11+
12+
<copyright url="http://www.example.com/copyright">
13+
[Enter Copyright Description here.]
14+
</copyright>
15+
16+
<license url="http://www.example.com/license">
17+
[Enter License Description here.]
18+
</license>
19+
20+
<plugin
21+
id="de.vogella.plugin.filterpackageexplorer"
22+
download-size="0"
23+
install-size="0"
24+
version="0.0.0"
25+
unpack="false"/>
26+
27+
<plugin
28+
id="de.vogella.plugin.openshell"
29+
download-size="0"
30+
install-size="0"
31+
version="0.0.0"
32+
unpack="false"/>
33+
34+
</feature>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project>
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<relativePath>../com.vogella.eclipsetools.build/pom.xml</relativePath>
7+
<groupId>com.vogella</groupId>
8+
<artifactId>parent</artifactId>
9+
<version>1.0.0-SNAPSHOT</version>
10+
</parent>
11+
12+
<artifactId>de.vogella.eclipsetools.feature</artifactId>
13+
<packaging>eclipse-feature</packaging>
14+
15+
<name>Eclipse tools feature</name>
16+
</project>
17+

com.vogella.eclipsetools.updatesite/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/de.vogella.plugin.filterpackageexplorer.feature_1.0.0.qualifier.jar" id="de.vogella.plugin.filterpackageexplorer.feature" version="1.0.0.qualifier">
3+
<feature url="features/com.vogella.eclipsetools.feature_1.0.0.qualifier.jar" id="com.vogella.eclipsetools.feature" version="1.0.0.qualifier">
44
<category name="vogellaeclipsetools"/>
55
</feature>
66
<category-def name="vogellaeclipsetools" label="Eclipse tools by vogella"/>

de.vogella.android.ownservice.local/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-10
11+
target=android-15

de.vogella.android.ownservice.local/src/de/vogella/android/ownservice/local/LocalWordService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ LocalWordService getService() {
4747
}
4848

4949
public List<String> getWordList() {
50-
ArrayList<String> list = new ArrayList<String>();
5150
return list;
5251
}
5352

de.vogella.plugin.filterpackageexplorer.feature/feature.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@
2323
version="0.0.0"
2424
unpack="false"/>
2525

26+
<plugin
27+
id="de.vogella.plugin.openshell"
28+
download-size="0"
29+
install-size="0"
30+
version="0.0.0"
31+
unpack="false"/>
32+
2633
</feature>

0 commit comments

Comments
 (0)