File tree Expand file tree Collapse file tree 22 files changed +605
-8
lines changed
src/org/tigris/subversion/clientadapter/javahl
svnapi.javahl.win32/META-INF
svnapi.javahl.win64/META-INF Expand file tree Collapse file tree 22 files changed +605
-8
lines changed Original file line number Diff line number Diff line change 11
11
</parent >
12
12
13
13
<modules >
14
+ <module >svnapi.javahl</module >
14
15
<module >svnapi.javahl.win32</module >
15
16
<module >svnapi.javahl.win64</module >
16
17
</modules >
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ Bundle-Name: Subclipse JavaHL Binaries for Win32
4
4
Bundle-SymbolicName : org.tigris.subversion.clientadapter.javahl.win32
5
5
Bundle-Version : 1.10.4.qualifier
6
6
Bundle-Vendor : Subclipse
7
- Fragment-Host : org.tigris.subversion.clientadapter.javahl;bundle-version="1.10.0 "
7
+ Fragment-Host : org.tigris.subversion.clientadapter.javahl;bundle-version="1.10.4 "
8
8
Eclipse-PlatformFilter : (& (osgi.os=win32) (osgi.arch=x86))
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ Bundle-Name: Subclipse JavaHL Binaries for Win64
4
4
Bundle-SymbolicName : org.tigris.subversion.clientadapter.javahl.win64
5
5
Bundle-Version : 1.10.4.qualifier
6
6
Bundle-Vendor : Subclipse
7
- Fragment-Host : org.tigris.subversion.clientadapter.javahl;bundle-version="1.10.0 "
7
+ Fragment-Host : org.tigris.subversion.clientadapter.javahl;bundle-version="1.10.4 "
8
8
Eclipse-PlatformFilter : (& (osgi.os=win32) (osgi.arch=x86_64))
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" />
4
+ <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
5
+ <classpathentry kind =" src" path =" src" />
6
+ <classpathentry exported =" true" kind =" lib" path =" lib/adapter-javahl-1.10.0.jar" />
7
+ <classpathentry exported =" true" kind =" lib" path =" lib/javahl-1.10.0.jar" />
8
+ <classpathentry kind =" output" path =" bin" />
9
+ </classpath >
Original file line number Diff line number Diff line change
1
+ /bin
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >svnapi.javahl</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.jdt.core.javabuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ <buildCommand >
14
+ <name >org.eclipse.pde.ManifestBuilder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
18
+ <buildCommand >
19
+ <name >org.eclipse.pde.SchemaBuilder</name >
20
+ <arguments >
21
+ </arguments >
22
+ </buildCommand >
23
+ </buildSpec >
24
+ <natures >
25
+ <nature >org.eclipse.pde.PluginNature</nature >
26
+ <nature >org.eclipse.jdt.core.javanature</nature >
27
+ </natures >
28
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
4
+ org.eclipse.jdt.core.compiler.compliance =1.6
5
+ org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
6
+ org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7
+ org.eclipse.jdt.core.compiler.source =1.6
Original file line number Diff line number Diff line change
1
+ # Wed May 23 09:36:19 EDT 2007
2
+ eclipse.preferences.version =1
3
+ project.repository.kind =issuezilla
4
+ project.repository.url =http\://subclipse.tigris.org
Original file line number Diff line number Diff line change
1
+ Manifest-Version : 1.0
2
+ Bundle-ManifestVersion : 2
3
+ Bundle-Name : Subversion JavaHL
4
+ Bundle-SymbolicName : org.tigris.subversion.clientadapter.javahl;singleton:=true
5
+ Bundle-Version : 1.10.4
6
+ Bundle-Activator : org.tigris.subversion.clientadapter.javahl.Activator
7
+ Bundle-Vendor : Subclipse
8
+ Require-Bundle : org.eclipse.core.runtime,
9
+ org.tigris.subversion.clientadapter;bundle-version="[1.10.0,1.11.0)"
10
+ Bundle-ActivationPolicy : lazy
11
+ Export-Package : org.apache.subversion.javahl,
12
+ org.apache.subversion.javahl.callback,
13
+ org.apache.subversion.javahl.remote,
14
+ org.apache.subversion.javahl.types,
15
+ org.apache.subversion.javahl.util,
16
+ org.tigris.subversion.clientadapter.javahl,
17
+ org.tigris.subversion.svnclientadapter.javahl
18
+ Bundle-RequiredExecutionEnvironment : JavaSE-1.6
19
+ Bundle-ClassPath : .,
20
+ lib/adapter-javahl-1.10.0.jar,
21
+ lib/javahl-1.10.0.jar
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2
+ < html >
3
+ < head >
4
+ < title > About</ title >
5
+ < meta http-equiv =Content-Type content ="text/html; charset=ISO-8859-1 ">
6
+ </ head >
7
+ < body lang ="EN-US ">
8
+ < h2 > About This Content</ h2 >
9
+
10
+ < p > 9th September, 2016</ p >
11
+ < h3 > Subclipse</ h3 >
12
+ < p > < a href ="https://github.com/subclipse/subclipse "> Subclipse</ a > is an Eclipse team provider for the < a href ="http://subversion.apache.org "> Apache Subversion</ a > version control system.</ p >
13
+ < p > This product includes SVNKit. (< a href ="http://svnkit.com/ "> http://svnkit.com/</ a > )< br >
14
+ Copyright (c) 2004-2006 TMate Software. All rights reserved.</ p >
15
+ < p > SVNKit is licensed under the terms of the TMate License. (< a href ="http://svnkit.com/licensing/index.html "> http://svnkit.com/licensing/index.html</ a > </ p >
16
+ < p > This offering is based on technology from the Eclipse Project < a href ="http://www.eclipse.org "> http://www.eclipse.org</ a > .</ p >
17
+ < p > Subclipse includes icons from the < a href ="https://tortoisesvn.net "> TortoiseSVN</ a > project. Those icons are licensed under the terms of the < a href ="http://www.gnu.org/licenses/gpl.txt "> GPL</ a > .</ p >
18
+
19
+ </ body >
20
+ </ html >
Original file line number Diff line number Diff line change
1
+ # about.ini
2
+ # contains information about a feature
3
+ # java.io.Properties file (ISO 8859-1 with "\" escapes)
4
+ # "%key" are externalized strings defined in about.properties
5
+ # This file does not need to be translated.
6
+ appName =Subversion Native Library Adapter
7
+ # Property "aboutText" contains blurb for "About" dialog (translated)
8
+ aboutText =%blurb
9
+
10
+ # Property "windowImage" contains path to window icon (16x16)
11
+ # needed for primary features only
12
+
13
+ # Property "featureImage" contains path to feature image (32x32)
14
+ featureImage =svn.gif
15
+
16
+ # Property "aboutImage" contains path to product image (500x330 or 115x164)
17
+ # needed for primary features only
18
+
19
+ # Property "appName" contains name of the application (translated)
20
+ # needed for primary features only
21
+
22
+ # Property "welcomePage" contains path to welcome page (special XML-based format)
23
+
24
+ # Property "welcomePerspective" contains the id of the perspective in which the
25
+ # welcome page is to be opened.
26
+ # optional
Original file line number Diff line number Diff line change
1
+ # about.properties
2
+ # contains externalized strings for about.ini
3
+ # java.io.Properties file (ISO 8859-1 with "\" escapes)
4
+ # fill-ins are supplied by about.mappings
5
+ # This file should be translated.
6
+
7
+ blurb =Subversion Native Library Adapter (JavaHL)\n \
8
+ \n \
9
+ Subclipse is an Eclipse team provider for the Subversion version\n \
10
+ control system. Visit https://github.com/subclipse/subclipse/\n \
11
+ \n \
12
+ This product includes SVNKit. (http://svnkit.com/)\n \
13
+ Copyright (c) 2004-2006 TMate Software. All rights reserved.\n \
14
+ \n \
15
+ This offering is based on technology from the Eclipse Project.\n \
16
+ Visit http://www.eclipse.org
17
+
Original file line number Diff line number Diff line change
1
+ source.. = src/
2
+ output.. = bin/
3
+ bin.includes = META-INF/,\
4
+ .,\
5
+ plugin.xml,\
6
+ about.html,\
7
+ about.ini,\
8
+ about.properties,\
9
+ epl-v10.html,\
10
+ svn.gif,\
11
+ lib/adapter-javahl-1.10.0.jar,\
12
+ lib/javahl-1.10.0.jar
You can’t perform that action at this time.
0 commit comments