Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-06-25 00:12:51 +0000
committerDavid Williams2013-06-25 00:12:51 +0000
commitda6d8d5dcfe701db75c35910f6c6f9cd95ad6284 (patch)
tree92a8fe3bba3fb19b5f99d4d19ea9052698d22100 /eclipse-platform-parent/saveproperties/mavenproperties.properties
parent89af67070ae28057d078455c486cd7511a453e76 (diff)
downloadeclipse.platform.releng.aggregator-da6d8d5dcfe701db75c35910f6c6f9cd95ad6284.tar.gz
eclipse.platform.releng.aggregator-da6d8d5dcfe701db75c35910f6c6f9cd95ad6284.tar.xz
eclipse.platform.releng.aggregator-da6d8d5dcfe701db75c35910f6c6f9cd95ad6284.zip
Bug 411430 - comparator reports still say compared to "4.3-I-build" even
though its 4.4-I-builds
Diffstat (limited to 'eclipse-platform-parent/saveproperties/mavenproperties.properties')
-rw-r--r--eclipse-platform-parent/saveproperties/mavenproperties.properties42
1 files changed, 42 insertions, 0 deletions
diff --git a/eclipse-platform-parent/saveproperties/mavenproperties.properties b/eclipse-platform-parent/saveproperties/mavenproperties.properties
new file mode 100644
index 000000000..0e4bdca61
--- /dev/null
+++ b/eclipse-platform-parent/saveproperties/mavenproperties.properties
@@ -0,0 +1,42 @@
+# typical properties we may need elsewhere, such as
+# to display in reports or PHP pages
+
+tycho-extras.version=${tycho-extras.version}
+tycho-repo.url=${tycho-repo.url}
+tycho.debug.artifactcomparator=${tycho.debug.artifactcomparator}
+tycho.localArtifacts=${tycho.localArtifacts}
+tycho.version=${tycho.version}
+cbi-jdt-repo.url=${cbi-jdt-repo.url}
+cbi-jdt-version=${cbi-jdt-version}
+cbi-plugins.version=${cbi-plugins.version}
+
+java.class.path=${java.class.path}
+java.class.version=${java.class.version}
+java.endorsed.dirs=${java.endorsed.dirs}
+java.ext.dirs=${java.ext.dirs}
+java.home=${java.home}
+java.io.tmpdir=${java.io.tmpdir}
+java.library.path=${java.library.path}
+java.runtime.name=${java.runtime.name}
+java.runtime.version=${java.runtime.version}
+java.specification.name=${java.specification.name}
+
+maven.home=${maven.home}
+maven.repo.local=${maven.repo.local}
+
+comparator.repo=${comparator.repo}
+
+orbit-repo.url=${orbit-repo.url}
+aspectj-repo.url=${aspectj-repo.url}
+ecf-repo.url=${ecf-repo.url}
+eclipse-p2-repo.url=${eclipse-p2-repo.url}
+egit-repo.url=${egit-repo.url}
+emf-repo.url=${emf-repo.url}
+jetty-repo.url=${jetty-repo.url}
+eclipse-repo.url=${eclipse-repo.url}
+
+sun.java.command=${sun.java.command}
+
+
+
+

Back to the top