Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
frascati
frascati
Commits
b85fd6a3
Commit
b85fd6a3
authored
Jul 17, 2009
by
Damien Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Force usage of java 1.5 with assembly factory
parent
655c871f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
assembly-factory/core-factory/pom.xml
assembly-factory/core-factory/pom.xml
+1
-1
assembly-factory/examples/bench/pom.xml
assembly-factory/examples/bench/pom.xml
+1
-1
assembly-factory/examples/pom.xml
assembly-factory/examples/pom.xml
+1
-1
assembly-factory/pom.xml
assembly-factory/pom.xml
+2
-2
No files found.
assembly-factory/core-factory/pom.xml
View file @
b85fd6a3
...
...
@@ -69,7 +69,7 @@
<meminitial>
64m
</meminitial>
<maxmem>
512m
</maxmem>
<source>
1.5
</source>
<target>
${java.specification.version}
</target>
<target>
1.5
</target>
<systemProperties>
<property>
<name>
java.util.logging.config.file
</name>
...
...
assembly-factory/examples/bench/pom.xml
View file @
b85fd6a3
...
...
@@ -91,7 +91,7 @@
<meminitial>
512m
</meminitial>
<maxmem>
512m
</maxmem>
<source>
1.5
</source>
<target>
${java.specification.version}
</target>
<target>
1.5
</target>
</configuration>
</plugin>
...
...
assembly-factory/examples/pom.xml
View file @
b85fd6a3
...
...
@@ -100,7 +100,7 @@
<meminitial>
64m
</meminitial>
<maxmem>
256m
</maxmem>
<source>
1.5
</source>
<target>
${java.specification.version}
</target>
<target>
1.5
</target>
</configuration>
</plugin>
...
...
assembly-factory/pom.xml
View file @
b85fd6a3
...
...
@@ -117,7 +117,7 @@
<version>
2.0.6
</version>
</requireMavenVersion>
<requireJavaVersion>
<version>
${java.specification.version}
</version>
<version>
1.5
</version>
</requireJavaVersion>
</rules>
</configuration>
...
...
@@ -133,7 +133,7 @@
<meminitial>
64m
</meminitial>
<maxmem>
512m
</maxmem>
<source>
1.5
</source>
<target>
${java.specification.version}
</target>
<target>
1.5
</target>
<systemProperties>
<property>
<name>
java.util.logging.config.file
</name>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment