pgm_daemon: Remove unnecessary -DGerritServer flag

Since we started loading our DataSource from gerrit.config we no longer
read GerritServer.properties in the daemon code path and thus do not
need this system property to be defined when launching the program.

Change-Id: I89387cbc2421a61c512f7d13f6e0bc663e7f2688
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-11-16 15:20:05 -08:00
parent b17ddebdf0
commit 06b68d60a4

View File

@@ -16,5 +16,5 @@
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="daemon&#10;--console-log"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="gerrit-war"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.maven.ide.eclipse.launchconfig.sourcepathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx256M&#10;-DGerritServer=${resource_loc:/gerrit-parent/GerritServer.properties}"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx256M"/>
</launchConfiguration>