Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314799 Details for
Bug 456280
Review Request: ini4j - Java API for handling files in Windows .ini format
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Diff between contents of original JAR file and newly generated one
ini4j-0.3.2.jar_content.diff (text/plain), 4.03 KB, created by
Victor G. Vasilyev
on 2008-08-22 12:52:16 UTC
(
hide
)
Description:
Diff between contents of original JAR file and newly generated one
Filename:
MIME Type:
Creator:
Victor G. Vasilyev
Created:
2008-08-22 12:52:16 UTC
Size:
4.03 KB
patch
obsolete
>diff -Nur ./ini4j-0.3.2/META-INF/MANIFEST.MF ./ini4j-from_rpm/META-INF/MANIFEST.MF >--- ./ini4j-0.3.2/META-INF/MANIFEST.MF 2008-08-21 18:25:00.000000000 +0400 >+++ ./ini4j-from_rpm/META-INF/MANIFEST.MF 2008-08-21 18:25:00.000000000 +0400 >@@ -1,6 +1,12 @@ > Manifest-Version: 1.0 > Archiver-Version: Plexus Archiver > Created-By: Apache Maven >-Built-By: iszkiba >-Build-Jdk: 1.6.0_03 >+Built-By: makerpm >+Build-Jdk: 1.6.0 >+Extension-Name: ini4j >+Specification-Title: The [ini4j] is a simple Java API for handling con >+ figuration files in Windows .ini format. Additionally, the library in >+ cludes Java Preferences API implementation based on the .ini file. >+Implementation-Title: ini4j >+Implementation-Version: 0.3.2 > >diff -Nur ./ini4j-0.3.2/META-INF/maven/org.ini4j/ini4j/pom.properties ./ini4j-from_rpm/META-INF/maven/org.ini4j/ini4j/pom.properties >--- ./ini4j-0.3.2/META-INF/maven/org.ini4j/ini4j/pom.properties 2008-08-21 18:25:00.000000000 +0400 >+++ ./ini4j-from_rpm/META-INF/maven/org.ini4j/ini4j/pom.properties 2008-08-21 18:25:00.000000000 +0400 >@@ -1,5 +1,5 @@ > #Generated by Maven >-#Sun Feb 17 18:42:26 CET 2008 >+#Thu Aug 21 16:47:15 MSD 2008 > version=0.3.2 > groupId=org.ini4j > artifactId=ini4j >diff -Nur ./ini4j-0.3.2/META-INF/maven/org.ini4j/ini4j/pom.xml ./ini4j-from_rpm/META-INF/maven/org.ini4j/ini4j/pom.xml >--- ./ini4j-0.3.2/META-INF/maven/org.ini4j/ini4j/pom.xml 2008-08-21 18:25:00.000000000 +0400 >+++ ./ini4j-from_rpm/META-INF/maven/org.ini4j/ini4j/pom.xml 2008-08-21 18:25:00.000000000 +0400 >@@ -54,6 +54,7 @@ > <version>2.3</version> > <scope>provided</scope> > </dependency> >+<!-- > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> >@@ -78,6 +79,7 @@ > <version>2.3</version> > <scope>test</scope> > </dependency> >+!--> > </dependencies> > > <build> >@@ -106,6 +108,7 @@ > </configuration> > </plugin> > >+<!-- > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>retrotranslator-maven-plugin</artifactId> >@@ -121,6 +124,7 @@ > </execution> > </executions> > </plugin> >+!--> > > <plugin> > <artifactId>maven-assembly-plugin</artifactId> >@@ -140,6 +144,7 @@ > </configuration> > </plugin> > >+<!-- > <plugin> > <artifactId>maven-antrun-plugin</artifactId> > <executions> >@@ -162,7 +167,7 @@ > </execution> > </executions> > </plugin> >- >+!--> > </plugins> > </build> > >Binary files ./ini4j-0.3.2/org/ini4j/PreferencesBean$1.class and ./ini4j-from_rpm/org/ini4j/PreferencesBean$1.class differ >diff -Nur ./ini4j-0.3.2/org/ini4j/PreferencesBean$1.javap ./ini4j-from_rpm/org/ini4j/PreferencesBean$1.javap >--- ./ini4j-0.3.2/org/ini4j/PreferencesBean$1.javap 2008-08-21 19:02:00.000000000 +0400 >+++ ./ini4j-from_rpm/org/ini4j/PreferencesBean$1.javap 2008-08-21 19:02:00.000000000 +0400 >@@ -4,7 +4,7 @@ > EnclosingMethod: length = 0x4 > 00 28 00 29 > InnerClass: >- final #6; //class org/ini4j/PreferencesBean$1 >+ #6; //class org/ini4j/PreferencesBean$1 > minor version: 0 > major version: 50 > Constant pool: >Binary files ./ini4j-0.3.2/org/ini4j/PreferencesBean.class and ./ini4j-from_rpm/org/ini4j/PreferencesBean.class differ >diff -Nur ./ini4j-0.3.2/org/ini4j/PreferencesBean.javap ./ini4j-from_rpm/org/ini4j/PreferencesBean.javap >--- ./ini4j-0.3.2/org/ini4j/PreferencesBean.javap 2008-08-21 19:01:00.000000000 +0400 >+++ ./ini4j-from_rpm/org/ini4j/PreferencesBean.javap 2008-08-21 19:02:00.000000000 +0400 >@@ -2,7 +2,7 @@ > public class org.ini4j.PreferencesBean extends java.lang.Object > SourceFile: "PreferencesBean.java" > InnerClass: >- final #4; //class org/ini4j/PreferencesBean$1 >+ #4; //class org/ini4j/PreferencesBean$1 > minor version: 0 > major version: 50 > Constant pool:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 456280
: 314799