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:
@@ -16,5 +16,5 @@
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="daemon --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 -DGerritServer=${resource_loc:/gerrit-parent/GerritServer.properties}"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx256M"/>
|
||||
</launchConfiguration>
|
||||
|
||||
Reference in New Issue
Block a user