Skip to content

Commit

Permalink
Minors to build with Eclipse 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Feb 8, 2012
1 parent d1a34f9 commit 27412dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builders/org.python.pydev.build/build.xml
Expand Up @@ -96,7 +96,7 @@
<target name="categorize" description="categorize the update site">
<java jar="${baseLocation}/plugins/${launcher.plugin}.jar" fork="true" failonerror="yes">
<!-- regenerates the content.jar with proper categories -->
<arg line="-application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator -nosplash -consoleLog -updateSite ${deploy.dir} -site file:${deploy.dir}/site.xml -metadataRepository file:${deploy.dir} -metadataRepositoryName &quot;Pydev Update Site&quot; -artifactRepository file:${deploy.dir} -artifactRepositoryName &quot;Pydev Artifacts&quot; -publishArtifacts -publishArtifactRepository -compress -reusePack200Files -noDefaultIUs -vmargs -Xmx256m" />
<arg line="-application org.eclipse.equinox.p2.publisher.EclipseGenerator -nosplash -consoleLog -updateSite ${deploy.dir} -site file:${deploy.dir}/site.xml -metadataRepository file:${deploy.dir} -metadataRepositoryName &quot;Pydev Update Site&quot; -artifactRepository file:${deploy.dir} -artifactRepositoryName &quot;Pydev Artifacts&quot; -publishArtifacts -publishArtifactRepository -compress -reusePack200Files -noDefaultIUs -vmargs -Xmx256m" />
</java>
</target>

Expand Down
2 changes: 1 addition & 1 deletion builders/org.python.pydev.build/build_cmd.txt
Expand Up @@ -9,7 +9,7 @@ set BUILD_DIR=W:\git_build_dir
set DEPLOY_DIR=W:\git_deploy_dir
set JAVA_HOME=D:\bin\jdk1.5.0_22
set GIT_EXECUTABLE="d:\bin\git\bin\git.exe"
set ECLIPSE_CLEAN=D:\bin\eclipse_37_final_clean
set ECLIPSE_CLEAN=D:\bin\eclipse_371_final_clean
set LAUNCHER_PLUGIN=org.eclipse.equinox.launcher_1.2.0.v20110502
set BUILDER_PLUGIN=org.eclipse.pde.build_3.7.0.v20110512-1320
set KEYSTORE=%DEPLOY_DIR%\pydevkeystore
Expand Down

0 comments on commit 27412dd

Please sign in to comment.