[subversion:16] Partial fix for #96 - Update site for Eclipse
- From: dkaspar@kenai.com
- To: commits@eplugin.kenai.com
- Subject: [subversion:16] Partial fix for #96 - Update site for Eclipse
- Date: Thu, 8 Jan 2009 16:06:14 +0000 (GMT)
Repository: subversion
Revision: 16
Author: dkaspar
Date: 2009-01-08 16:06:10 UTC
Log Message:
-----------
Partial fix for #96 - Update site for Eclipse
Modified Paths:
--------------
trunk/com.sun.javafx.eclipse.build/build-files/build.properties
trunk/com.sun.javafx.eclipse.build/pluginbuilder.config
Diffs:
-----
Index: trunk/com.sun.javafx.eclipse.build/build-files/build.properties
===================================================================
--- trunk/com.sun.javafx.eclipse.build/build-files/build.properties
(revision 15)
+++ trunk/com.sun.javafx.eclipse.build/build-files/build.properties
(revision 16)
@@ -189,13 +189,13 @@
# @type enum values=1.1,1.2,1.3,1.4,1.5,1.6
# @category compiling
#javacSource=1.3
-javacSource=1.6
+javacSource=1.5
# Default value for the version of the byte code targeted. This value
is used when compiling plug-ins that do not set the
Bundle-RequiredExecutionEnvironment or set javacTarget in
build.properties.
# @type enum values=1.1,1.2,1.3,1.4,1.5,1.6
# @category compiling
#javacTarget=1.1
-javacTarget=1.6
+javacTarget=1.5
# Set the description for the update site. The update manager shows
the description in the Updates dialog.
# @category updateSite
@@ -215,21 +215,21 @@
# However, the installation of old-style (pre p2) update sites is
still possible.
# @type Boolean
# @category p2
-#generate.p2.metadata=false
+generate.p2.metadata=true
# @category hidden
-#p2.metadata.repo=file:${buildDirectory}/repo
+p2.metadata.repo=file:${buildDirectory}/repo
# @category hidden
-#p2.artifact.repo=file:${buildDirectory}/repo
+p2.artifact.repo=file:${buildDirectory}/repo
# The name of the metadata repository. The Update Manager will display
this name.
# @category p2
-#p2.metadata.repo.name=My project's Update Site
+p2.metadata.repo.name=JavaFX Plugins for Eclipse Update Site
# The name of the artifacts repository
# @category p2
-#p2.artifact.repo.name=Artifact Repo Name
+p2.artifact.repo.name=JavaFX Plugins for Eclipse Repository
# @category hidden
#p2.flavor=tooling
Index: trunk/com.sun.javafx.eclipse.build/pluginbuilder.config
===================================================================
--- trunk/com.sun.javafx.eclipse.build/pluginbuilder.config
(revision 15)
+++ trunk/com.sun.javafx.eclipse.build/pluginbuilder.config
(revision 16)
@@ -5,7 +5,7 @@
autotestsuite.class.inclusions=.*
pluginbuilder.is.svn=true
pluginbuilder.is.runtests=false
-pluginbuilder.svn.url=https\://toolssvn.sfbay.sun.com/svn/eplugin/trun
k
+pluginbuilder.svn.url=https\://kenai.com/svn/eplugin~subversion/trunk
autotestsuite.plugin.inclusions=.*(test|tests)$
pluginbuilder.svn.password=
pluginbuilder.svn.user=
|
[subversion:16] Partial fix for #96 - Update site for Eclipse |
dkaspar | 01/08/2009 |





