Skip to content

Commit 26837d0

Browse files
committed
Update pom
1 parent 714027e commit 26837d0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

PSOA2X/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<classpathentry kind="src" output="target/classes" path="target/generated-sources/antlr3">
1717
<attributes>
1818
<attribute name="optional" value="true"/>
19+
<attribute name="maven.pomderived" value="true"/>
1920
</attributes>
2021
</classpathentry>
2122
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">

PSOACore/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<classpathentry kind="src" output="target/classes" path="target/generated-sources/antlr3">
2626
<attributes>
2727
<attribute name="optional" value="true"/>
28+
<attribute name="maven.pomderived" value="true"/>
2829
</attributes>
2930
</classpathentry>
3031
<classpathentry kind="src" output="target/test-classes" path="src/test/java">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
99

1010
<modules>
1111
<module>tptp-parser</module>
12-
<module>ruleml-api</module>
12+
<module>PSOACore</module>
1313
<module>PSOA2X</module>
1414
<module>PSOATransRun</module>
1515
<module>PSOATransRunWebService</module>

0 commit comments

Comments
 (0)