Skip to content

Commit 4d92299

Browse files
committed
Update
1 parent 2e214af commit 4d92299

121 files changed

Lines changed: 974 additions & 13 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BackingBeanJSF/.classpath

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1213
</attributes>
1314
</classpathentry>
1415
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -36,6 +37,13 @@
3637
<attribute name="m2e-apt" value="true"/>
3738
</attributes>
3839
</classpathentry>
40+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
41+
<attributes>
42+
<attribute name="maven.pomderived" value="true"/>
43+
<attribute name="test" value="true"/>
44+
<attribute name="optional" value="true"/>
45+
</attributes>
46+
</classpathentry>
3947
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
4048
<attributes>
4149
<attribute name="optional" value="true"/>

BolsaTrabajoV1/.classpath

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1213
</attributes>
1314
</classpathentry>
1415
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -36,6 +37,13 @@
3637
<attribute name="m2e-apt" value="true"/>
3738
</attributes>
3839
</classpathentry>
40+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
41+
<attributes>
42+
<attribute name="maven.pomderived" value="true"/>
43+
<attribute name="test" value="true"/>
44+
<attribute name="optional" value="true"/>
45+
</attributes>
46+
</classpathentry>
3947
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
4048
<attributes>
4149
<attribute name="optional" value="true"/>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.apt.aptEnabled=true
3-
org.eclipse.jdt.apt.genSrcDir=target\\generated-sources\\annotations
4-
org.eclipse.jdt.apt.genTestSrcDir=target\\generated-test-sources\\test-annotations
3+
org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations
4+
org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations

BolsaTrabajoV2/.classpath

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1213
</attributes>
1314
</classpathentry>
1415
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -36,6 +37,13 @@
3637
<attribute name="m2e-apt" value="true"/>
3738
</attributes>
3839
</classpathentry>
40+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
41+
<attributes>
42+
<attribute name="maven.pomderived" value="true"/>
43+
<attribute name="test" value="true"/>
44+
<attribute name="optional" value="true"/>
45+
</attributes>
46+
</classpathentry>
3947
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
4048
<attributes>
4149
<attribute name="optional" value="true"/>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.apt.aptEnabled=true
3-
org.eclipse.jdt.apt.genSrcDir=target\\generated-sources\\annotations
4-
org.eclipse.jdt.apt.genTestSrcDir=target\\generated-test-sources\\test-annotations
3+
org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations
4+
org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations

BolsaTrabajoV3/.classpath

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1213
</attributes>
1314
</classpathentry>
1415
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -36,6 +37,13 @@
3637
<attribute name="m2e-apt" value="true"/>
3738
</attributes>
3839
</classpathentry>
40+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
41+
<attributes>
42+
<attribute name="maven.pomderived" value="true"/>
43+
<attribute name="test" value="true"/>
44+
<attribute name="optional" value="true"/>
45+
</attributes>
46+
</classpathentry>
3947
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
4048
<attributes>
4149
<attribute name="optional" value="true"/>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.apt.aptEnabled=true
3-
org.eclipse.jdt.apt.genSrcDir=target\\generated-sources\\annotations
4-
org.eclipse.jdt.apt.genTestSrcDir=target\\generated-test-sources\\test-annotations
3+
org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations
4+
org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations

BolsaTrabajoV5/.classpath

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1213
</attributes>
1314
</classpathentry>
1415
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -36,6 +37,13 @@
3637
<attribute name="m2e-apt" value="true"/>
3738
</attributes>
3839
</classpathentry>
40+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
41+
<attributes>
42+
<attribute name="maven.pomderived" value="true"/>
43+
<attribute name="test" value="true"/>
44+
<attribute name="optional" value="true"/>
45+
</attributes>
46+
</classpathentry>
3947
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
4048
<attributes>
4149
<attribute name="optional" value="true"/>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.apt.aptEnabled=true
3-
org.eclipse.jdt.apt.genSrcDir=target\\generated-sources\\annotations
4-
org.eclipse.jdt.apt.genTestSrcDir=target\\generated-test-sources\\test-annotations
3+
org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations
4+
org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations

BreakContinue/.classpath

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@
3131
<attribute name="m2e-apt" value="true"/>
3232
</attributes>
3333
</classpathentry>
34+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
35+
<attributes>
36+
<attribute name="maven.pomderived" value="true"/>
37+
<attribute name="optional" value="true"/>
38+
</attributes>
39+
</classpathentry>
40+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
41+
<attributes>
42+
<attribute name="maven.pomderived" value="true"/>
43+
<attribute name="test" value="true"/>
44+
<attribute name="optional" value="true"/>
45+
</attributes>
46+
</classpathentry>
3447
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
3548
<attributes>
3649
<attribute name="optional" value="true"/>

0 commit comments

Comments
 (0)