Skip to content

Commit c5fecdc

Browse files
committed
Fix configuration for HelloWorldEclipse sample
1 parent 2e88128 commit c5fecdc

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

examples/HelloWorldEclipse/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</classpathentry>
99
<classpathentry kind="src" path="src"/>
1010
<classpathentry kind="src" path="gen"/>
11+
<classpathentry kind="src" path="libs"/>
1112
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
1213
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
1314
<classpathentry exported="true" kind="lib" path="/androidannotations-api/target/androidannotations-api-3.0-SNAPSHOT.jar"/>
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<factorypath>
22
<factorypathentry kind="PLUGIN" id="org.eclipse.jst.ws.annotations.core" enabled="true" runInBatchMode="false"/>
3-
<factorypathentry kind="VARJAR" id="M2_REPO/org/androidannotations/androidannotations/3.0-SNAPSHOT/androidannotations-3.0-SNAPSHOT.jar" enabled="true" runInBatchMode="false"/>
4-
<factorypathentry kind="VARJAR" id="M2_REPO/org/androidannotations/androidannotations-api/3.0-SNAPSHOT/androidannotations-api-3.0-SNAPSHOT.jar" enabled="true" runInBatchMode="false"/>
5-
<factorypathentry kind="VARJAR" id="M2_REPO/com/sun/codemodel/codemodel/2.4.1/codemodel-2.4.1.jar" enabled="true" runInBatchMode="false"/>
3+
<factorypathentry kind="WKSPJAR" id="/HelloWorldEclipse/compile-libs/androidannotations-3.0-SNAPSHOT.jar" enabled="true" runInBatchMode="false"/>
64
</factorypath>
Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
bin
1+
# Maven
2+
target
3+
4+
#Android
25
gen
6+
bin
7+
8+
# Eclipse
9+
.classpath
310
.apt_generated
4-
*.iml
11+
.settings
12+
.project
13+
org.eclipse.jdt.core.prefs
14+
org.maven.ide.eclipse.prefs
15+
16+
# Idea
517
*.ipr
618
*.iws
19+
*.iml
720
*.idea
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)